i have some experience on web form and ado.net and complete few projects now i want to switch on asp.net mvc and for that i have to learn entity framework first. is it possible to make database module wise? like for example if i am working on school management system i can make database enough for managing students only and make asp.net mvc app for that and later i can extend the database and add some more table to manage teachers and new database with data will be updated on entity framework in the application? is it possible? which entity framework approach should i choose for this development process?
↧