Saturday, April 24, 2010

VB.NET and C# Comparison

Great posting that compares VB.NET and C#:

http://www.harding.edu/fmccown/vbnet_csharp_comparison.html

Friday, April 23, 2010

Sorting Collections (Generic.List)

Here is a simple example for sorting collections (such as a Generic.List) based on particular attributes in the objects:

http://stackoverflow.com/questions/438715/how-sort-a-system-collections-generic-list-in-vb-net

Here is another:

http://www.codedigest.com/Articles/CSHARP/84_Sorting_in_Generic_List.aspx

Serializing Objects in .NET as XML or Binary

This posting provides a good summary of serializing .NET Objects as XML or Binary:

http://devcity.net/Articles/113/1/dotnet_serialization.aspx