MVC & ASP.Net - I dont get it??

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Richard Coltrane

    MVC & ASP.Net - I dont get it??

    Hello,

    Can anyone point me in the direction of some good introductory resources to
    MVC and Web. I have looked up several resources on MVC in general (none of
    which have any code samples) but I dont get hw it applies to web.

    In a winforms app i can see how MVC plays out. I have 2(n) different views,
    something changes in one of them, so we fire off a message to notify the
    other to update. The makes senseto me because their both "connected" .

    When it comes to the web however I dont get it. We have to post back to the
    server to get any changes, so I dont get how MVC is of any use -- to me its
    just plain old 3 tier logic.

    I'd really appreciate some pointers to resources with before and after type
    code. I see MVC for ASP.net all around but I dont understand the benefits
    and everything Ive read seems pitched at those who already "get it".

    Thanks

    Richard



  • Alvin Bruney [ASP.NET MVP]

    #2
    Re: MVC & ASP.Net - I dont get it??

    This link http://msdn2.microsoft.com/en-us/library/aa478961.aspx will clear
    away all your confusion. Search for The MVC Pattern on the page if you don't
    care to read the entire page.

    --
    --
    Regards,
    Alvin Bruney [MVP ASP.NET]

    [Shameless Author plug]
    The O.W.C. Black Book, 2nd Edition
    Exclusively on www.lulu.com/owc $19.99


    "Richard Coltrane" <rc@spamsux.com wrote in message
    news:#mELgrcQIH A.5524@TK2MSFTN GP05.phx.gbl...
    Hello,
    >
    Can anyone point me in the direction of some good introductory resources
    to
    MVC and Web. I have looked up several resources on MVC in general (none of
    which have any code samples) but I dont get hw it applies to web.
    >
    In a winforms app i can see how MVC plays out. I have 2(n) different
    views,
    something changes in one of them, so we fire off a message to notify the
    other to update. The makes senseto me because their both "connected" .
    >
    When it comes to the web however I dont get it. We have to post back to
    the
    server to get any changes, so I dont get how MVC is of any use -- to me
    its
    just plain old 3 tier logic.
    >
    I'd really appreciate some pointers to resources with before and after
    type
    code. I see MVC for ASP.net all around but I dont understand the benefits
    and everything Ive read seems pitched at those who already "get it".
    >
    Thanks
    >
    Richard
    >
    >
    >

    Comment

    • Patrice

      #3
      Re: MVC &amp; ASP.Net - I dont get it??

      Also

      might help. The ASP.NET team will include a MVC model in an upcoming
      update...

      --
      Patrice

      "Richard Coltrane" <rc@spamsux.com a écrit dans le message de news:
      %23mELgrcQIHA.5 524@TK2MSFTNGP0 5.phx.gbl...
      Hello,
      >
      Can anyone point me in the direction of some good introductory resources
      to
      MVC and Web. I have looked up several resources on MVC in general (none of
      which have any code samples) but I dont get hw it applies to web.
      >
      In a winforms app i can see how MVC plays out. I have 2(n) different
      views,
      something changes in one of them, so we fire off a message to notify the
      other to update. The makes senseto me because their both "connected" .
      >
      When it comes to the web however I dont get it. We have to post back to
      the
      server to get any changes, so I dont get how MVC is of any use -- to me
      its
      just plain old 3 tier logic.
      >
      I'd really appreciate some pointers to resources with before and after
      type
      code. I see MVC for ASP.net all around but I dont understand the benefits
      and everything Ive read seems pitched at those who already "get it".
      >
      Thanks
      >
      Richard
      >
      >
      >

      Comment

      Working...