Dave Zych
  • Home
  • About
  • Contact
  • Privacy

entity framework

A collection of 2 posts
Unit Testing Entity Framework 7 with the In Memory Data Store
asp.net 5

Unit Testing Entity Framework 7 with the In Memory Data Store

Entity Framework 7 [https://github.com/aspnet/EntityFramework] includes a new InMemory [https://github.com/aspnet/EntityFramework/tree/dev/src/EntityFramework.InMemory] store which is fantastic for unit testing. No more mocking DbContext or doing other dumb things! Here's how Start by creating a new class library project using the
Oct 8, 2015 2 min read
debug

The case against EntityDataSource

Why does Microsoft insist on developing the EntityDataSource [http://msdn.microsoft.com/en-us/library/vstudio/cc488502(v=vs.100).aspx]? I really don’t see the benefit. It’s just adding bloat to Entity Framework, especially since most people are moving away from Web Forms in favor of MVC. It
Sep 4, 2014 2 min read
Page 1 of 1
Dave Zych © 2025
  • Data & privacy
  • Contact
Powered by Ghost