This topic is covered in multiple posts Creating simplest solution with default endpoints Manually adding and configuring the endpoints (you're reading it right now) More to come... The previous post was the most simple example of creating a WCF service and calling it from a client application. In...
I’ve written some tutorials in the past to help people with manually updating their ClickOnce deployed applications. Manual check for updates with ClickOnce Turn off automatic updates with ClickOnce ClickOnce automated build and pfx file Creating ClickOnce deployment files using an automated build and...
I love ClickOnce, automated builds and a lot more Microsoft stuff. Unfortunately not for everything there is a simple solution. I ran into a new problem today. I was playing around with certificates, signed manifests and all of this in an automated build. I needed to make some application deployable...
For those that are still curious after my previous post about using C# 3.0 features in .NET 2.0 . You can compile any .NET Framework 3.5 project and run it in a .NET Framework 2.0 environment (read, no .NET Framework 3.5 installed) without any problems... as long as there are no dependencies to the ...
Yesterday I wrote an article on the property snippet in Visual Studio 2008 and that it had changed from Visual Studio 2005. Only a few hours later, I questioned myself if even a few people might be interested in this. Not because of the snippet, but because of the abilities that Visual Studio 2008 and...
On the frontpage of BloggingAbout.NET you can see who posted comments on which articles and I found a few recent comments on a rather old post by Arjen Bloemsma about the LocalSqlServer connection string and its binding to ASP.NET Membership provider. Arjen provides a fast and easy solution that's...
I got an e-mail with the question how to turn off automatic checking for updates, when you're doing a manual check for updates with ClickOnce . Strangely enough I forgot to mention this in my previous article. The above dialog window can be obtained in the properties window of your project (Right...
Forget about VPC, VMWare and the likes, I finally got it on my laptop! Let's play... Oh, by the way, after I've finished Call of Duty 4. This game ROCKS! Technorati Tags: Visual Studio 2008 , .NET Framework 3.5 , .NET 3.5 , Team System
I really love [wikipedia:ClickOnce], because it removes the necessity to build a web application. In my years as a developer, I can't count the projects that were web based, simply because of the deployment model. And then ClickOnce came around. Now I can't count the times that I've explained...