Browse by Tags
All Tags »
.NET (RSS)
The new interesting feature of C# 3.0 is Partial Methods. Basically the name “Partial” is not accurate to this feature. First what comes to the head is an idea that method is implemented in separated place like “Partial” classes but this is actually not
Read More...
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...
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...
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...
It is a common technique in ASP.NET to generate JavaScript code from the web page's code behind file (.aspx.cs, .aspx.vb). Unfortunately it is a problem to read and sustain rendered JavaScript code because it usually renders all JavaScript code in one
Read More...