Tuesday, November 25, 2014

WCF Part 3 - WCF Configuration & Hosting


     This article demonstrates about
  1. HelloWorldService
  2. WCF Configuration
  3. Detail description & example of different WCF Hosting services
I have attached sample code which contains hosting WCF service in Console application, Windows application, Windows Service and Hosting in IIS.


Download the complete PPT and Source code from the URL :Download

Happy Coding :)

WCF Part 2 - Introduction of WCF


            This article demonstrates about introduction of WCF, Difference between Web Service
            and WCF Service, ABC of WCF, types of Endpoints and types of Contracts.



Download the complete PPT  from the URL :Download

Happy Coding :)

Wednesday, November 12, 2014

WCF Part 1 - Why WCF ?




This article demonstrates about
  1.         Why WCF?   
  2.         What technologies were available before WCF?   
  3.         What are the complexities for NET Remoting and Web Services?
I have created and attached sample code based on
i)                    .NET Remoting for TCP Communication and Binary format
ii)                   Web Services for HTTP Communication and SOAP format




You can download complete PPT Presentation and sample code from the URL : Download

Happy Coding :)