Great posting that compares VB.NET and C#:
http://www.harding.edu/fmccown/vbnet_csharp_comparison.html
This blog is a depository for things I have found regarding VB.NET and C#.NET development (and other things I may need to remember). This blog is primarily for my own reference, but if the information I found is useful to others, then that is great. If others want to contribute with comments or other information, then that is great too.
Saturday, April 24, 2010
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
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
Labels:
Collections,
Sorting
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
http://devcity.net/Articles/113/1/dotnet_serialization.aspx
Labels:
Serialization
Subscribe to:
Posts (Atom)