Understanding the different generic collections in .NET (List<T>, BindingList<T>, Collection<T>)

My blog has moved. You can view this post at the following address: http://www.osherove.com/blog/2006/7/18/understanding-the-different-generic-collections-in-net-listl.html
Published Tuesday, July 18, 2006 4:21 AM by RoyOsherove
Filed under: ,

Comments

Monday, July 17, 2006 10:22 PM by Jason Haley

# Interesting Finds: July 17, 2006

Tuesday, July 18, 2006 9:21 PM by Albert Pascual

# re: Understanding the different generic collections in .NET (List&lt;T&gt;, BindingList&lt;T&gt;, Collection&lt;T&gt;)

Great post but C# will make it more readable ;-) Al
Tuesday, July 18, 2006 10:22 PM by DotNetKicks.com

# Understanding the different generic collections in .NET

You've been kicked (a good thing) - Trackback from DotNetKicks.com

Saturday, September 09, 2006 4:13 PM by Dawe

# re: Understanding the different generic collections in .NET (List&lt;T&gt;, BindingList&lt;T&gt;, Collection&lt;T&gt;)

But you could bind List to GUI? Why should I then use the BindingList?