Did you ever wonder what does mean CodeRush’s Maintenance Complexity tool window (accessible via DevExpress/Tool Windows/Metrics menu item). Here is Mark Miller’s blogging about it and it explains […]
If you are still on .net 1.1 there is a post SP1 hotfix
If you are still using .net 1.1 you might be interested in this post service pack 1 hotfix for System.Windows.Forms.dll released by Microsoft (thanks to Jochen Kalmbach for […]
How to upgrade application version and not loose user application settings
If you have been using or considering using new application settings feature in VS 2005 you might be wondering how not to loose user settings when you increment […]
Upgrading DevExpress WinForms controls to 2.2.1
As soon as I downloaded the new WinForms Component Collection 2.2.1 for Visual Studio 2005 I installed them, turned the visual inheritance “experimental” support on opened an existing project. It […]
Slides of my "What’s new in .net 2 framework and programming languages" presentation
Yesterday I held “What’s new in .net 2 framework and programming languages” presentation at VS2005/SQL2005 launch event. You can find slides (in Slovene) here. Are you ready to […]
Developer Express reintroduced visual inheritance support
I have to admit that this Thursday really surprised me in positive way. Or better, Developer Express guys did it. They just released a service release of their […]
Speaking at MS VS2005/SQL2005 launch event in Ljubljana, Slovenia
I’ll be speaking tomorrow in hotel Mons, Ljubljana at Microsoft Slovenia VS2005/SQL2005 launch event. My “What’s new in .net 2 framework and programming languages” presentation (in Slovene language) starts at […]
New TryParse method in .net 2
.net 2 introduces new TryParse method for many base structures such as Int32. However, it is not limited to structs only (IPAddress has its own TryParse, too). Why […]
Why are dialogs in Visual Studio fixed size?
Why are many dialogs within Visual Studio 200x made fixed size without option to resize them is beyond me. Take for example Choose Items… dialog for Toolbox. It […]
Is Windows Workflow Foundation missing generics, too
A while ago I’ve blogged about missing generics in Windows Presentation Framework. Now I took a look at Windows Workflow Foundation and I immediately bumped over an object […]