Difference between ASP.Net, MCV Frameworks and PHP MVC Frameworks
Can you please enlist the difference between the different languages used in website development like ASP.Net, MCV Frameworks and PHP MVC Frameworks.
Can you please enlist the difference between the different languages used in website development like ASP.Net, MCV Frameworks and PHP MVC Frameworks.
Hello Tawnee,
Each of the languages that you have mentioned has its strong points and weak points. But one thing that you should get clear is that asp.net mvc is not a replacement of the asp.net web forms, but they are rather both built on asp.net framework. That is the similarity they share.
For asp.net mvc, the following are some of the strong points it bears:
Some of the weaknesses that asp.net mvc may have include it not being event driven, and it does not offer strong support for third party library control.
On the other hand, asp.net web forms bear the following strengths:
Some of the weaknesses it comes with include difficulty associated with the UI as it is coupled with the code, and also it is hard when it comes to unit testing. The page size view seems to be heavier here.
__
Regards
Clair Charles
Â