a DotNetStyling - .Net World by Armen Ayvazyan : říjen 2007 - Posts
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


říjen 2007 - Posts

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: , ,
Optimal String Comparison
There are several ways how to compare two strings in .Net but not all of them have similar performance impact. The blog post describes why certain methods work slowly and which comparison tool is the optimal to use in .Net. Read More...