There are a few settings I like to set up immediately whenever I am working with a clean install of Visual Studio to help my development go a little smoother. Here are just a couple of those things. How to… Read More ›
Visual Studio
Ho to Manage and Remove Recent Projects in Visual Studio
How to change the number of recent projects stored Visual Studio maintains a list of the most recent projects you’ve worked on so you can open them quickly. By default it maintains the 6 most recent projects on the start… Read More ›
How to Create a Publisher Policy Assembly
This post is only for a reference in how to create the config file and the command line arguments needed for the Assembly Linker (AL) tool to create the publisher policy file. For a full reference on how to create… Read More ›
Add Your Assembly to Visual Studio Add Reference Dialog
When you add a reference to a project in Visual Studio there are several tabs to allow you to “quickly” pick an assembly to reference. The .net tab is the first and, at first glance, appears to show all assemblies… Read More ›