What is the proper way or method in creating MVC framework?

Asked By 0 points N/A Posted on -
qa-featured

I would like to know what is the proper way or method in creating a MVC framework for a certain website? Is it necessary that we are going to establish many controllers? Why? What if you are going to establish only one controller which will serve as the function model? Is it proper? Or not? Please enlightened me what is the best thing to do, thank you.

SHARE
Answered By 75 points N/A #105428

What is the proper way or method in creating MVC framework?

qa-featured

Hello Mhalyn,

I think that the proper way for creating the MVC Framework for a certain website is by the use of the designer view, which will enable you to use partial classes in separate files so that you can be able to extend them or build upon them later when you need to do so.

When designing, you can use an extension project by the use of the visual studio application which you will use to generate POCO classes related to the EF designer model that you are using. You can also use the resulting classes, and for that you might be required to fix your mappings most of the time.

__

Regards
Mahesh Babu

 

Related Questions