Mehran Nikoo's Noteson Software Architecture, .NET Framework and Connected SystemsWCF Best Practices- May 31, 2008 In our conversations with customers and partners, questions related to the design and development best practices are quite common and WCF is not an exception. Some of these questions are very specific to a customer scenario but most of them are generic questions around contract versioning, security, load balancing, etc. There are a number of resources on MSDN and CodePlex that cover these general topis and since I usually send these links to developers in the follow up..http://mehranikoo.net/CS/archive/2008/05/31/WCF_5F00_Best_5F00_Practices.aspx How can I disable WcfSvcHost- May 27, 2008 When we create a WCF application using some of the built-in WCF project templates (such as WCF Service Library) in Visual Studio 2008, a project type Guid (3D9AD99F-2412-4246-B90B-4EAA41C64699) is added to the PropertyTypeGuids element in the project file. When we debug a project that has this type Guid, Visual Studio runs WcfSvcHost.exe, which auto-hosts our service for debugging and testing purposes. This is a useful feature if we want to get our service up and...http://mehranikoo.net/CS/archive/2008/05/27/How_2D00_can_2D00_I_2D00_disable_2D00_WcfSvcHo... |