Click here to Skip to main content
15,914,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I've been learning MVC lately and I am wondering:

is MVC appropriate for any sized project?

I have been thinking about creating some small projects (a simple tutorial site for beginners) but im not sure what approach to take to this in terms of design and development.

this has kind of lead to me thinking:

Does the size of a project, as well as it's complexity, make different projects more favourable to different methods of design, or is MVC a method that can be used across the board?

Sorry for the vague question, but some examples would be perfect!
Posted

1 solution

MVC would be the pattern that is applied at client - server level.
Jquery and Html5 would be the technologies you would use at the client level to build good UI.

Thus using them together (MVC and Html5/Jquery) makes sense even for a large sized project.
 
Share this answer
 
Comments
Member 12003699 13-Oct-15 8:21am    
Thanks. So even for smaller, more basic projects, this combination of technologies could be applied, as well as for bigger more complex projects?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900