Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Windows Communication Foundation   (RSS)

WCF & WF Sample Application - Layered Architecture - March Release

In the previous blog, I mentioned about the WCF & WF Sample Application - Layered Architecture There is a new updated version on the Layered Architecture Sample on http://www.codeplex.com/Layersample . This March release focuses in depth on using

How to reserve the URLs to host the WCF service

Run into this error when running your WCF service? This is because you have not reserve the url to host your WCF service. Try this solution: 1. Open a Command Prompt as Administrator 2. Execute this command : netsh http add urlacl url=htpp://+:8080/ user=User

WCF & WF Sample Application - Layered Architecture

This is a sample application that is built by one of my colleuges -- Serena Yeoh, to illustrate how to develop .NET applications using the Layered Architecture design pattern. It is not a full-blown application but a simple example to demonstrate the
 
Page view tracker