Build: Windows 8

I bet almost all the developers followed the ‘build’ keynote Yesterday, we had some big news (nothing too much scary, thankfully) and we saw Windows running on a bunch of new devices (I honestly can’t wait to put my hands on them) that will hit the m


Save time stopping the build process (in case of errors)

I don’t remind where I originally got this Tip, but it’s proven to be very useful to save lots of time when you have very big solution and your projects are failing to build. I am reporting it here as a note to myself because I really missed it when


Visual Studio 2010 designer error: Value cannot be null. Parameter name: objectType

It’s a fact that the Visual Studio 2010 Designer has some problems when dealing with inherited windows forms with a very very deep inheritance hierarchy (inheritance level > 2). Working on one of my legacy project I converted from VS2008 to VS201


Spot Hidden Exceptions using IntelliTrace

Recently I’ve been able to replace my Visual Studio 2010 Professional with Visual Studio 2010 Ultimate and the first feature I wanted to try was IntelliTrace, to see how it could help me debug and improve the quality of my software. After giving a l


Playing with Profilers - always take a look at your most called functions!

...even if they don’t seem to consume too much time. I have finally found some ‘time slots’ to assign to code profiling activities, so I decided to take advantage of the dotTrace License that was kindly awarded to me by JetBrains (thanks again to Jet


How to update your TFS Workspace after CodePlex upgrade to TFS2010

Recently CodePlex updated their TFS to the 2010 version, during the update your reference TFS server may have changed name (like it happened for Dexter, our original TFS server was tfs05.codeplex.com and now it is tfs.codeplex.com). To switch to the


MSI: a simple Delete Files Custom Action

Reviewing the Install/Uninstall process I’ve created using the standard Visual Studio Setup Project template, I’ve noticed that some files were always left on the installation folder after a complete program uninstall sequence. The default behavior


NUnit extensibility: an Addin to dynamically load other Addins

One of the major problems when it comes to NUnit extensibility is the limitation that you must deploy your Addins in a subfolder (named ‘addins’) under the installation (or run) path of NUnit, so if you build some customization and extension an...


NUnitit: Visual Studio Addin to support NUnit and some customizations to it

These days I’m heavily working on NUnit to build some extensions to the testing framework we need on our projects. We need a simple way to launch our tests inside visual studio while developing. Our first solution was to use TestDriven.NET or t...


Internet Explorer 8 causes troubles to Vista and TestDriven.Net (‘test with...debugger’ not working)

Two days ago I installed Internet Explorer 8 and I have to admit I was quite satisfied by its performance... it seemed more responsive and with faster load times compared to Ie7. However today I started to experience the first problems...in Wi...


 1 di 2   1  »  Last »