Runtime Debugger

kannan M ambadi

Browse by Tags

All Tags » Visual Studio 2005 (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. ...
Exporting Dataset as CSV
Hi Everyone, Below given an easy way to export data from a dataset as CSV(comma seperated values) . At first, it converts the datatable to html table format and then writes data as output stream. We need to set the Content-Type of Response object as Excel...
Simple way to check your code performance
Hi guys, Of course, we all know foreach loop takes more time than for loop and there are lot of similar scenarios in .Net. Even if it takes lot of time, we'll be forced to use foreach loop at some cases. So it'll be better, if we come to know the time...
More Posts