Coldduck9

Stories kicked by Coldduck9

Community Convergence XXIX(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 4 years, 9 months ago

There are several good new blogs from members of the Microsoft C# team. Nevertheless, the most important items in this edition of Community Convergence are Rico Mariani's series of articles on LINQ to SQL performance. read more...

add a comment |category: |Views: 0

tags: another

Draft of C# Specification for Review(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 4 years, 9 months ago

The CSharp Language Specification Version 3.0 is now available for review. This specification pulls together information from the CSharp 1.1, 2.0 and 3.0 specifications into a single unified document. read more...

add a comment |category: |Views: 9

tags: another

The Least You Need to Know about C# 3.0 (Beta 2 Edition)(blogs.msdn.com)

submitted by Coldduck9Coldduck9(470) 4 years, 10 months ago

A lot of people (myself included) have written about LINQ in the next version of C#. LINQ is indeed an empowering technology. However, even without LINQ, C# 3.0 would be a compelling upgrade. Now that Beta2 is publicly available, here’s my personal list of the most useful features in the next release. read more...

add a comment |category: |Views: 2

tags: another

LINQ to SQL Performance Numbers Coming Soon(blogs.msdn.com)

submitted by Coldduck9Coldduck9(470) 4 years, 11 months ago

Rico Mariani, one of the architects responsible for LINQ to SQL performance, blogs about getting LINQ to SQL down to the metal. read more...

add a comment |category: |Views: 1

tags: another

Why Symmetric Multicore is a Dead End(blogs.msdn.com)

submitted by Coldduck9Coldduck9(470) 4 years, 11 months ago

For the algorithms that can’t run in parallel, having eight cores is like trying to get your Christmas shopping done faster by strapping eight Ferraris together and driving them from store to store. Eventually you’ll give up and just use the one with the most gas in the tank. read more...

1 comment |category: |Views: 4

tags: another

The True Story Behind LINQ to SQL(blogs.msdn.com)

submitted by Coldduck9Coldduck9(470) 4 years, 11 months ago

An architect's story of how LINQ to SQL came to be. "For the sake of LINQ and the customer in general, we took up the OR/M torch officially, announcing our intention internally and starting the political nightmare that became my life for the next three years." read more...

add a comment |category: |Views: 5

tags: another

Evolution of a C# Query—Step by step from C# 1.1 to LINQ(blogs.msdn.com)

submitted by Coldduck9Coldduck9(470) 5 years ago

This article takes you step-by-step from C# 1.1 to LINQ. read more...

2 comments |category: |Views: 5

tags: another

Leaky Functions\Barrel of Bugs(blogs.msdn.com)

submitted by Coldduck9Coldduck9(470) 5 years ago

Create higher quality code with immutable classes. read more...

1 comment |category: |Views: 1

tags: another

Dealing with Linq’s Immutable Expression Trees (blogs.msdn.com)

submitted by Coldduck9Coldduck9(470) 5 years ago

Show's how to effectively deal with Linq's Immutable Expression trees using chain-of-responsibility. read more...

add a comment |category: |Views: 11

tags: another