EzBlog

Blogs from the mind of Tim Price

My Links

Blog Stats

Article Categories

Archives

Strongly Typed Collections

You don't have to use a DataSet or a DataTable when handling data. Developers new to .Net use these two objects all the time. There are other alternatives, these work just as effectively as the built in DataSet or DataTable. These alternatives in most cases are an even better solution. Specifically, when passing data over a Remoting boundary, whether by a web service of binary serialization. Custom objects are serialized in smaller sizes and transfer more efficiently than the built in and quite bulky DataSet and DataTable objects.

Building Strongly Typed Nested Collections Part 3

posted @ Friday, April 02, 2004 1:14 PM

Building Strongly Typed Nested Collections Part 2

posted @ Friday, April 02, 2004 1:13 PM

Building Strongly Typed Nested Collections Part 1

posted @ Friday, April 02, 2004 1:03 PM