4
Reply

MVC Project arcitecture.

Pramod Gupta

Pramod Gupta

Sep 28 2015 7:09 AM
363
in interview,interviewer asked  me what is arcitecture  of your project....
 
i am using entity framework for database interaction.
i have loaded tables and procedures in model by using entity framework.
 
i have  a repository folder in which i have created classes (accountData,Paymentdata)  which is used for insert,update and delete data.
 
on basis of this,  plz provide me explanation of  arcitecture  of my project. so that i can easily explain interviewer to convince him.
 
 

Answers (4)