Erik Lenaerts

Do, or do not. There is no try.

Browse by Tags

All Tags » Microsoft » Visual Studio (RSS)
Visual Studio discovery does not detect my WCF Service
Recently I needed to create a windows service application for one of my customers and I decided to use WCF for both incomming as outgoing communication mechanism. The problem I had was that I could not discover any WCF services in my solution. Only WCF...
DateTime and Number format overview
Very handy if you always need to start the VS Help to lookup on those date or number formats.... http://john-sheehan.com/blog/wp-content/uploads/msnet-formatting-strings.pdf
Integrate your Framework documentation into Visual Studio Help
At the moment I'm working on a small, but usefull, .NET framework for one of my customers. The purpose of this framework is build around Logging, Configuration, etc. The customer has a team of .Net Developers that will be using this framework with...
Use masterpages in Web Sites and Web Application Projects
Since Visual Studio SP1, you have the option to choose between 2 approaches when building websites ASP.NET Web Site ASP.NET Web Application The ASP.NET Web Application has been added in SP1 (actually you could download it seperately already before SP1...