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 6, 2016 | Asp .net MVC, Entity Framework Tutorial
In this tutorial I am going to demonstrate to create registration form using entity framework code first approach in asp.net MVC.In this demonstration I also implement cascade drop-downs(Country and state). Database Tables: Country Employee State In this example I...
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 | Jun 2, 2016 | Asp .net MVC, Entity Framework Tutorial
Hi guys today I am going to demonstrate that how we can create cascade dropdown list control in asp.net MVC 5 using Razor and entity framework. Usually we need this solution. Create a new Project. Open Visual Studio 2013. Go to “File” => “New”...
by Yogesh | May 20, 2016 | Asp .net MVC, Entity Framework Tutorial
Hi, today I am writing a blog related to the entity framework (EF) and asp.net mvc 5. Stored procedures (SP) makes life easy of coder. Writing complex queries in SQL server is easier rather than LINQ queries. changes in SQL queries have minor effects in C# code which...