Browse by Tags
All Tags »
Mehran Nikoo (RSS)
[Note: In this post, I am assuming that you are familiar with the TFS Branching Guidance . If you haven't read the guide, I strongly recommend that you do so! I will be referring to the branch names suggested for the basic branch plan.] Scenario: After
Read More...
Most .NET developers and architects are familiar with various approaches to Visual Studio solution design: Single Solution Partitioned Solution Multiple Solutions Multiple Partitioned Solutions "What? Haven't heard of "Multiple Partitioned Solutions"
Read More...
When you create a document-level customisation for Office using VSTO, the customisation is compiled into a .NET assembly and the location of this assembly is stored in a custom document property called _AssemblyLocation. When loading the document, Office
Read More...
Using a setup project in Visual Studio is a nice and easy way of creating a deployment solution for your application. In some cases, built-in features such as file copy, GAC registration and registry modification are good enough but there are cases where
Read More...