+ Reply to Thread
Results 1 to 6 of 6

Thread: what is mvc ?

          
  1. #1
    Junior Entrepreneur saad_sinpk is on a distinguished road
    Join Date
    Jan 2010
    Posts
    80
    Post Thanks / Like
    Rep Power
    3

    Default what is mvc ?







    hi my website was not working before, it was in asp language so some one advice me to install MVC, i don't know what is MVC and how to use

  2. #2
    Verified Staff seodetectors07 is on a distinguished road
    Join Date
    Feb 2010
    Location
    Sector - 2 ( SVN )
    Posts
    83
    Post Thanks / Like
    Rep Power
    2

    Default







    mvc stand for model view controller architecture, this is used while making a software. in software engineering, we have to make certain ways to build software in an efficient manner. this is one of the way.

  3. #3
    Junior Entrepreneur Nissan is on a distinguished road
    Join Date
    Mar 2010
    Posts
    77
    Post Thanks / Like
    Rep Power
    2

    Default







    I agree with what priya has said. It is a software architecture which separates application logic from GUI. MVC is seen in applications where the view state is html or xhtml. As you are using asp, which has html, installing WVC might help you some what.

  4. #4
    Junior Entrepreneur pari is on a distinguished road
    Join Date
    Jul 2010
    Posts
    25
    Post Thanks / Like
    Rep Power
    0

    Default







    I am also using asp.net but in that you don’t need to install various tools. .net is like all in one. Everything you will get .net.

  5. #5
    Junior Entrepreneur pari is on a distinguished road
    Join Date
    Jul 2010
    Posts
    25
    Post Thanks / Like
    Rep Power
    0

    Default







    I am also using asp.net but in that you don’t need to install various tools. .net is like all in one. Everything you will get in asp.net.

  6. #6
    Junior Entrepreneur sidharthbanyal is on a distinguished road
    Join Date
    Mar 2011
    Posts
    20
    Post Thanks / Like
    Rep Power
    0

    Default







    MVC is a design architecture used to build web application. It is not limited to .Net but also used in Java, PHP or any web language. Basically this is a architectural design. In asp.net we have asp.net MVC which is design provided by microsoft. I think installing MVC dont have any concern to your website if it is not build using MVC framework.

    MVC is basically Loosely couple architecure. It have three layers:-

    Model -It contains your business logic.
    Controller -It bridges your view and model.
    View -It is presentation layer means but you view in your browser.

    Hope this will help.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts