In my last article LINQ to SQL Vs Entity Framework I discussed about how powerful the ADO.Net Entity Framework compare to LINQ2SQL. In this article I will discuss about how to create Database from Entity Model (Entity Framework) using Model First approach. Model First Approach While designing Database for a project, we normally first finalize […]
↧