MVC
-
Hi, I am following one MVC built in my organization but i am not happy with its performance.I need to change it.So please suggest me any mvc with good performance.
Hi, what do you mean by MVC? Do you mean the model-view-controller architecture? If you search a framework implementing/supporting the mvc-paradigma have a look a the ASP.NET MVC http://www.asp.net/mvc/[^]. Regards Sebastian
It's not a bug, it's a feature! Me in Softwareland.
-
Hi, what do you mean by MVC? Do you mean the model-view-controller architecture? If you search a framework implementing/supporting the mvc-paradigma have a look a the ASP.NET MVC http://www.asp.net/mvc/[^]. Regards Sebastian
It's not a bug, it's a feature! Me in Softwareland.
-
Ok. What is your issue? Is ASP.NET MVC not performing well for you?
Navaneeth How to use google | Ask smart questions
-
Ok. What is your issue? Is ASP.NET MVC not performing well for you?
Navaneeth How to use google | Ask smart questions
-
So you are using ASP.NET MVC? MVC is just a design pattern, there are lots of frameworks out there to help you using this pattern. You could also try to rewrite your application according to your needs using the MVC pattern.
It's not a bug, it's a feature! Me in Softwareland.