Tuesday 1 May 2012

What are Contracts in WCF | Service Contract | Data Contract | Message Contract | Fault Contract in WCF

                           Hi friends, in this article I will explain about the Contract in WCF.
In previous articles I already explained about Fundamentals of WCF,Binding and behaviour in WCF.
What are Contracts in WCF:
In WCF every service is exposed as contract. Contract is a standard way to describing about what the service will do. A WCF Contract is a collection of Operations that specifies what the Endpoint communicates to the outside world. Each operation is a simple message exchange, for example one-way or request/reply message exchange.

Binding and behaviour in WCF | Fundamentals of WCF

                             Hi Friends , in this article i will explain about the Binding and Behaviour of WCF. It is one of the fundamental of WCF.In previous article i already explained about Fundamentals of WCF.
Binding and behaviour:
Binding represents how the client can communicate with the service.
We can know this with the small example.

Monday 30 April 2012

Fundamentals of WCF | WCF Fundamentals | WCF Tutorial for Beginners | End Point in WCF

Hi friends,in this article i will explain about Fundamentals of WCF or WCF Fundamentals or WCF Tutorial for Beginners or End Point in WCF
Fundamentals of WCF:
Hi Friends, In this article I will explain about the some fundamentals of WCF,
There are

What is webservice? What is WCF? Difference between webservice and WCF.

Webservices:
  • Webservice is an application.
  • It is used to interact with the other applications over the internet.
  • Webservice is language independent, platform independent and protocol independent.

Thursday 26 April 2012

What is an application object in ASP.NET | where we use application object in asp.net | application object sample example using asp.net | What is an application object in .NET

Hi Friends, in this article I will explain about the application object in .NET.
Application Object:
The Application object is used to store and access variables from any page in an application.
The Application object holds information that will be used by many pages in the application.
© 2012-2018 Aspdotnet-Kishore.blogspot.com. All Rights Reserved.
The content is copyrighted to Kishore and may not be reproduced on other websites without permission from the owner.