MSDN UK Screencasts: C# Version 3.0 - Collection Initialisers

MSDN UK Screencasts

In C# version 3.0, a generic collection such as List<T> can be initialised in a single line of code. Here we take a quick look.

Episode synopsis

In C# version 3.0, a generic collection such as List<T> can be initialised in a single line of code. Here we take a quick look.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.” - Brian Kernighan