Sign In
Wenlong Dong's Blog
WCF/WF performance WCF for the web
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Performance
WCF General
WCF WebHost
Archive
Archives
January 2011
(1)
November 2010
(2)
February 2010
(3)
September 2009
(1)
July 2009
(1)
February 2009
(2)
October 2008
(1)
September 2008
(1)
August 2008
(1)
April 2008
(1)
March 2008
(2)
December 2007
(1)
November 2007
(4)
October 2007
(2)
September 2007
(3)
August 2007
(5)
July 2007
(2)
May 2007
(1)
December 2006
(1)
November 2006
(4)
October 2006
(1)
September 2006
(1)
May 2006
(2)
February 2006
(2)
January 2006
(3)
December 2005
(1)
November 2005
(1)
August, 2007
MSDN Blogs
>
Wenlong Dong's Blog
>
August, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Wenlong Dong's Blog
A simple config-less IIS-hosted WCF service
Posted
over 5 years ago
by
wdong
1
Comments
I feel that it’s pretty handy to have a simple config-less IIS-hosted WCF service when I want to check whether WCF is correctly configured in IIS. So I post such a service here just for convenience. Simple.svc : <% @ServiceHost Language= "c#...
Wenlong Dong's Blog
How to skip server certificate validation error when using HTTPS?
Posted
over 5 years ago
by
wdong
1
Comments
When you are developing a WCF service with an HTTPS endpoint (i.e., you enabled Transport security), you would want to test it with a test certificate or a certificate which has some invalid data. The former can happen when you create the certificate...
Wenlong Dong's Blog
Trade Benchmark: .NET 3.0 vs IBM WebSphere 6.1
Posted
over 5 years ago
by
wdong
1
Comments
Microsoft designed WCF seriously with all major basics taken into account: performance, security, and robustness/stress. I am proud as being part of the team. You might have seen the data that Saurabh, our performance Program Manager, posted in his whitepaper...
Wenlong Dong's Blog
Service Instances and Concurrent Execution
Posted
over 5 years ago
by
wdong
1
Comments
Kenny has a very good blog entry on this topic. I want to add some more points to this from performance perspective. InstanceContextMode By default, the default value of InstanceContextMode for a WCF service is PerSession. This means different things...
Wenlong Dong's Blog
How to change HostName in WSDL for an IIS-hosted service?
Posted
over 5 years ago
by
wdong
6
Comments
If you have a web-hosted service “simple.svc” under the virtual application “/simple”, you would probably get the following service address in the WSDL: < wsdl:service name =" SimpleService "> < wsdl:port name =" BasicHttpBinding_ISimpleContract...
Page 1 of 1 (5 items)