1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

what is asp.net and mvc

Discussion in 'C#' started by ajaysinghlive, Jun 12, 2010.

  1. #1
    I want to know diffrence between asp.net and MVC
     
    ajaysinghlive, Jun 12, 2010 IP
  2. ajaysinghlive

    ajaysinghlive Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Asp.net is command spacific and MVC is a another way to write code
     
    ajaysinghlive, Jun 12, 2010 IP
  3. makechapman

    makechapman Greenhorn

    Messages:
    80
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    makechapman, Jun 14, 2010 IP
  4. bulochc83

    bulochc83 Peon

    Messages:
    260
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    the asp.net is a active server pages. it is use for making website.
    ASP.NET MVC is a part of the ASP.NET Web application framework. It is one of the two different programming models you can use to create ASP.NET Web applications,the other being ASP.NET Web Forms.
     
    bulochc83, Jun 17, 2010 IP
  5. theofferz

    theofferz Active Member

    Messages:
    146
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #5
    MVC is just a new programming framework for asp.net, it's a new way to do websites in asp.net
     
    theofferz, Jun 24, 2010 IP
  6. bitstream

    bitstream Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    m:Model
    v:View
    c:controller
     
    bitstream, Jul 4, 2010 IP
  7. m2hmonique

    m2hmonique Peon

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Hello,

    The ASP.NET MVC framework fully supports existing ASP.NET features like forms/windows authentication, URL authorization, membership/roles, output and data caching, session/profile state management, health monitoring, configuration system, the provider architecture, etc.
     
    m2hmonique, Jul 4, 2010 IP
  8. Alexandros1

    Alexandros1 Peon

    Messages:
    332
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    ASP.NET web forms aren't going anywhere. As much as I love ASP.NET MVC, it is not the end-all-be-all one-size-fits-all solution to web development. Both of these approaches have their rightful place in a web developer's toolbox and it's important to recognize their strengths and weaknesses. In general, the ASP.NET MVC framework tends to sacrafice ease-of-use (e.g. viewstate, validation, etc.) in order give developers tighter control over the reins. This can be a great thing, but only if you take advantage of it. Otherwise it can just as easily be a hindrance.
     
    Alexandros1, Jul 6, 2010 IP
  9. Alexandros1

    Alexandros1 Peon

    Messages:
    332
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    ASP.NET MVC, is not a replacement for WebForms. Both ASP.NET MVC and ASP.NET WebForms are built on top of the Core ASP.NET Framework. In fact a lot of features we use in ASP.NET such as Roles, Membership, Authentication and a lot of namespaces, classes and interfaces can be used in an ASP.NET MVC application
     
    Alexandros1, Aug 2, 2010 IP
  10. chanda

    chanda Peon

    Messages:
    155
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    mvc is the part of asp.net . .it is new framework for asp.net
     
    chanda, Aug 5, 2010 IP