Tag Archives: Visual Studio

NCrunch a Visual Studio Add-In for Unit Testing

I made it a goal late in 2012 that one of my personal task for 2013 was going to be diving deeper into unit testing and mocking.  In my research I came across a unit testing tool for Visual Studio … Continue reading

About these ads
Posted in Visual Studio | Tagged , | Leave a comment

My Visual Studio Theme and extension setup

As I do more presentations I often get asked what my color theme and extensions I have installed are.  Well here you go,

Posted in Visual Studio | Tagged | Leave a comment

Manually updating a VSIX file to run in Visual Studio 2012

Disclaimer: This is as is, I cannot guarantee that this will even work and that it will not fubar your VS installation. I had two issue this week.  One I have a project that uses the Microsoft Enterprise Library for … Continue reading

Posted in Visual Studio | Tagged | 1 Comment

BugAid–C# Visual Studio Debugging made easier

On September 8th 2012 I gave a presentation on BugAid, an exciting extension/tool for Visual Studio.  BugAid is a C# debugging helper for Visual Studio.  I personally have been using it for about a year on Visual Studio 2010 and … Continue reading

Posted in Debug, Visual Studio | Tagged , | Leave a comment

Get PostSharp to Work .NET 4 and below apps on VS 11 Beta/Win 8

Note: This so far is working on any targeted project that Visual Studio 11 except .NET 4.5.  If something specific is not working on say .net 4 or 3.5 please let me know and I will update this post. Just … Continue reading

Posted in PostSharp, Visual Studio | Tagged , , | 7 Comments

Preprocessor Directives Part 1

As I study and learn new things about PostSharp; which is a Postprocessor AOP tool. I figured I would write a little bit about preprocessors.  In this series we will go over a few of the possible preprocessor directives available … Continue reading

Posted in Design Patterns, Visual Studio | Tagged , | Leave a comment

How to set an exe to require Admin authority (UAC) on launch

This is probably something that is pretty common knowledge but I have been asked this a few times. So because I need to write about something here it is… Using Visual Studio Build Solution:

Posted in Visual Studio, Windows | Tagged , , | Leave a comment