Tag: Development

Community

Strongly Typed Datasets (.NET 2.0)

(Mark Dryden) Welcome to my course on Strongly Typed Datasets. The intention of this course is to introduce the student to the concept of the Strongly Typed Dataset, its capabilities and advantages in the real world environment. This course is not intended for ADO.NET newbies and *does* require some

Community

ADO.NET Trace Logging

(Bipin Joshi) Tracing allows you to keep track of various events happening in the system. Tracing allows you to track the sequence of code execution along with the time taken for each step. Together, tracing can throw light on how your code is being executed and the performance of every step. Many r

Community

Drill Down on Anonymous Types

(Bill McCarthy) Anonymous types are a new feature of Visual Basic 9 (2008). They provide a quick and easy way to define simple classes for holding values. Both VB 9 and C# 3.0 provide support for anonymous types, but C# supports only immutable anonymous types, whereas VB supports both mutable and im