Saturday, March 03, 2007 - Posts

Stored Procedures in the March CTP

A couple more "tit-bits" that dropped out whilst playing with the March CTP. It seems that unlike in this previous post which was based on much earlier CTP's I can now have something like; [StoredProcedure(Name = "dbo.GetCustomersByCountry")] Read More

"Orcas" March CTP - IEnumerable<T> to DataTable

In the May CTP which I played with previously I could take an arbitrary resultset and force it into a DataTable. There was an extension method called something like ToDataTable which did this for you. I can't find one of these in the MarchCTP so I built Read More

Finding Extension Methods

I was struggling to find the Field extension method in the March "Orcas" CTP and so I wrote a bit of code that would print out extension methods from assemblies it loads. It's very basic but I'll share here in case anyone wants it or takes the idea and Read More