Blog Archive

Search Blog

Blog List

Contact Me






Enter the code shown above in the box below
Send

 

Announcements

Recommended Websites

Events

Event StartEvent EndTitle

Recommended Reading

Most recent blog entries

Sep 6

Written by: Darren McLeod
Sunday, September 06, 2009 7:44 AM 

I like to use FxCop when I’m coding and sometimes I get hit with the rule that says do not use List<T>, but it doesn’t say what to use instead or it’s not clear what to use instead. After some research I found some suggestions:

 

http://blogs.msdn.com/kcwalina/archive/2005/09/26/474010.aspx

http://blogs.msdn.com/fxcop/archive/2006/04/27/585476.aspx

 

That recommend using Collection<T> but neither of them bothers to mention where Collection<T> is. So I did a little more research and I discovered it here:

 

System.Collection.ObjectModel.Collection<T>

Tags:

Your name:
Your email:
(Optional) Email used only to show Gravatar.
Your website:
Title:
Comment:
Security Code
Enter the code shown above in the box below
Add Comment   Cancel