Converting asp.net 4.0 application with MVC 4 -
i have application in asp.net, ado.net, oracle 11g
my structure of application follow
- there business entity classes every entity in application - employeeentity contains- a. name b. age etc
- i have written stored procedure fetch , insert every operation related database using ado.net. return - list<>of business entities separate logic part.
- some of presentation logic split - user-controls.
- using jquery-ajaxload of componentasynchronous loadon pages. speed page.
- have used data-cachingin project.
not wanted move project mvc 4 better performance. idea move project asp.net mvc?
i wanted know weather technically ok change mvc.
i don't want change database logic written.
so can use mvc?
any suggestion on link provided help.
 
 
Comments
Post a Comment