Sessions tagged as ADO.NET

.NET Static Code Analysis

Presenter: Craig Berntson
Time: 1:30 PM – 2:45 PM, Saturday, May 22, 2010
Location: Franz Hall, Room 018

Static code analysis is a way to test your code without actually running it. It can detect errors that often times don't show up until the application is running at your customer's site. It also shows where your code doesn't follow best practices. In this session, you will learn how to manually perform static code analysis with FxCop and StyleCop and how to add these tools into a Continuous Integration process so the code analysis is performed automatically.

Introduction to Linq and Linq2DataSets

Presenter: Jack Stephens
Time: 9:00 AM – 10:15 AM, Saturday, May 22, 2010
Location: Franz Hall, Room 217

This 100 level session will get you started writing Linq queries against your existing DataSets. This talk will cover basic introductory level Linq and specifics regarding using Linq with DataSets. It will compare Linq2DataSets to SQL and Linq2Sql. These techniques will be useful in legacy applications that have recently been upgraded .NET 3.5 that have existing DataSets.