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.
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 […]
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.
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 […]
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 […]
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 […]
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 […]
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 […]
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: […]
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 […]