locked
C#,asp.net mvc RRS feed

  • Question

  • how can i use MVC in a c# project
    • Moved by Anne Jing Thursday, March 13, 2014 7:07 AM
    Friday, March 7, 2014 8:29 AM

Answers

All replies

  • Please use the ASP.NET forums for MVC related questions: http://forums.asp.net/1146.aspx/1?MVC

    And the ASP.NET site also has learning resources related to MVC that you may want to read first: http://www.asp.net/mvc

    • Proposed as answer by Just Karl Friday, May 2, 2014 7:48 PM
    • Marked as answer by Just Karl Friday, October 3, 2014 10:19 PM
    Friday, March 7, 2014 8:35 AM
  • In response to your questions:

     1. Yes.  If it's a separate assembly, then it won't matter if it's in c# 

     2. I'd say yes - it will help to keep your MVC stuff separate, but of course you will need the basic bootstrap stuff in your base webforms project.  Good idea.

    I've recently started with MVC into an webforms site, and it's well worth the effort.

    also view stakeflow for more info.

    Friday, March 7, 2014 8:38 AM
  • use this link " http://msdn.microsoft.com/en-us/library/dd410597(v=vs.100).aspx " you won't take time to understand.
    Friday, March 7, 2014 8:42 AM