Sorry, but there are no more tags available to filter with.
In a recent MSDN Magazine article, Efficient Coding with Strongly Typed Datasets , John Papa discussed the common practice of extending standard ADO.NET datasets through auto-generated derived classes that wrap much of the complexity and inefficiencies one faces with “raw” datasets. The article highlights some of the benefits of this approach as well as some of the caveats. However, there are a number of essential points that developers and architects need to be aware of both in going down this route...
Making use of some of the features of the ADO.Net Dataset to provide automated auditing. Published in the June 2004 edition of DotNet Developer's Journal. Read the full article at http://dotnet.sys-con.com/read/45137.htm