Welcome to MSDN Blogs Sign in | Join | Help

September 2005 - Posts

Linq and the cost of additional language complexity

Uwe Keim posted a thought provoking comment in response to my entry about Linq . Here is an excerpt: I do see the benefits, but I also have a big déjà vû: The C#-language seems to go the C++-way, where I, even after 10 years of programming, don't know
Posted by rmbyers | 8 Comments

Comparison of a simple select statement in DLinq (C# 3.0) vs. ADO.Net

Six months ago I posted a comparison of a simple select statement in C-omega vs. ADO.Net which some people found very exciting. Now that Linq has been officially unveiled, I figured I should update my comparison using C# 3.0 and DLinq . Although Linq
Posted by rmbyers | 10 Comments

Interested in C-omega? LINQ finally announced!

Ever since I started planning for my users-group talk (and wrote this blog entry ) about data access with C-omega, I've been dying to tell everyone about the plans to add similar functionality to C#. For those of you at my talk, you'll remember this video
Posted by rmbyers | 0 Comments

DebuggingModes.IgnoreSymbolStoreSequencePoints

In my last post I gave an overview of the DebuggableAttribute, what values the C# compiler gives it, and how the CLR uses those values. I mentioned that with /debug+, the C# compiler sets the IgnoreSymbolStoreSequencePoints DebuggingModes bit, but I didn't
Posted by rmbyers | 3 Comments
Filed under:
 
Page view tracker