Welcome to MSDN Blogs Sign in | Join | Help

December 2006 - Posts

Integration Testing With Certificates

In my post about integration testing of WCF services , I hinted that one compelling reason to perform integration testing of services would be to test authorization managers or message interceptors. When working with message security, certificates tend
Posted by ploeh | 7 Comments
Filed under:

Integration Testing WCF Services

In my previous post about unit testing WCF services , I hinted at the need to perform integration testing of services as well. As Jimmy writes , you should still place your logic involving OperationContext in the Service Interface Layer (SIL): In many
Posted by ploeh | 27 Comments
Filed under: ,

Unit Testing WCF Services

A few years ago, when ASP.NET web services were the only (or at least most common) implementation of web services on the Microsoft platform, you couldn't really unit test services. Obviously, since you had programmatic access (via a proxy class) to the
Posted by ploeh | 11 Comments
Filed under: ,

Vertical Guidelines in Visual Studio

From time to time, I've found myself wishing that Visual Studio had vertical guidelines in the code editor. This may not apply to all developers, but in some scenarios, I'd really like to have a visual right border when writing code. In my case, it's
Posted by ploeh | 2 Comments
Filed under:
 
Page view tracker