Editorial Update With the recent release of Visual Studio 2013 RC (which includes, by the way a “Go-Live” license) this issue with Visual Studio 2013 Preview has probably been overtaken by events. I’ll leave this here anyway as a historical footnote. How’s this? Tonight I fired up the VM I […]
Daily Archives: September 6, 2013
3 posts
Introduction In my last post, I explained how to add a NuGet package to a solution, and from there how to generate and lightly consume an Entity Framework data model. We’re going to take it to the next level now, and do a bit more with the framework. Expanding on […]
Introduction Following on from the earlier article which established a data schema, the next step is to wrap the database design in an ORM.. for fun. I’m going to take a look at the latest pre-release of the Entity Framework, version 6 (RC1). If you’re interested in the licensing aspects, […]