Today I saw a person on forums asking this " Convert a string having comma separated integers to an
Today when I was working with one of my C# application I needed to use IsNullOrWhiteSpace method. Yo
This is the greatest moment of my professional life! I have been awarded Microsoft MVP for ASP.NET/I
Stack is a memory kept as a separate space for a particular thread execution. Today a person asked m
Today I was working with my client side code where I needed to do a deep copy of JavaScript object.
In a recent project, we had to create strong named version of two assemblies (A and B, where A refer
While serializing your WCF data items, we have two options: 1. Use the [DataContract] attribute : new attribute available in WCF (.NET 3.0 or above).
A person asked me today that whether we can use tild(~) with HTML controls on ASP.NET pages without
Today a person asked aquestion on the forums on how to select the first item of dropdownlist with jQ
Assume you have a text file, and you want to read all its contents into a C# string variable. Here i
Yesterday a person asked me on the forums on how to rename a table in SQL Server. I told him the scr
MyTextBox.cs (Custom control) code: public class MyTextBox : TextBox { #region Properties /// <su
Today I was in a need where I need to check in which set of ranges my input number falls. I was havi
USE master GO GRANT SHOWPLAN TO test GO