Thursday, March 20, 2008 - Posts

LINQ to SQL and SqlConnection ( "when you're wrong, you're wrong" :-) )

I was talking to Ian and another chap at the UK Launch yesterday about LINQ to SQL and my use of the DataContext in some demo code where I always tend to write something like; using (DataContext ctx = new DataContext()) { } and whether Read More

Filed Under: ,

LINQ Talk at UK Visual Studio 2008 Launch

I did a talk yesterday down at the UK Launch of Visual Studio 2008, SQL Server 2008 and Windows Server 2008 about Language Integrated Query as it stands in VS 2008 and .NET Framework V3.5. Firstly, thanks to everyone who came along to the talk - much Read More

Filed Under: , ,