By tag: CodeFirst
0
kicks
Simplify common data access functions by using Entity Framework extens
Simple project featuring usage of EntityFramework CodeFirst and overriding SaveChanges method of DBContext in order to keep record of changes on entities in database. There is a simple usage sample project and a test project with couple of test cases to confirm that everything is working.
0
kicks
EF Code First and WPF with the Chinook database. Part 1b – the provide
Adding a data provider to abstract away the entity framework from the client
0
kicks
EF Code First and WPF with the Chinook database. Part 1 – the model
Using Entity Framework Code First to connect to an existing database