Showing posts with label WCF. Show all posts
Showing posts with label WCF. Show all posts

INSERT,UPDATE,DELETE IN WINDOWS COMMUNICATION FOUNDATION

INSERT,UPDATE,DELETE IN WCF

Visual studio 2008àfileànewàprojectàwcfservicesà

WCF SERVICES HAVE TWO PAGES:
1.SERVICE.CS
2.ISERVICE

SERVICE.CS:


using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.Text;
using System.Data;
using System.Data.SqlClient;

WINDOWS COMMUNICATION FOUNDATION

BASIC OF WINDOWS COMMUNICATION FOUNDATION.


            WCF communicate any technology and all channels(http,tcp).
             Wcf have services,endpoints and binding.

Services:

The services is basically written on .net language. which contain some methods.that are exposed through wcf services.

Endpoints:

       
A service may have one or more endpoints.endpoint is responsibe for communication for service to the client.
     endpoint is A,B,C