Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » WCF   (RSS)
All the samples I’ve seen for ADO.NET Data Services show hosting the service in IIS.  This is a natural choice, especially considering the rich hosting environment IIS provides and the tooling support provided by Visual Studio.  However, it Read More...
Windows Communication Foundation (WCF) is the platform for building distributed applications. Developers are usually eager to adopt the latest of any technology because, well, it’s the latest. There’s an element of coolness associated with building systems Read More...
In part 1 and 2 , I talked about instancing and concurrency. In this post, the 3 rd and final post on this subject, I’m going to show an example of how you can use throttling to achieve optimal throughput for a service. But first… What is throttling? Read More...
From a developers perspective, code is either thread-safe or it is not. WCF will assume your service is not thread-safe unless you tell it otherwise by applying the ConcurrencyMode behavior. Your options for concurrency are Single (default), Multiple, Read More...
Building distributed systems using WCF has so many advantages. One of the things I hear consistently from customers is that it allows them to focus their development efforts on writing business logic code and less on having to write “plumbing” code. Still, Read More...
It’s well known that long blocking calls in the main user interface (UI) thread of a WinForm client application should be avoided. As users, we certainly get annoyed when the application stops responding. Yet, even today, we see this over-and-over again Read More...
If you have ever hosted a WCF service in IIS/WAS then you know that the .svc file for your service is the base address.  For example, if you create a web site project called MyService using the WCF Service template, then your base address for that Read More...
Now available here . My installation took about 2 hours and 15 minutes to download and install.  Make sure you set aside some time for updating your development machine. In this post, I am going to talk about some (not all) of the features I particularly Read More...
One of the great new features of Visual Studio 2008 is the new tools for WCF developers.   No longer is it necessary to code up your own test host and test client applications to test your service.   This functionality is provided for you automatically Read More...
 
Page view tracker