4 articles Tag Visual Studio

Unit Testing Improvements in Visual Studio 2011

Unit Testing Improvements in Visual Studio 2011

In the past, one big reason why people did not embrace MS Test (I think) is because Visual Studio 2008/2010 did not provide a good environment that supported Unit Testing. Sure it did had MS Test and its runner, but it was weak compared to Test Runner from Jet Brains ReShareper or TestDriven.net. I think someone at Microsoft listened to and as I result, there is many notable improvements in this area in Visual Studio …

Continue reading →

Good collection of Visual Studio/ASP.net/IIS tips

This is a good collection of tips on IIS/ASP.net/Visual Studio –> Click here http://blogs.msdn.com/webdevelopertips/archive/tags/tips+and+tricks/default.aspx Cheers!

Continue reading →

Visual Studio 2010 – Peek into Future

Microsoft has made available a CTP version of VS 2010. This version features .net framework 4.0 (C# 4.0, etc.) Link -> https://connect.microsoft.com/VisualStudio/content/content.aspx?ContentID=9790

Continue reading →

VS.net project, accessing from Network Share !

Level: Intermediate If you place your VS.Net projects (Windows App) in a network share and try to work off that share, you might end up with an error message like this “The project location is not fully trusted by the .NET runtime”. This message pops up when you try to open the project file. If you say Ok, to that “long” message and continue working you might end up with some security permissions issue when …

Continue reading →