Runtime Debugger - kannan M ambadi's blog

Browse by Tags

All Tags » ASP.NET 3.5 » .NET (RSS)
How do i return integers from a string ?
An easy method to extract integers from a string. The method is based on Regular Expressions with a specific pattern provieded. It avoids exceptions during parsing as well as improves code performance. ...
Improve ASPX web page performance by combining Skin & CSS
There has been numerous discussions happened on web site performance, ranging from UI design to Site H osting. Out of this, one of the important step is, to reduce the size of Http Response size. Optimizing Http Response will considerably reduce the page...
ORM Technology - nHibernate vs Linq
I'm back after some time away from my blog ;).. This time i would like to tell about my favourite "nHibernate" and ORM Technology. Not So Long Ago, i’ve attended a microsoft seminar on Visual Studio 2008 & VSTS . It was a nice presentation and we...
Nullable types and ?? operator
This time, i would like to discuss about a cool feature of C# 2.0. As you know, some database operations return null values and results into throwing exceptions unless you handled well in your business logic. .Net 2.0 has been solved by introducing nullable...
More Posts