Welcome to MSDN Blogs Sign in | Join | Help

October 2009 - Posts

Using C# Dynamic to simplify ADO.NET Data Access

Update (11/7/09) : fixed Execute() method per Richard’s suggestion to wrap IDataRecord instead of Reader. Recently, I started playing around with C# dynamic, and blogged how it could be used to call static class members late bound . Today, I was talking
Posted by davidebb | 16 Comments
Filed under: ,

Attachment(s): DataReaderWithDynamic.zip

Using C# dynamic to call static members

By now, you’ve probably heard that C# 4.0 is adding support for the dynamic keyword, which introduces some aspects of dynamic languages to C#.  I had not had a chance to really try it, but recently I was reading Bertrand Le Roy’s post on the topic,
Posted by davidebb | 13 Comments
Filed under: , ,

Attachment(s): DynamicCallsToStaticMembers.zip

T4MVC 2.4.04 update: MVC 2 support, new settings, cleanup, fixes

To get the latest build of T4MVC: Go to T4MVC page on CodePlex Though I haven’t blogged for a while about T4MVC, I’ve been making a few minor updates and only sent notification via Twitter. Now, I have a few things that are worth discussing in a little
Posted by davidebb | 8 Comments
Filed under: , , ,
 
Page view tracker