a DotNetStyling - .Net World by Armen Ayvazyan
Welcome to DotNetStyling Sign in | Join | Help
Add to Technorati Favorites Add to Google Reader or Homepage Add to My AOL Subscribe in FeedLounge Subscribe in Bloglines Add to Excite MIX Add to flurry Add to Pageflakes Subscribe in NewsGator Online


Browse by Tags

Be aware of deep copy with Collection<T>(IList<T>)
Usually when I need to create a copy of some primitive type collection based on List<T> usually I use overload constructor of List class such as List<T>(IEnumerable<T>). It basically creates a new List<T> collection and populates Read More...
C# 3.0 Features. Part IV: Anonymous Types
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 Read More...
C# 3.0 Features. Part III: The var keyword
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 Read More...
C# 3.0 Features. Part II: Object and Collection Initialization
Previous materials of C# 3.0 Feature series: Part 1 - C# 3.0 Features. Part I: Auto Property Object Initialization New object initialization technique gives us ability to define and fill the public property of the object on the fly. This expression was Read More...
C# 3.0 Features. Part I: Auto Property
  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 Read More...
More Posts Next page »