Browse by Tags
All Tags »
C# »
.NET (RSS)
The new interesting feature of C# 3.0 is Partial Methods. Basically name “Partial” is not accurate for this feature. First what comes to head is an idea that method is implemented in separate places like “Partial” classes are 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...
Originally I was not planning to post this subject until I spent hours for hunting some ghost JavaScript code. Problem was in generating custom JavaScript inside of WebControl. Basically this is not about "How" to generate JavaScript code but "When".
Read More...
Explicit interface implementation helps to ensure that user can use methods define by a given interface using by correct interface reference.
Read More...