Category Archives: LINQ

Northern Colorado .NET User Group Under the Hood of LINQ Presentation

Tonight I gave a 90 minute deep dive talk on LINQ to Objects at the Northern Colorado .NET SIG.  As requested, here is the slide deck which is pretty minimal and the sample code that we spent the bulk of … Continue reading

Posted in LINQ | Leave a comment

JSON Serialization Using C# 3.0 Extension Methods

I had just been playing around with C# 3.0 extension methods when Scott Hanselman posted this article about easy JSON object serialization in Ruby.  That got me thinking that with .NET Reflection and C# 3.0 extension methods, this should be … Continue reading

Posted in LINQ | 6 Comments