Archive for April, 2008

 

Hello world with WCF

April 23rd, 2008

When I have started reading about WCF it looks like it involves lot XML configuration but its really cool.In this article I have started with simple example which does Hello world with WCF. 1) Create WCF Service Application Create a Console application and reference it with System.ServiceModel. Add an interface/Contract through we expose the service [...]

Read full article | No Comments »

Editing Gridview Using LINQ

April 17th, 2008

       This article describes the easiest way of editing gridview by using LINQ data source and         DataContext.        Explained step by step as below, 1)      Create DataContext using Northwind Database.  Drag and drop the Product table in to Northwind.dbml datacontext, as shown below.   2)      Add Grid view to webform and choose datasource for the Gridview. Choose new [...]

Read full article | No Comments »

My Own Blog!

April 16th, 2008

I have got opportunity through my friend to create a blog and it just happened in couple of hours!!! I like it very much. I would like keep this blog really technical….Let me see how far I can go…                      

Read full article | No Comments »