asp.net mvc - Migrating Web Form to MVC - VIewModel from stored procedures -


i have been tasked migrating asp>net web form website asp>net mvc project. reason 2 fold. site needs updating means of learning mvc.

the web forms application has sql backend , uses stored procedures extensively. therefore not using code first mvc model, creating model existing tables.

my question is, should using stored procedure have been created web form project create viewmodel files or advisable import tables , create new viewmodels manually required?

i believe there tool called automapper reduces time manually create viewmodels creating more work necessary when stored procedures have been created?


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -