Category Archives: entityframework

Code-First EntityFramework – step by step

This is first post for code-first entity framework and how to use it. 1. add entity framework, open project, in VS Package Management PM> Install-Package EntityFramework 2. Don’t enable migrations, if you enable migrations then, add Enable migrations only after … Continue reading

Posted in entityframework | Comments Off on Code-First EntityFramework – step by step