Browse by Tags

Customizing Visual Studio 2008 WCF Proxy Generator
I was looking for info about customizing the default Visual Studio 2008 WCF proxy generator. Turns out that extending this custom tool behavior is really simple. This article explains it really good: Customizing WCF Proxy Generation in Visual Studio 2008 Read More...
Posted 06 March 08 03:44 by hgr | 0 Comments   
Filed under , ,
Publisher/Subscriber Implementation with WCF
The other day I was looking for a simple implementation of the Publisher/Subscriber design using WCF. Well, I did found some samples ( here and here ) but none of them seemed to work correctly on my deployment. After looking for more info in Juval Lowy's Read More...
Posted 28 January 08 01:13 by hgr | 0 Comments   
Filed under , ,
Exception Shielding #6: Exception Logging Implementation
Our Exception Shielding design sets the foundation to implement exception logging. This is a very important feature on any business application. Our CustomersService architecture requires exception logging at two different levels: Inside the service implementation, Read More...
Posted 06 May 07 11:28 by hgr | 1 Comments   
Filed under , , ,
Exception Shielding #5: Exception Shielding Implementation
Now that we're getting close to the end of this series about Exception Shielding, it's time to explain the final version of the sample source code. Attached to this post you'll find the complete sample C# solution. Note that, to run this solution, you Read More...
Posted 03 May 07 10:37 by hgr | 1 Comments   
Filed under , , ,
Attachment(s): CustomersService.zip
Exception Shielding #4: Customers Service Design
Now it's time to explain how the CustomersService service is designed and how this sample service implements Exception Shielding. Architecture As I stated before, the service uses the general architecture purposed by the Web Service Software Factory. Read More...
Posted 01 May 07 03:43 by hgr | 0 Comments   
Filed under , , ,
Exception Shielding #3: Exception Shielding in WCF
The Windows Communication Foundation comes with a form of Exception Shielding out of the box. As we'll see when we get to the implementation of the pattern in our CustomersService example, this has important implications on the service's design. Fault Read More...
Posted 28 April 07 01:28 by hgr | 0 Comments   
Filed under , , ,
Exception Shielding #2: Customers Service
To illustrate the implementation of the Exception Shielding design pattern, we will use a sample based on very simple WCF service: the Customers Service. This is a generic service that provides a single operation that allows the client to register new Read More...
Posted 25 April 07 11:14 by hgr | 0 Comments   
Filed under , , ,
Exception Shielding #1: The Concept
In my quest to design a number of services using WCF and service-oriented principles, I've been studying and implementing a number of interesting new concepts. One of these is Exception Shielding. Intro Designing services is, per se, an interesting task. Read More...
Posted 23 April 07 07:03 by hgr | 0 Comments   
Filed under , , ,
Hosting WCF Services in WAS
Every once in a while I need to configure IIS/WAS to host a WCF service with a non HTTP binding. This is a not so trivial procedure that I keep forgetting how to do, so I thought of putting it here in case someone else has this same "memory problem". Read More...
Posted 31 March 07 03:08 by hgr | 0 Comments   
Filed under
Ideas on the Service Factory
As I mentioned earlier, I’ve been working with Web Service Software Factory for a few days now. The main goal was to develop a proof-of-concept consisting of a simple smart-client Windows app that implements a few use cases concerning the classic “order Read More...
Service Factory Obscurities
I am a big fan of WCF. So when I heard that the Web Service Software Factory was available for WCF, I though “got to try this”. The good news is that I finally got the chance. The bad news is that it’s not so easy to get things running fast. Vista strikes Read More...
Dan Brown & WCF
Publicaram no novo site .NET 3.0 (WPF + WCF + WF) uma demo muito gira que reproduz as aplicações descritas no livro Fortaleza Digital : http://wcf.netfx3.com/files/folders/distributed_applications/entry2977.aspx Vem a propósito porque acabei de ler o Read More...
Posted 25 June 06 04:31 by hgr | 0 Comments   
Filed under ,