VB 10 Content on InfoQ
Articles about VB 10
MicroORM - A Dynamically Typed ORM for VB and C# in about 160 Lines
by
Jonathan Allen
Posted on
Dec 05, 2009
Using the new DLR features in VB 10 and C# 4 you can build a configuration-free ORM that works well with legacy stored procedures. Though accessed using normal object-dot-property syntax, all the data objects are built at runtime based solely on the information returned by the database. And this is done with no interfaces to define, classes to implement, or data mapping definitions to write.
News about VB 10
Update to .NET Framework 4 by Jonathan Allen Posted on Jun 14, 2011
Announcement: Windows Phone 7 Opens to Visual Basic by James Vastbinder Posted on Dec 01, 2010
A Short History of Dynamic Typing in Visual Basic by Jonathan Allen Posted on Jan 15, 2010
Collection and Array Initializers in VB 10 by Jonathan Allen Posted on Oct 23, 2009
Auto-implemented Properties in VB and C# by Jonathan Allen Posted on Jun 15, 2009
Wrapping Stored Procedures in .NET Languages by Jonathan Allen Posted on Jun 03, 2009
.NET 4 Feature Focus: Type Embedding and Equivalence by Jonathan Allen Posted on Oct 27, 2008




