Showing posts from December, 2010

C# create WCF service programmatically

In this post, I am going to show you how to create a WCF application without using the config file. Let’s start the tutorial. Open visual studio and create a new console application Right-click on the project and add a ref…

jQuery and Checkbox List-ASP.NET

In this post, I am going to show you how to use jquery in asp.net to select the checkbox of the Checkbox List < %@ Page Language = " C# " AutoEventWireup = " true " CodeFile = " RadioButtonLis…

How DataContract serialize CLR object into XML

In this post, I am going to show you how DataContract export DataContract into XSD, and then how an object is converted into XML. using System ; using System . Collections . Generic ; using System . Linq ; using Syst…

Load More
That is All