Create a Simple WCF service against Pubs Database using EF, LINQ – Part I
NOTE:- In this tutorial we create a simple WCF service which is used to retrieve and save data from Pubs Database (Microsoft sample database). The service also demos on how to use EF 4.0 and LINQ...
View ArticleCreate a Simple WCF Service Client against Pubs Database using EF, LINQ –...
This tutorial is in continuation to the creation of simple WCF service – PubsService. Kindly go through the following link to get started with the PART – I. Create a Simple WCF service against Pubs...
View ArticleImplementing MVP Pattern using UserControls with WCF Database Operations in...
I was recently asked by an eminent ASP.Net Developer about my opinion on the combination of the technologies mentioned in the title of this article(believe me this combination is wonderful in...
View ArticleImplementing MVP Pattern using UserControls with WCF Database Operations in...
In this part of the tutorial – We first code for the CustomerService.cs by implementing ICustomerService.cs interface. We use LINQ queries to code database transactions. Then we create a host...
View ArticleImplementing MVP Pattern using UserControls with WCF Database Operations in...
In this part of the tutorial, we carry on with the construction of MVP Pattern. First we start with the creation of View interfaces for the UserControls (which we created in PART II). Then we create...
View ArticleJQuery POST & GET Request to WCF Service in ASP.Net MVC
In this tutorial we see how to call a WCF Rest Service from ASP.Net MVC Application using JQuery. Lets get started –...
View Article