DotNetShoutout - Stories tagged with collections
5
Shouts

C#/.NET Fundamentals: Choosing the Right Collection Class

published 701 days, 5 hours, 48 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 704 days, 16 hours, 12 minutes ago
Monday, June 20, 2011 12:28:19 PM GMT Friday, June 17, 2011 2:04:24 AM GMT
The .NET Base Class Library (BCL) has a wide array of collection classes at your disposal which make it easy to manage collections of objects. While it's great to have so many classes available, it can be daunting to choose the right collection to use for any given situation. As hard as it may be, choosing the right collection can be absolutely key to the performance and maintainability of your application! This post will look at breaking down any confusion between each collection and the situations... (more)
category: Web Dev | clicked: 64 | comment | | source: geekswithblogs.net
tags: .NET, Little Wonders, C#, List, collections, Dictionary
3
Shouts

.NET Collection Interface Hierarchy

published 998 days, 1 hour, 57 minutes ago posted by http://baldi.myopenid.com/http://baldi.myopenid.com/ 998 days, 12 hours, 47 minutes ago
Friday, August 27, 2010 4:19:51 PM GMT Friday, August 27, 2010 5:29:20 AM GMT
Nearly everybody which uses .NET knows the Collection Interfaces and what they are good for. But it's still usefull to see how they are hierarchical structured. (more)
category: How To | clicked: 3 | comment | | source: www.mbaldinger.com
tags: .NET, collections
2
Shouts

Working with Custom collection in WCF : The CodeGain

posted by codegaincodegain 1019 days, 10 hours, 22 minutes ago
Friday, August 06, 2010 7:54:09 AM GMT
In this article, i would explorer create custom collection in WCF (more)
category: Web Dev | clicked: 3 | comment | | source: codegain.com
tags: .NET, collections, WCF