This article shows how to create a Master and Detail Grid using AngularJS and WCF. In this article we will see: How to create a WCF Re...
Showing posts with label WCF. Show all posts
Showing posts with label WCF. Show all posts
Thursday, August 13, 2015
Saturday, January 26, 2013
Implementing a Basic Hello World WCF Service (v4.5)
In this article, we will implement a basic WCF 4.5 service from scratch. We will build a HelloWorld WCF service by carrying out the followi...
Sunday, January 6, 2013
How to Build Flexible and Reusable WCF Services
As you may know, designing and building a flexible and reusable service layer is essential when creating robust multi-tier applications....
Saturday, January 5, 2013
Silverlight Application with Dispatcher and asynchronous WCF service
This article is about Dispatcher that makes Silverlight application responsive. It demonstrate how Dispatcher allows to update UI of the...
Monday, December 3, 2012
WCF in a stateful application (WPF/Silverlight)
This article looks into a possible solution for handling the Faulted state and Closure of a WCF service when being used in a stateful appli...
Tuesday, November 20, 2012
How to Use Dependency Injection (Ninject) with WCF Services
I spent a lot of time late last week trying to figure out exactly how to set up dependency injection for a WCF service I was developing on ...
How to Transfer a File with WCF Service
I wanted to expose a very simple service to upload and download files through WCF. And because I wanted to be able to pass both the file co...
Sunday, November 11, 2012
Select Data using LINQ with WCF
Select Data using LINQ with WCF Select Data using LINQ with WCF Introduction Today, in this article let's play around with one of...
Monday, October 22, 2012
Upload a file using ASP.Net file upload control and WCF
I came across a question last week on how we can upload a file on to third party server using a WCF service, So thought of solving that t...
Monday, August 27, 2012
A N-Tier Architecture Sample with ASP.NET MVC3, WCF and Entity Framework
N-Tier software architecture can solve the following client/server system issues: scalability, security, fault tolerance and etc. In our ...