Tag: ADO.Net Entity Framework
-
Reviewing Programming Entity Framework : Code First by Julie Lerman and Rowan Miller
Title: Programming Entity Framework: Code First Number of Pages < 200 Price: $9.99 Kindle Edition $21.59 Paperback Buy here I got an opportunity to get a copy of book Programming Entity Framework: Code First from well-known author, speaker and an authority on Entity Framework Julie Lerman . I was very excited to get book […]
-
Learn ADO.Net Entity Framework: Performing basic CRUD Operation
In this post I will walkthrough you on performing basic CRUD operation using ADO.Net Entity framework. Database design I am going to use School Database. You can find School database script here . To be precise, I am going perform CRUD operation on only one table Person. Schema of Person table is as below. I […]