Welcome to MSDN Blogs
Sign in
|
Join
|
Help
LukeH's WebLog
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
C#
Archives
May 2008 (1)
April 2008 (1)
November 2007 (1)
October 2007 (1)
August 2007 (1)
July 2007 (1)
June 2007 (4)
May 2007 (2)
April 2007 (1)
March 2007 (3)
October 2005 (1)
February 2005 (2)
July 2004 (1)
June 2004 (2)
C# Blogs
Charlie's Blog
Yet Another Language Geek
The Mellow Musings of Dr. T
Luca Bolognese's WebLog
Fabulous Adventures In Coding
C# Links
C# Developer Center
March 2007 - Posts
Saturday, March 31, 2007 11:07 PM
In-Memory Query with C#2.0 and C#3.0
Here's some sample code from a demo I did a few months ago. It's a simple example of how much easier in-memory query and transformation are with C#3.0 and LINQ, compared with a straightforward implementation using C#2.0. The Query The goal is to implement
Posted by
LukeH
|
9 Comments
Monday, March 19, 2007 2:50 AM
Using LINQ to solve puzzles
A couple months ago, I had a great time participating in Microsoft's PuzzleHunt event along with our team "Cup<T>". Normally, the puzzles in puzzle hunt are designed to limit the value of writing programs to help solve them. But this year, I did
Posted by
LukeH
|
9 Comments
Monday, March 19, 2007 2:48 AM
The C# Compiler in Orcas
I started working on the C# compiler team a little more than a year ago, right around the time that we started development on the Orcas C# compiler. It's been a great project to work on, and it's good to see folks starting to use the new compiler in the
Posted by
LukeH
|
1 Comments