Friday, September 18, 2009

A Function Gotcha with the Use of an Asterisk - SQLServerCentral

A Function Gotcha with the Use of an Asterisk - SQLServerCentral

Tuesday, August 4, 2009

Changing Table Schema – what goes behind the scenes – Part I - SQLServerCentral

interesting topic from SQL Server Central newsletter:
Changing Table Schema – what goes behind the scenes – Part I - SQLServerCentral

Tuesday, June 23, 2009

Differences between SET and SELECT in SQL Server

Always when we find two ways to do the same thing .we begin to think why,which is best and which is more suitable for me .i found something interested about the difference between Set and Select when we assign value to SQL variable . follow this link:
Differences between SET and SELECT in SQL Server : Narayana Vyas Kondreddi's home page

Saturday, June 13, 2009

New features in C# 4.0

Good resource about New features in C# 4.0 here

Thursday, June 11, 2009

Friday, January 9, 2009

Using the Google search API from ASP.NET

If you like to search web through Google and list results in your site the following link will be useful for you , i found it through Google search: Click here