Browse by Tags

All Tags » LINQ (RSS)

Operation could destabilize the runtime

I was trying to reproduce Repository pattern that Rob Conery was using in his MVC Store Front project in my own project. Continuing with the interface programming style hype, I decided to make everything implement some sort of an interface. So my domain...
Posted by Jimmy Chandra | with no comments

Adapter Pattern Case Study: LINQ to SharePoint SPListCollection

While helping my co-worker on a problem we stumbled into a quite interesting thing regarding SharePoint SPListCollection class. SPListCollection, as it turns out, is not derived from IEnumerable interface (see http://msdn2.microsoft.com/en-us/library...
Posted by Jimmy Chandra | with no comments
Filed under: , ,

Preview of C# version 3.0 features

Wow, C# 2.0 is not officially out of the door, C# 3.0 is already rearing its head :). In this post I'll go through some of the new features of the 3.0 version of C#. Feature 1: Implicitly typed local variables. Variable declaration has become simpler...
Posted by Jimmy Chandra | with no comments
Filed under: , , ,