Category: My Blog

  • Blog
  • Category: My Blog

C# 4.0 New feature – Named Parameter

C# 4.0 has one new cool features which is the named parameter. Suppose you have so many parameter in function and when you call them its hard to remember the sequence of the code now with the named parameter you can have name of the parameter with value like Parameter:value and one another cool feature

DataSet Vs Datareader

Before some time a readerĀ  vamsi asked me in my increase asp.net application performance post that why should i prefer data reader over dataset. Both data reader and dataset are usually use to fetch data from the database but both are having different mechanism for fetching data from database. First we looked into that and

SSW Rules to write better software and website.

Do you believe in standards ? Lots of people like me believe in maintaining standards, How to write software, how to write code and how to write stored procedure. I have found a great link that contains almost all the links for every standards beginning from project management to email and phone communication. They have

ASP.NET AJAX – Things To Know

Ajax is one of the hottest buzz in today’s web development world and Google and some other companies have used Ajax very wisely to improve his web applications and services. Every web developer is thinking about ajax. Ajax is a universal technique you can use it with any platform. Whether it is php,jsp,pearl,javascript,html,coldfusion,asp or asp.net