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

september 2005 - Posts

WinFX installation problem and fix for it

One day I've decided to install WinFX (along with VS 2005 beta 2) on my laptop to see how it works on hardware accelerated graphics (I take a look at WinFX before - in VMWare Workstation though). So I installed everything as requested. The first step
Posted by Miha Markic | 0 Comments
Filed under:

Linq, DLinq and XLink forums

In case you didn't know, MS has put up three forums (part of their Technical Forums) to discuss Linq, DLinq and XLink. You'll find them here .
Posted by Miha Markic | 0 Comments
Filed under:

DLinq autogenerated classes

I've posted my first CodeSmith template for generating DLinq classes (DLink is part of Linq project, a future of .net). The generated code is C#. You can make suggestions or just give feedback in this forum . Get the template here . Enjoy.
Posted by Miha Markic | 0 Comments
Filed under:

DataSet visualizer updated

I've set new expiration date for RightHand.DataSet.Visualizer to 11/7/2005 and recomplied with July CTP. New version is 0.9.1. Get it here . Comments are welcome in the forum .
Posted by Miha Markic | 0 Comments
Filed under:

How to log DLinq's Sql commands

There was a question on MS' forum about how to log the DLinq's sql commands. Well, actually DataContext's sql commands. Here is the solution, it is easy: StringBuilder sb = new StringBuilder(); // create a StringBuilder instance to store output TextWriter
Posted by Miha Markic | 0 Comments
Filed under:

Dlinq and IChangeNotifier

I am doing some tests with DLinq. I have created my classes properly decorated with attributes. I have also implemented IChangeNotifier to make tracking faster (all this was created by my CodeSmith template which I will post later). However I couldn't
Posted by Miha Markic | 0 Comments
Filed under:

The C# future

While C# 2.0 isn't even released yet, there is already a lot of documentation about C# 3.0. And it brings a lot of candies based on features introduced in C# 2.0 (generics, anonymous methods, ...). Go check it out . And go wonder, there is a also a working
Posted by Miha Markic | 0 Comments
Filed under:

Visual Studio 2005 Team Suite RC available for download

Whoa, Visual Studio 2005 Team Suite Release Candidate is available for download at MSDN subscriber downloads. There is also a bunch of Sql Server 2005 September downloads. Apparently this is one and only RC before RTM. Microsoft servers are under heavy
Posted by Miha Markic | 0 Comments
Filed under:

Now, this is good code

RemObjects ' Alef pointed me to this wonderful piece of code . Warning: whatever you do, don't write such code. Ever. While you are in the mood, go check the story of Champions .
Posted by Miha Markic | 0 Comments

An annoying bug in Visual Studio 2005 beta2 when using Developer Express' controls

A lot of people have noticed a highly annoying bug in Visual Studio 2005 when dealing with Developer Express' controls. The description of the bug goes like this: During the build of the solution IDE starts throwing a modal dialog box with error icon:
Posted by Miha Markic | 2 Comments
Filed under: ,

Change in nullables implementation is giving results

Almost a month ago the blogosphere was full of reporting the change of nullables implementation starting from August CTP. I was curious if this change affected the Developer Express components - they didn't work with nullables before. So the kind folk
Posted by Miha Markic | 0 Comments
Filed under: ,