Nach Ordnungsbegriffen durchsuchen

Alle Ordnungsbegriffe » Quaility (RSS)

Hosting an Automated Build Server von .Net Smoothie

I’m the build server guy at my company. I’ve been using an automated integration service for about 3 years, and I love it. It really helps keep me disciplined. Before my build server was running, we had a constant problem with missing files...

The LinqDataSource and the Hidden Viewstate von .Net Smoothie

Yesterday I thought I’d learn about the LinqDataSource in ASP.Net 3.5, and got an interesting surprise. The new LinqDataSource can also be used with a LINQ-to-SQL model to perform updates. You simply add the DataSource to your page, set the table...

Efficient Software Development with Visual Studio Team System 2008 von .Net Smoothie

I was recently asked to do some research and give a presentation about using Visual Studio Team System 2008. I thought I’d experiment with Slideshare.net and post it here. The presentation was for a large corporation, and will possibly not come...

Are you keeping up with software development? von .Net Smoothie

DotNetRocks, the internet talkshow for .Net developers, has a great show about development changes over the past 20 years. Carl Franklin interviews Kathleen Dollard, who has put a list of changes together, and is publishing them online. If you want to...

Qualities of a .Net Application Design von .Net Smoothie

When designing a new software application, what qualities do you need to address? A list of runtime and development-time qualities is presented with questions regarding their implementation. A discussion of priorities.