|
|
Browse by Tags
All Tags » C# 3.0
-
Previous materials of C# 3.0 Feature series:
Part 1 - C# 3.0 Features. Part I: Auto Property
Part 2 - C# 3.0 Features. Part II: Object and Collection Initialization
Part 3 - C# 3.0 Features. Part III: The var keyword
''Dynamic'' Classes
Anonymous Type is basically the C# way how we can dynamically create, populate and use a class ...
-
Previous materials of C# 3.0 Feature series:
Part 1 - C# 3.0 Features. Part I: Auto Property
Part 2 - C# 3.0 Features. Part II: Object and Collection Initialization
“var” keyword
During the local variable declaration we have to explicitly specify the type even if the variable doesn’t have any value yet. The “var” expression brings ...
-
I would like to continue my blogging experience with a series of blog posts related to C# 3.0 features. Although there are already a lot of materials regarding this subject in .Net community my impression is so strong that it forces me write about it.
I decided to post simple blog per feature. The first one in the list is “Auto Property” ...
|
|
|