[DevEx] has a nice UI layout control XtraLayoutControl that helps both designer and runtime user to design WinForms UI with ease. One can even save and load layouts […]
Assembly Binding Log Viewer fixed window size
If you are somewhat serious about .net development you certainly know Assembly Binding Log Viewer utility (aka Fuslogvw.exe), do you? If you don’t, you should – it lists […]
Visual Studio 2005 "kindly" starts an asp.net development server per project
I have a solution containing both WinForms and asp.net projects. There is nothing wrong with this. However, when I set a configuration that runs only a single WinForms project […]
Select Case ambiguity in VB.Net
Consider this piece of code: Dim a As Integer = 0 Select Case a Case 0 Console.WriteLine("a") Case 0 Console.WriteLine("b") End Select Console.ReadLine() As a C# developer I […]
CodeRush’s amazing References window
There is another compelling feature brought to us by [CR] 2.1.x version: References window combined with ultra fast “Find All References” feature. Find All References* is a faster […]
Finally an improved debugger’s Step Into feature
Finally we got an improved VS’ Step Into feature. But what is wrong with actual one? Let’s see an example: public static void Main() { SomeMethod(SomeField, GetSomeValue()); } […]
VMWare Workstation 6.0 beta is available
VMWare started a beta program for its Workstation 6.0 product. I have to say that I find Workstation as a must have product – one that you can’t […]
Sql Server 2005 Compact Edition released
Apparently [MS] is giving gifts away even before Christmas. Seems like Sql Server 2005 Compact Edition has been released, too. I say seems because download page is down, […]
Visual Studio 2005 Service Pack 1 (SP1) is here
Visual Studio 2005 Service Pack 1 has been released. Get it here. Note that if you are installing the thing on Vista you should explicitly use “Run As […]