by Brian Gansemer | Jun 9, 2011 | Development Methodologies & Best Practices, Software Development Tips & Tricks
Recently we’ve received a couple comments on my blog post ClickOnce Publish and Deploy from Team Foundation Server 2010 so I thought we should do a follow-up post to share what we’ve learned. One of our readers, Anye, was having some trouble getting the build to copy...
by Brian Gansemer | Apr 29, 2011 | Development Methodologies & Best Practices, Software Development Tips & Tricks
Overview ClickOnce technology is a very powerful way to distribute your applications to end users. It is especially nice for easily distributing updates to your application. Even if you don’t plan to distribute your application using ClickOnce technology, it is...
by Brian Gansemer | Mar 15, 2011 | Lab Reactions
By far my favorite feature of .NET reflection is the ability to easily implement custom plugin libraries. Whenever you have a nice generic business class that suddenly needs custom functionality for a particular scenario or customer, you usually have three choices:...