Thursday, March 13, 2008 - Posts

LINQ to SQL, Stored Procs, Output Params, Readers Reading

I had a discussion at DevWeek about when SqlDataReader.Read() gets called for resultsets coming back from stored procedures accessed with LINQ to SQL. I've got this stored proc;create procedure dbo.GetCustomersByCountry @country nvarchar(max) as Read More

Filed Under: , ,

DevWeek Talk - Understanding ADO.NET Entity Framework

I did a talk down at DevWeek this afternoon about ADO.NET Entity Framework. Whilst it was a small room, it was full and I had a great time - hopefully if you attended then you enjoyed it too and got something useful out of it. Thanks for all the questions Read More