how to convert webapplication into mvc application in .net?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • raghurocks
    New Member
    • May 2012
    • 46

    how to convert webapplication into mvc application in .net?

    hai
    i have to convert my asp.net application into mvc application..ca n anyone explain me the process to achieve this...thanx in advance..
  • India777
    New Member
    • Apr 2012
    • 61

    #2
    You know the basic of the Mvc Architecture? or u new to that?

    Comment

    • raghurocks
      New Member
      • May 2012
      • 46

      #3
      I know a little bit..

      Comment

      • India777
        New Member
        • Apr 2012
        • 61

        #4
        Converting Your asp.net application to mvc is based on, Code you have written in your asp.net application. Mvc is the Layers Based Concept.Mvc contain data access,business logic then presentations in the Different Layers. If you wrote the decent Code that Contain Business logic, DataBase functionality seperatly, It's Easy to Convert, otherwise it's Difficult.

        Studied the pdf in the Following Link. It may be Help you to Convert Your Asp.net application into Mvc.

        Comment

        Working...