Code first approach using Entity Framework
In Entity Framework Code first approach, you do not have to create the database for your application. You just have to add classes to your web application and the database will be generated automatically.
Code first approach using Entity Framework
In Entity Framework Code first approach, you do not have to create the database for your application. You just have to add classes to your web application and the database will be generated automatically.
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
SubashPosted Sep 15, 2016, 4:48 AM
Nice share
Praveen KumarPosted Nov 29, 2015, 10:52 PM
Very nice Piyush Dixit
Shivam ShuklaPosted Aug 25, 2015, 5:52 PM
Nice
Shivam ShuklaPosted Aug 25, 2015, 5:52 PM
Nice article
Azeem AnzariPosted Aug 25, 2015, 8:47 AM
Well explained
Santhakumar MunuswamyPosted Aug 23, 2015, 11:35 AM
Thanks for Nice article
Ankur ChaturvediPosted Aug 23, 2015, 10:38 AM
Use good approach
Sibeesh VenuPosted Aug 23, 2015, 3:48 AM
Nice Share
Rajeesh MenothPosted Aug 23, 2015, 2:49 AM
Good One
RakeshPosted Aug 23, 2015, 12:53 AM
Good
Saineshwar BageriPosted Aug 23, 2015, 12:50 AM
Piyush i we need to do if i have to add more fields in table after creating a table
Gowtham KPosted Aug 22, 2015, 9:56 PM
Thanks for sharing
Karthikeyan KPosted Aug 22, 2015, 9:29 PM
Nice one
Sam HobbsPosted Aug 22, 2015, 7:36 PM
If you look at the dictionary definition of the word entity then you will see that the word implies independence but I think that independence is not relevant in the context of the Entity Framework. Entity is the word that Microsoft chose so we must use it but I think that the truth is that there is no essential difference between an entity and an object. Microsoft chose (I assume) to not use the word object to imply that the Entity Framework is not relevant to all objects but I think it helps to think of an entity as an object. After all is said, conceptually a class is an object. Saying that an entity is a class is saying that an entity is an object.