Data access in mvcMAMohan Arumugam8yAsked Apr 24, 2018, 7:18 AM1.1kVisual Basic .NETData access in MVC using entity framework
Manav Pandya8y agoPosted Apr 24, 2018, 12:18 PMHello For Dataacess using EF there are multiple ways possible like : - Code first , database first , model first etc So for that you need to follow very helpful site post's : For DB First : http://www.entityframeworktutorial.net/entityframework6/introduction.aspx For Model First : http://www.entityframeworktutorial.net/model-first-with-entity-framework.aspx For Code first : http://www.entityframeworktutorial.net/code-first/what-is-code-first.aspx Just go through their content and try to understand its concept And create CRUD operation using it , Thanks
Debasis Saha8y agoPosted Apr 24, 2018, 8:44 AMYou can check the below links - https://www.c-sharpcorner.com/article/entity-framework-introduction-using-c-sharp-part-one/ https://www.c-sharpcorner.com/UploadFile/d18c03/entity-framework-code-first-example/ https://www.codeproject.com/Articles/739164/Entity-Framework-Tutorial-for-Beginners http://www.entityframeworktutorial.net/code-first/simple-code-first-example.aspx Hope this will help you.
Manav PandyaPosted Apr 24, 2018, 12:18 PM
Debasis SahaPosted Apr 24, 2018, 8:44 AM