Welcome to RightHand's community place Sign in | | Help

maj 2005 - Posts

RightHand.DataSet.Visualizer for Visual Studio.NET 2005 is born

Visualizer is a new cool feature of Visual Studio.NET 2005 debugger. It is exactly what I was looking for visualizing ADO.NET's DataSet data thus I decided to write my own visualizer. And here it is. You are welcome to download , use and discuss it. RightHand.DataSet.Visualizer
Posted by Miha Markic | 7 Comments
Filed under:

Visual Studio.NET 200x easily extensible?

Not exactly. Ever tried to write a Visual Studio.NET 200x addin? If yes, then you know that it isn't exactly easy. Fortunately, there is a cure to this shortcoming and it is a product called DXCore provided by Developer Express . Basically this is an
Posted by Miha Markic | 1 Comments
Filed under:

Refactoring in VB.NET 2005?

C# 2005 does refactoring and this is a well known (and very welcome) feature by now. A less known fact is that VB.NET 2005 does refactoring, too . Not out of the box. Instead, Developer Express provides a free refactoring plugin based on DXCore (free
Posted by Miha Markic | 1 Comments
Filed under: ,

Visual Studio.NET 200x Debugger Feature

Last week I've presented "What's new in Visual Studio 2005 Debugger". One of the cool feature is that you can customize the instance value. For example, consider this simple class: public class Tubo { private string Name; private string Surname; ... }
Posted by Miha Markic | 2 Comments
Filed under:

DevExpress' WinForms 2 suite

It's been few weeks since DevExpress relased next generation of their WinForms components featuring skinning technology. I can't say anything else than: go check it out . Just beware: once you try them, you'll become addicted.
Posted by Miha Markic | 0 Comments
Filed under: ,

CodeSmith 3.0 is released

Eric did it again. New CodeSmith version is out. I have to say that this tool is one of the programmer's best friends. In other words, it is a must have for a serious programmer. Excerpt from CodeSmith home page: CodeSmith 3.0 enables software developers
Posted by Miha Markic | 1 Comments
Filed under:

Download slides from my two presentations at NT Konferenca 2005

Follow the link to download slides from my two presentations at Microsoft NT Konferenca 2005 held in Portorož, Slovenija.
Posted by Miha Markic | 0 Comments
Filed under:

Community corner at NT konferenca 2005

We have a SLODUG /S LOWUG community corner as part of NT konferenca 2005 in hotel St. Bernardin. Just go to the ground floor and to the right from elevator or to the left from entrance and meet the peers. I'll be hanging there on Wednesday.
Posted by Miha Markic | 1 Comments
Filed under:

Presenting on NT Konferenca 2005

Wednesday, 18. May 2005, I will give two presentations at NT Konferenca 2005 in Portorož, Slovenija: Enterprise Library Logging and Instrumentation Application Block (11:30, Emerald 1 room) Novosti v razhroščevanju z Visual Studiom 2005 (16:00, Emerald
Posted by Miha Markic | 0 Comments
Filed under:

Where is Object Test Bench in Visual Studio.NET 2005 Beta x?

Object Test Bench is a feature of Visual Studio.NET 2005 Beta X which allows you to test your code at design time. One can create classes, invoke their methods and stuff like that. Seems very useful for testing code without running entire application.
Posted by Miha Markic | 4 Comments
Filed under: