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
»
.NET
»
WCF
(RSS)
Architecture
Unit Test
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 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