by Yogesh | Jul 10, 2016 | Asp .net MVC, Entity Framework Tutorial
Entity framework code first SQL: Most of viewers and visitors of Yogeshdotnet.com, requested to upload some blogs based on entity framework code first with SQL. First of all I want to say thanks to all my visitors and regular viewers who shows their keen interest in... by Yogesh | Jul 10, 2016 | Entity Framework Tutorial
Entity framework conventions when we use entity framework in our application, there are some predefined conventions of entity framework for example primary key EF convention means we defined a primary key in a model class then model mapped database table with a auto... by Yogesh | Jul 3, 2016 | Entity Framework Tutorial
I am going to start writing blogs based on Microsoft entity framework as far as today’s scenario people are working on entity framework. Let me tell you about the different approaches of entity framework by which we can make communication between ASP.net MVC and... by Yogesh | Apr 16, 2016 | Asp .net MVC, Entity Framework Tutorial
Inheritance in EF Inheritance in entity framework ,it is a way to create relationships between database tables.For example primary key and foreign key relationship. Types of Inheritance TPH(Table per Hierarchy) TPC(Table per concrete) TPT(Table per Type) 1. TPH: It...