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] - 19 Dec 2007 00:29 GMT
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.

Signature
--
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
> Hello,
>
[quoted text clipped - 22 lines]
>
> Richard
Patrice - 19 Dec 2007 08:40 GMT
Also
http://weblogs.asp.net/scottgu/archive/2007/11/13/asp-net-mvc-framework-part-1.aspx
might help. The ASP.NET team will include a MVC model in an upcoming
update...
--
Patrice
> Hello,
>
[quoted text clipped - 22 lines]
>
> Richard