LINQ to SQL: Selecting a Single Row

Selecting a single record using LINQ to SQL may require using the SingleOrDefault extension method, unless you'd like an exception when the record is missing.. [More]
Bookmark and Share

Xml Serialization with Generic Lists

Provides an example of how to xml serialize a generic list.. [More]
Bookmark and Share

ASP.NET 3.5 Extensions CTP Preview Released

Microsoft has released the ASP.NET 3.5 Extensions CTP Preview.. [More]
Bookmark and Share