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

All Tags » C#   (RSS)
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...
Issue of Rendering JavaScript in WebControls
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
Explicit interface implementation helps to ensure that user can use methods define by a given interface using by correct interface reference. Read More...
How fast StringBuilder is ?
Blog post explains why different approaches of string building perform faster than others. There is a sample application which measures speed of those approaches. How specifying capacity of StringBuilder during its instantiation increase a performance? Read More...
Posted: 27. října 2007 3:20 by admin | 5 Comments
Filed under: , ,
More Posts Next page »