Converting asp.net 4.0 application with MVC 4 -


i have application in asp.net, ado.net, oracle 11g

my structure of application follow

  1. there business entity classes every entity in application

    employee entity contains

    a. name b. age  etc 
  2. i have written stored procedure fetch , insert every operation related database using ado.net. return list<> of business entities separate logic part.

  3. some of presentation logic split user-controls.

  4. using jquery-ajax load of component asynchronous load on pages. speed page.
  5. have used data-caching in 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

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -