I installed on metal VS2010 RC, and when I tried to write the first line of code I see that intellisense failed to show parameter info.

This bring me back when I was young, and we have to remember all C stdlib functions because we used vi in linux to edit source file, but in [...]



kick it on DotNetKicks.com

Continue reading about Visual Studio 2010 Intellisense does not show “Parameter Info”.

alkampfer on October 30th, 2009

I must admit that I’m absolutely not a fan of testing through UI. A good program keeps the business logic separated from the UI, so it is testable without passing for the UI. In the real world we have application written by others, or you can simply have to test UI control interaction. In these [...]



kick it on DotNetKicks.com

Continue reading about Coded Ui Test in VS 2010

alkampfer on October 28th, 2009

You can find some good news here for Data Dude project system. The most important one is that with VS2010 you will have database project support even with professional edition. You miss some of the advanced features, but you are able to build and deploy database project, and this is really good.
Another point of interest [...]



kick it on DotNetKicks.com

Continue reading about Some news on Visual studio 2010 database project