Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Jimmy Rasmussens Blog
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
.NET
Architecture
ASP.NET
Powershell
SaaS
Security
Silverlight
Tools
Unit Test
WCF
WF
WPF
WPF/E
Archives
April 2009 (1)
June 2008 (3)
February 2008 (1)
June 2007 (2)
May 2007 (1)
April 2007 (4)
March 2007 (6)
February 2007 (2)
January 2007 (2)
December 2006 (4)
November 2006 (6)
Browse by Tags
All Tags
»
WCF
(RSS)
.NET
Architecture
Unit Test
WF
Saturday, April 14, 2007 9:01 PM
Writing Test Code with Impersonation
Some of your (unit) tests may be required to run with predefined credentials, and if all your tests should run as one single identity your might as well use the command line runas.exe tool to start your testrunner (or whatever your favorite naming for
Posted by
jimmytr
|
2 Comments
Filed under:
WCF
,
.NET
,
Unit Test
Sunday, April 08, 2007 9:27 AM
EntLib 3.0 Released
The P&P team has finished the third major release of the enterprise library. See Tom's post for more information. Try the new WCF integration with logging, exception handling and validation application blocks. Download from MSDN .
Posted by
jimmytr
|
1 Comments
Filed under:
WCF
,
.NET
,
Architecture
Monday, March 19, 2007 11:38 AM
WF in IIS Hosted WCF Service
Hosting Workflow in WCF is described in the before mentioned article by Jeremy Boyd. In the article it is shown how to create an extension class for Workflow, and add this to the ServiceHost Extension collection. The code presented in the article is something
Posted by
jimmytr
|
1 Comments
Filed under:
WCF
,
WF
Monday, March 19, 2007 10:31 AM
Externalize your Communication Protocol Details with WCF
In general the Web Service client proxy generated by “Add Web Reference” in Visual Studio is all you need to start talking to a Web Service. Some of you may need to present a certificate to the remote server you are calling and for this purpose you would
Posted by
jimmytr
|
0 Comments
Filed under:
WCF
,
.NET
Monday, December 04, 2006 1:36 AM
Unit Testing WCF Services
A colleague of mine recently wrote about seperation of concerns in relation to unit testing WCF services. It may be possible to expose a library directly in WCF but I would rather see an architecture like the one presented in the Service Software Factory
Posted by
jimmytr
|
3 Comments
Filed under:
WCF
,
Unit Test
Saturday, November 18, 2006 12:43 AM
Nice WCF Blog!
Just stumbled over Nicholas Allens Indigo blog the other day... lots of info..go visit.. Here
Posted by
jimmytr
|
1 Comments
Filed under:
WCF