Browse by Tags

All Tags » VS.NET (RSS)
Today have learned from RSS feed about Rename Visual Studio Window Title extension for VS2010 . A great help when working with several branches of the same base code. Borrowing one of the screenshots from the official blog to show it.
Posted by Sean Feldman | 1 comment(s)
Filed under:
In my last post I have described the move from NAnt to PSake that is based on PowerShell. One missing piece for making the whole experience smooth was Visual Studio support for PowerShell syntax and some Intellisense. Gladly, I have run into PowerGUIVsx...
Posted by Sean Feldman | with no comments
Are you developing on Windows 7? Do you have your UAC turned off? These are the questions I am asking developers that suddenly run into “unexpected behavior” with the code that used to work on their machines an now it doesn’t. When running Visual Studio...
Posted by Sean Feldman | with no comments
Filed under:
Daniel Cazzulino had a very helpful post about how to mock extension methods . The only part I don’t like about this method is the fact you have to make internals visible to the test assembly using an assembly directive: [assembly: InternalsVisibleTo...
Posted by Sean Feldman | with no comments
Filed under: , ,
In the previous post I talked about running test in Resharper vs. TestDriven.NET This time I will compare Visual Studio .NET 2008 (VS) with TestDriven.NET (TD.NET) for another functionality - quick code execution for evaluation purposes. VS was shipped...
Posted by Sean Feldman | with no comments
Filed under:
This is not the first time I came back to automated builds and re-evaluate how they are done. This time, I wanted to capture several things at the same time: 1. Specifications and Integration tests have to reside within the same project with the SUT,...
Posted by Sean Feldman | 5 comment(s)
Filed under:
Ok, so I was really upset and spilled a bit more than probably should have to. ScottGu has picked my desperate yell from the blog and suggested a help (2nd time I believe - 1st one occurred when .NET 2.0 SP1 has broken our production web sites, wow, he...
Posted by Sean Feldman | 3 comment(s)
Filed under: , ,

SP1

As you probably know, the all new and shiny SP1 for both .NET framework and VS.NET 2008 are out. So I waited a bit, saw that other developers are accepting it and installed it. Great, worked smooth. Till I dared to restart. After that VS.NET 2008 designer...
Posted by Sean Feldman | 7 comment(s)
Filed under: , ,
Update: Mark Capaldi has revealed a great VS.NET shortcut that does the work (Shift-ESC). Visual Studio floating windows are not playing nicely with keyboard shortcuts. If you only using a keyboard, and want to be able to navigate around without constantly...
Posted by Sean Feldman | 2 comment(s)
Filed under:
Understanding what are you working on is the priority #1. If you not sure, then you don't know what are you working on. How do you keep several items linked logically while working on them - you try to keep something common between them. To be more particular...
Posted by Sean Feldman | 1 comment(s)
Filed under: ,
More Posts Next page »