asp.net mvc - merge C# console application into an MVC 4 app -


i writing suggestions , opinions.

i have console application using soap web service.

i have finished implementing logic need in console app , need build web page it.

i thinking of using mvc instead of c# web application suggested peers.

i hope can pointers of how start working this.

how merge existing project mvc project? , of end logic sit in model part?? getting confused mvc concept.

your backend logic sit in controller action method, create typed model or dynamically viewbag dynamic type. view (aspx or cshtml) consume information , bind page.

please see http://www.asp.net/mvc/tutorials more information/tutorials.


Comments

Popular posts from this blog

PHP Error "Undefined index" -

C# List<> to xml -

php - How to only save new tweets/instagram photos to database? -