August 2010 - Posts

5
Comments

Working with System.IO.Path static class by hajan

Hello everyone. Today, I was exploring the System.IO namespace in .NET 4.0 on an ASP.NET web application where I came to few changes, comparing with the previous versions of .NET, related to the System.IO.Path static class. The Path class contains the...
21
Comments

Calculating GridView total using JavaScript/JQuery by hajan

Hello everyone. One month ago I’ve had very nice conversation with a asp.net forum member asking about issue regarding calculation of GridView textboxes total using JavaScript. The main thing was to allow user to manually write values in the text boxes...
8
Comments

The new SortedSet<T> Collection in .NET 4.0 by hajan

With the newest release of .NET Framework, version 4.0 - the class library provides new collection set from System.Collections.Generic classes called SortedSet<T>. The two main features of SortedSet<T> are: Duplicate elements are not allowed...
More Posts