<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 16:25:06 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 16:25:06 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>70</c9:totalResults>
	<c9:pageCount>-70</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>I have read the descriptions and features of them in <a href="http://www.asp.net">www.asp.net</a> website. Still confused about &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;.</p><ol><li>Web pages is some kind of &quot;view&quot; sitting on top of MVC? </li><li>I see that there is more than one MVC &quot;version&quot;, is that the case for &quot;Web forms&quot; as well or is there only &quot;one&quot; &quot;Web forms&quot;? </li><li>If I use MVC &quot;version 3&quot;, when &quot;version 4&quot; comes out, do I need to rewrite a lot of stuff? I know MVC 4 is not out ( or 5, not sure ) but how was it from version 1&amp;2 into version 3. Lots of change and rewrite to make it &quot;version 3&quot;? </li><li>Is MVC just a &quot;way of writing applications&quot; or is it a specially made &quot;tool&quot; so to speak? </li><li>Which one of those from the coding side, &quot;looks more like&quot; PHP? </li><li>Which one do you personally prefer, and why? </li></ol><p>Sorry if my questions seem rather stupid but I am almost completely ignorant regarding ASP.NET.</p><p>Thanks!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/9e75fab9240643668245a0230053fed7#9e75fab9240643668245a0230053fed7</link>
		<pubDate>Thu, 29 Mar 2012 05:05:49 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/9e75fab9240643668245a0230053fed7#9e75fab9240643668245a0230053fed7</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>1. No, webpages are just small php-like (with Razor)&nbsp;script files wich turn out html.</p><p>2. Web forms is the 'old' asp.net technology, their versions distributed with the .Net framework. MVC is not part of the .Net framework. Web pages are just dynamic html with no serverside controls and no MVC.</p><p>3. Often you can convert the solution, do some small changes and recompile. Unless you have done some seriously freaky stuff.</p><p>4. It's a pattern, wich seperates logic from UI.&nbsp;It provides you with a unit testable way of writing asp.net application, while the designer can do his magic in the frontend pages.</p><p>5. Web pages.</p><p>6. MVC, it's the shizzle. No more page lifecycle, web forms are too loose for enterprise development, good for a hobby or small pet project, but not for 'real' apps.</p><p>Cheers!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/57c7f949897e41c7b856a0230075be71#57c7f949897e41c7b856a0230075be71</link>
		<pubDate>Thu, 29 Mar 2012 07:08:41 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/57c7f949897e41c7b856a0230075be71#57c7f949897e41c7b856a0230075be71</guid>
		<dc:creator>Maddus Mattus</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Maddus Mattus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>MVC is a design pattern that you can use.</p><p>There is an article here that might be helpful, except for this one aspect:</p><p>&quot;Please note that this MVC discussion is within the context of desktop applications; Web applications are another story and beyond the scope of this article.&quot;</p><p><a href="http://msdn.microsoft.com/en-us/magazine/hh580734.aspx">http://msdn.microsoft.com/en-us/magazine/hh580734.aspx</a></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/3174b4691e284d7f9cd7a02300769815#3174b4691e284d7f9cd7a02300769815</link>
		<pubDate>Thu, 29 Mar 2012 07:11:47 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/3174b4691e284d7f9cd7a02300769815#3174b4691e284d7f9cd7a02300769815</guid>
		<dc:creator>Proton2</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Proton2/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/9e75fab9240643668245a0230053fed7">2 hours&nbsp;ago</a>, <a href="/Niners/WhatDoYouMean">WhatDoYouMean</a> wrote</p><p>I have read the descriptions and features of them in <a href="http://www.asp.net">www.asp.net</a> website. Still confused about &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;.</p><ol><li>Web pages is some kind of &quot;view&quot; sitting on top of MVC? </li><li>I see that there is more than one MVC &quot;version&quot;, is that the case for &quot;Web forms&quot; as well or is there only &quot;one&quot; &quot;Web forms&quot;? </li><li>If I use MVC &quot;version 3&quot;, when &quot;version 4&quot; comes out, do I need to rewrite a lot of stuff? I know MVC 4 is not out ( or 5, not sure ) but how was it from version 1&amp;2 into version 3. Lots of change and rewrite to make it &quot;version 3&quot;? </li><li>Is MVC just a &quot;way of writing applications&quot; or is it a specially made &quot;tool&quot; so to speak? </li><li>Which one of those from the coding side, &quot;looks more like&quot; PHP? </li><li>Which one do you personally prefer, and why? </li></ol><p>Sorry if my questions seem rather stupid but I am almost completely ignorant regarding ASP.NET.</p><p>Thanks!</p><p></p></div></blockquote><p></p><p>1) No. You can use Web Pages completely by itself.</p><p>2) Web Form usually does not evolve because it is pretty old technology. What it can evolve is already been done, sort of.</p><p>3) I cannot comment on that, but, shouldn't be too bad.</p><p>4) MVC is a pattern, but, yeah, you can say it is a template / tool that MS provides that follows the MVC pattern.</p><p>5) Razor, it doesn't matter you use Web Pages or MVC4, you can use Razor, which is&nbsp;better than PHP to indicate server side code.</p><p>6) Razor &#43; Web Pages. Honestly MVC has really high learning curve and it is quite overkill in many cases. Web Pages is a lot simpler. Razor &#43; Web Pages = simple dynamic HTML generation and program in C# at server side. If you want to pass model around, you can always write the .cs classes and pass those around between&nbsp;method parameters. MVC seem to be able to pass model around among pages? (I am not really familiar with MVC, just trying the tutorial a little). The problem with MVC is you spam 3 files for a page, but, sometimes you are only doing simple stuff that doesn't really need to spam 3 files all over the places.</p><p>6.5) You want to use MVC in co-op environment, where the view can be made by different person. If you are the only person, or you think View should be modified at CSS level, then, Web Pages is more suitable.</p><p>7) Extra note, try this fun Razor code</p><p>@{</p><p>@:@myvariable</p><p>}</p><p>This is a funny way to write value of myvariable within a @{} code block. It is shorter than wrapping the variable with &lt;text&gt;&lt;/text&gt;.</p><p>8) Reminder, you can use Razor on MVC. Web Pages is just a library that you can use to access URL data, form data, connect to SQLCE and etc. You can actually use the same library in MVC as well.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/12378be826b146e9bd4fa02300804033#12378be826b146e9bd4fa02300804033</link>
		<pubDate>Thu, 29 Mar 2012 07:46:56 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/12378be826b146e9bd4fa02300804033#12378be826b146e9bd4fa02300804033</guid>
		<dc:creator>magicalclick</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/magicalclick/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>FINALLY, YOU GUYS GAVE ME CLARITY!</p><p>I have been looking all over the place for good answers.</p><p>Thank you very much!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/10c737203e4b40ad98a0a02300c0eb9a#10c737203e4b40ad98a0a02300c0eb9a</link>
		<pubDate>Thu, 29 Mar 2012 11:42:24 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/10c737203e4b40ad98a0a02300c0eb9a#10c737203e4b40ad98a0a02300c0eb9a</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c10c737203e4b40ad98a0a02300c0eb9a">WhatDoYouMean</a>:</p><p>yw <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>all the elite ASP.Net gurus hang out in the coffeehouse you know <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif?v=c9' alt='Wink' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/a13aa17bb37e4151a7e8a02300c13ef1#a13aa17bb37e4151a7e8a02300c13ef1</link>
		<pubDate>Thu, 29 Mar 2012 11:43:35 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/a13aa17bb37e4151a7e8a02300c13ef1#a13aa17bb37e4151a7e8a02300c13ef1</guid>
		<dc:creator>Maddus Mattus</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Maddus Mattus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>Then I shall disturb you with lots of questions because I am &quot;moving&quot; to ASP.NET. *lol*</p><p><img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/484d3d5691014bb3aca3a02300c7eb20#484d3d5691014bb3aca3a02300c7eb20</link>
		<pubDate>Thu, 29 Mar 2012 12:07:52 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/484d3d5691014bb3aca3a02300c7eb20#484d3d5691014bb3aca3a02300c7eb20</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c484d3d5691014bb3aca3a02300c7eb20">WhatDoYouMean</a>: Excellent choice!</p><p>For specific technical questions, use the TechOff forums, for questions like the above you can post them in the CoffeeHouse.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/3c4aa921471e46bb9dc3a02300cb8470#3c4aa921471e46bb9dc3a02300cb8470</link>
		<pubDate>Thu, 29 Mar 2012 12:20:59 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/3c4aa921471e46bb9dc3a02300cb8470#3c4aa921471e46bb9dc3a02300cb8470</guid>
		<dc:creator>Maddus Mattus</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Maddus Mattus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/a13aa17bb37e4151a7e8a02300c13ef1">1 hour&nbsp;ago</a>, <a href="/Niners/Maddus%20Mattus">Maddus&nbsp;Mattus</a> wrote</p><p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c10c737203e4b40ad98a0a02300c0eb9a">WhatDoYouMean</a>:</p><p>yw <img src="http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9" alt="Smiley"></p><p>all the elite ASP.Net gurus hang out in the coffeehouse you know <img src="http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif?v=c9" alt="Wink"></p><p></p></div></blockquote><p></p><p>Where do the App, app, app (god I love that word app <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif?v=c9' alt='Wink' /> ) gurus hang out?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/3f684af2d2b241d4944ba02300d904ea#3f684af2d2b241d4944ba02300d904ea</link>
		<pubDate>Thu, 29 Mar 2012 13:10:08 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/3f684af2d2b241d4944ba02300d904ea#3f684af2d2b241d4944ba02300d904ea</guid>
		<dc:creator>Proton2</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Proton2/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c3f684af2d2b241d4944ba02300d904ea">Proton2</a>:</p><p>In their parent's basements ofcourse!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/805d925aeddb4db386aea02300dc3908#805d925aeddb4db386aea02300dc3908</link>
		<pubDate>Thu, 29 Mar 2012 13:21:48 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/805d925aeddb4db386aea02300dc3908#805d925aeddb4db386aea02300dc3908</guid>
		<dc:creator>Maddus Mattus</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Maddus Mattus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/805d925aeddb4db386aea02300dc3908">2 hours ago</a>, <a href="/Niners/Maddus%20Mattus">Maddus Mattus</a> wrote</p><p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c3f684af2d2b241d4944ba02300d904ea">Proton2</a>:</p><p>In their parent's basements ofcourse!</p><p></p></div></blockquote><p></p><p>LOL</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/ce6b985d2019472587b7a0230104b1eb#ce6b985d2019472587b7a0230104b1eb</link>
		<pubDate>Thu, 29 Mar 2012 15:49:09 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/ce6b985d2019472587b7a0230104b1eb#ce6b985d2019472587b7a0230104b1eb</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>I'm confused. When using MVC or Razor, I need to install them into the ( Visual Studio Express ) but when using Web Forms, it's &quot;built in&quot;. Does this mean that MVC is a framework sitting on top of another framework (.NET)?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/effbf118d7f64f58a83da02400f9faa0#effbf118d7f64f58a83da02400f9faa0</link>
		<pubDate>Fri, 30 Mar 2012 15:10:08 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/effbf118d7f64f58a83da02400f9faa0#effbf118d7f64f58a83da02400f9faa0</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#ceffbf118d7f64f58a83da02400f9faa0">WhatDoYouMean</a>: MVC is built on top of the .Net framework.</p><p>The .Net framework houses a lot of technologies out of the box, like WPF, Windows Forms and ASP.Net. But there are also a lot of stuff that gets built outside the framework, Silverlight, MVC, etc.</p><p>Big advantage is that they can have their own release cycle, also a disadvantage but I think the pros outweigh the cons.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/8452f87a7458447cbb6da02401086d6f#8452f87a7458447cbb6da02401086d6f</link>
		<pubDate>Fri, 30 Mar 2012 16:02:45 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/8452f87a7458447cbb6da02401086d6f#8452f87a7458447cbb6da02401086d6f</guid>
		<dc:creator>Maddus Mattus</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Maddus Mattus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>Frankly, after reading a lot about MVC and trying out the demo stuff in VS Express, I'm pretty scared of it. It's a massive &quot;lock in&quot; that gives me nightmares. It seems that if I use Web Forms and skip the &quot;web form&quot; part and not use post back and such, it would be much easier for me to &quot;move&quot; out to say PHP in case of &quot;need&quot;.</p><p>Using MVC, it's like, well it's hard to explain. There is no control and I don't know what the heck is going on in the code.</p><p>Specially when in the Views, code and HTML is still &quot;mixed up&quot; I don't see the advantage of MVC at all so far. Why can't I just make a regular Class in a .CS file and put my code in there?</p><p>Or am I totally off now?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/08310be2ae0840d888b2a0240112e966#08310be2ae0840d888b2a0240112e966</link>
		<pubDate>Fri, 30 Mar 2012 16:40:55 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/08310be2ae0840d888b2a0240112e966#08310be2ae0840d888b2a0240112e966</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>There's nothing to be frightened about. While MVC is known mostly as a pattern for separation of concerns, it's also routing system based on convention. The convention is very easy to understand and it dovetails nicely with exposing web services.</p><p>IMO, it's far easier to understand how the plumbing for MVC works than it is to understand how WebForms work.</p><p>As far as &quot;lock-in&quot; is concerned, you should be more concerned about lock-in using WebForms. WebForms depends heavily on ASP.NET web controls. With MVC using Razor syntax, you use standard HTML mark-up. It's far more like PHP than WebForms mark-up.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/d0a794aa07b64e2dbf0ba0240114f564#d0a794aa07b64e2dbf0ba0240114f564</link>
		<pubDate>Fri, 30 Mar 2012 16:48:22 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/d0a794aa07b64e2dbf0ba0240114f564#d0a794aa07b64e2dbf0ba0240114f564</guid>
		<dc:creator>cbae</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/cbae/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>Well, seeing how Microsoft dumps this and locks that lately, I am afraid frankly. The reason I'm trying to learn ASP.NET is to move away from Windows Client and MVC SCARED ME. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-6.gif?v=c9' alt='Sad' /></p><p>It even handles the routing and stuff as you mention. Zero control. It feels like that thing Lightroom or what it was called. ( Lightswitch )</p><p>Regarding WebForms, as long as I don't use their specific controls, I should be fine, no? I mean, as long as I don't use the runat=&quot;server&quot; thingy?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/2a29b1407ca6466796a3a0240116de28#2a29b1407ca6466796a3a0240116de28</link>
		<pubDate>Fri, 30 Mar 2012 16:55:19 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/2a29b1407ca6466796a3a0240116de28#2a29b1407ca6466796a3a0240116de28</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c2a29b1407ca6466796a3a0240116de28">WhatDoYouMean</a>:</p><p>You can have a MVC site with completely no MVC inside you know. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif?v=c9' alt='Wink' /></p><p>MVC is just a template. I don't know how to apply the template after you choose Web Pages route, but, you can easily start from MVC template and don't use any MVC pattern at all, just plain .cshtml file with everything inside (your logic and html generation and redirect). And in case you wants to use MVC, your site can use MVC.</p><ul><li>You can write .cs file. </li><li>Just create a folder called App_Code and put your .cs inside. All .cs has to be&nbsp;under App_Code. </li><li>You can also write .cshtml as class object, but, this, you can place anywhere in the site. </li><li>All .cshtml files are converted to class at runtime, so, the performance is the same. </li></ul><p>I suggest you to use Web Pages for now to get a feel of how Razor syntax works and how you can use .cs in your site. This is why I don't recommend MVC for beginners, it is additional learning curve.</p><p>Download WebMatrix and start from there. The core of Razor pages are much simplier to use.</p><p>Also REMEMEBR!!!</p><p>Have this in your web.config&nbsp;</p><p>&lt;system.web&gt;</p><p>&lt;compilationtargetFramework=&quot;4.0&quot;debug=&quot;true&quot;/&gt;</p><p>&lt;/system.web&gt;</p><p>VS Express said it is 4.0 in the GUI, but, sometimes it turns to 3.0 if you&nbsp;don't specify it.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/c1a7b0a9ffe0490abadca024011ba0b4#c1a7b0a9ffe0490abadca024011ba0b4</link>
		<pubDate>Fri, 30 Mar 2012 17:12:39 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/c1a7b0a9ffe0490abadca024011ba0b4#c1a7b0a9ffe0490abadca024011ba0b4</guid>
		<dc:creator>magicalclick</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/magicalclick/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#cc1a7b0a9ffe0490abadca024011ba0b4">magicalclick</a>: You got a point there. Is &quot;Razor&quot; &quot;built-in&quot; or do I need to install any kind of add-on in case I want to use it with Visual Studio Express?</p><p>Or is Razor only usable in WebMatrix?</p><p>Sorry if I sound stupid but totally new to this. I am trying to keep out as much &quot;extra add-ons&quot; as possible, however.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/7d45a6a6624649ccb55fa024011d3a8e#7d45a6a6624649ccb55fa024011d3a8e</link>
		<pubDate>Fri, 30 Mar 2012 17:18:29 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/7d45a6a6624649ccb55fa024011d3a8e#7d45a6a6624649ccb55fa024011d3a8e</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c7d45a6a6624649ccb55fa024011d3a8e">WhatDoYouMean</a>:</p><p>ASP.NET was originally mean to be deployed as a single piece as part of the .NET framework. However, since they are branching out to different stacks such as MVC, I think you will eventually see Web Forms seperated from System.Web and deployed as an add-on stack just like MVC.</p><p>Razor is independant from MVC and WebMatrix. Razor is the name of the markup that both of them can use. It's just text, you don't need anything special, and you can write it in notepad if you want.</p><p>There shouldn't be any worry about &quot;extra add-ons&quot; since MVC can be deployed as a self contained unit. Just make sure the server has .NET4 and use &quot;Add Deployable Dependencies&quot; and MVC will work just fine.</p><p>Recommended reading: <a href="http://www.asp.net/mvc">http://www.asp.net/mvc</a></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/a8f800f5223c4c0a93fea0240123c10c#a8f800f5223c4c0a93fea0240123c10c</link>
		<pubDate>Fri, 30 Mar 2012 17:42:14 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/a8f800f5223c4c0a93fea0240123c10c#a8f800f5223c4c0a93fea0240123c10c</guid>
		<dc:creator>kettch</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/kettch/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>I am pondering this: I use MVC but I will initiate the &quot;Models&quot; manually and use Requests and such instead of letting it handling &quot;everything&quot;. This way, I can &quot;move away&quot; from it in case of let's say &quot;emergency&quot;.</p><p>I mean, I like the way MVC separates stuff but I feel unease to give too much control to a Framework.</p><p>Would that be a good way?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/959ff2faa6a9464dacada024012635c0#959ff2faa6a9464dacada024012635c0</link>
		<pubDate>Fri, 30 Mar 2012 17:51:11 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/959ff2faa6a9464dacada024012635c0#959ff2faa6a9464dacada024012635c0</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c959ff2faa6a9464dacada024012635c0">WhatDoYouMean</a>:</p><p>MVC is built on the principle of control, so you can replace the various pieces with anything you want. What kind of control are you worried about losing? Unless you write your own stack from scratch, you have to trust somebody else's code at some point.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/a8dc353fd26e4094b40ca0240149d1f8#a8dc353fd26e4094b40ca0240149d1f8</link>
		<pubDate>Fri, 30 Mar 2012 20:00:50 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/a8dc353fd26e4094b40ca0240149d1f8#a8dc353fd26e4094b40ca0240149d1f8</guid>
		<dc:creator>kettch</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/kettch/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/959ff2faa6a9464dacada024012635c0">2 hours&nbsp;ago</a>, <a href="/Niners/WhatDoYouMean">WhatDoYouMean</a> wrote</p><p>I am pondering this: I use MVC but I will initiate the &quot;Models&quot; manually and use Requests and such instead of letting it handling &quot;everything&quot;. This way, I can &quot;move away&quot; from it in case of let's say &quot;emergency&quot;.</p><p>I mean, I like the way MVC separates stuff but I feel unease to give too much control to a Framework.</p><p>Would that be a good way?</p><p></p></div></blockquote><p></p><p>What bits are you concerned about here? Model binding? What's the actual concern? What is your emergency scenario?</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/57ee0681893d4dcdbc4ba0240150c133#57ee0681893d4dcdbc4ba0240150c133</link>
		<pubDate>Fri, 30 Mar 2012 20:26:05 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/57ee0681893d4dcdbc4ba0240150c133#57ee0681893d4dcdbc4ba0240150c133</guid>
		<dc:creator>blowdart</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/blowdart/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>Well, I didn't like the whole handling of Requests. It passes the Model &quot;automagically&quot;. In the demo, I didn't even see anywhere, where it &quot;initiated&quot; as in&nbsp;&quot;new bla();&quot; so it felt very &quot;Lightswitchy&quot; if you know what I mean.</p><p>Other than that, The whole separated classes &quot;Models&quot;, Controls and Views are really nice.</p><p>Still newbie though. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif?v=c9' alt='Big Smile' /></p><p>ps. I mean, it's nice that it handles stuff &quot;automagically&quot; but I feel very &quot;locked in&quot; that way because once the project grows and I get use to it, there is no way it can be &quot;moved&quot; to say PHP or something else in case of &quot;emergency&quot;.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/9f11637e10914b2e9d82a0240151174f#9f11637e10914b2e9d82a0240151174f</link>
		<pubDate>Fri, 30 Mar 2012 20:27:18 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/9f11637e10914b2e9d82a0240151174f#9f11637e10914b2e9d82a0240151174f</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c959ff2faa6a9464dacada024012635c0">WhatDoYouMean</a>: How are you instantiating the models manually? (your nickname is very appropriate ha!)</p><p>The thing is, the more you stay within the framework, the more automatic a lot of stuff is that you would have to worry about otherwise. I would look at more tutorials before you decide to jump ship on conventions, etc. Obviously, you should break out of it when the solution is something incredibly long winded, confusing, impractical. But do give it some thought.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/79b29bf0523f493b8fc5a02401518cd3#79b29bf0523f493b8fc5a02401518cd3</link>
		<pubDate>Fri, 30 Mar 2012 20:28:58 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/79b29bf0523f493b8fc5a02401518cd3#79b29bf0523f493b8fc5a02401518cd3</guid>
		<dc:creator>System.UnauthorizedException: selected Species does not have access to target resource &#39;name&#39;.</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/MasterPie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c79b29bf0523f493b8fc5a02401518cd3">MasterPie</a>:I don't instantiate anything. I'm just testing the demo which VSX creates really. It seems that they are all done &quot;magically&quot;. I don't see the code anywhere. That's my worry. It's too as I mentioned above &quot;lightswitchy&quot;. ( If that's a word. hehe )</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/36cd88eb48a84e6aaf81a024015206e3#36cd88eb48a84e6aaf81a024015206e3</link>
		<pubDate>Fri, 30 Mar 2012 20:30:43 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/36cd88eb48a84e6aaf81a024015206e3#36cd88eb48a84e6aaf81a024015206e3</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/9f11637e10914b2e9d82a0240151174f">2 minutes&nbsp;ago</a>, <a href="/Niners/WhatDoYouMean">WhatDoYouMean</a> wrote</p><p>Well, I didn't like the whole handling of Requests. It passes the Model &quot;automagically&quot;. In the demo, I didn't even see anywhere, where it &quot;initiated&quot; as in&nbsp;&quot;new bla();&quot; so it felt very &quot;Lightswitchy&quot; if you know what I mean.</p><p></p></div></blockquote><p></p><p>Which is a good thing, honest <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /> You can control model binding with custom binders, but frankly it's rare you'll need too.You can limit the fields that get bound to models (and you shoud) with [Bind(Include)] or [Bind(Exclude)].</p><p>However I've not saying use your data models for binding (or EF models, or whatever). I use view models to limit what a view gets to what the view needs.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/6e4c91f0bef543c1bf09a0240152686a#6e4c91f0bef543c1bf09a0240152686a</link>
		<pubDate>Fri, 30 Mar 2012 20:32:06 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/6e4c91f0bef543c1bf09a0240152686a#6e4c91f0bef543c1bf09a0240152686a</guid>
		<dc:creator>blowdart</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/blowdart/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>You can write your own modelbinder if you want.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/b0d5cd1650c445e99a81a02401528c27#b0d5cd1650c445e99a81a02401528c27</link>
		<pubDate>Fri, 30 Mar 2012 20:32:36 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/b0d5cd1650c445e99a81a02401528c27#b0d5cd1650c445e99a81a02401528c27</guid>
		<dc:creator>ZippyV</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/ZippyV/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>Here is an example:</p><p>&lt;% using (Html.BeginForm()) { %&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p><p>&lt;%: Html.LabelFor(m =&gt; m.OldPassword) %&gt;</p><p>I mean, what the heck is that? and it gets handled &quot;automagically&quot; in the Controller class. No fetching of data via the &quot;Request&quot; etc.</p><p>That's why I feel the unease of &quot;lightswitch&quot; in this.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/184f047bcecb4920b77da0240152a606#184f047bcecb4920b77da0240152a606</link>
		<pubDate>Fri, 30 Mar 2012 20:32:58 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/184f047bcecb4920b77da0240152a606#184f047bcecb4920b77da0240152a606</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>But in really any dev environment, a LOT of things are instantiated automagically without you knowing...you're still working in&nbsp;some framework (unless you're writing assembly, but then that might not be true either).</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/2ba29c203b8c4b06b98aa02401530bd2#2ba29c203b8c4b06b98aa02401530bd2</link>
		<pubDate>Fri, 30 Mar 2012 20:34:25 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/2ba29c203b8c4b06b98aa02401530bd2#2ba29c203b8c4b06b98aa02401530bd2</guid>
		<dc:creator>System.UnauthorizedException: selected Species does not have access to target resource &#39;name&#39;.</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/MasterPie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>Any sources where I can read up on how to make a custom modelbinder?</p><p>Then again, why not just use &quot;Request&quot;? Isn't it easier and more stright forward specially if you want to be able to &quot;leave&quot; the platform and not&nbsp;lock yourself into this too much?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/050a3f9506554ba78284a02401531a08#050a3f9506554ba78284a02401531a08</link>
		<pubDate>Fri, 30 Mar 2012 20:34:37 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/050a3f9506554ba78284a02401531a08#050a3f9506554ba78284a02401531a08</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/184f047bcecb4920b77da0240152a606">36 seconds&nbsp;ago</a>, <a href="/Niners/WhatDoYouMean">WhatDoYouMean</a> wrote</p><p>Here is an example:</p><p>&lt;% using (Html.BeginForm()) { %&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p><p>&lt;%: Html.LabelFor(m =&gt; m.OldPassword) %&gt;</p><p>I mean, what the heck is that? and it gets handled &quot;automagically&quot; in the Controller class. No fetching of data via the &quot;Request&quot; etc.</p><p>That's why I feel the unease of &quot;lightswitch&quot; in this.</p><p></p></div></blockquote><p></p><p>That begins a form, then displays an HTML &lt;label&gt; for the old password field/property in the model.</p><p>There is no concept of Request in views.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/88bd2f88ef2e4885934ea02401532f29#88bd2f88ef2e4885934ea02401532f29</link>
		<pubDate>Fri, 30 Mar 2012 20:34:55 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/88bd2f88ef2e4885934ea02401532f29#88bd2f88ef2e4885934ea02401532f29</guid>
		<dc:creator>blowdart</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/blowdart/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/050a3f9506554ba78284a02401531a08">19 seconds&nbsp;ago</a>, <a href="/Niners/WhatDoYouMean">WhatDoYouMean</a> wrote</p><p>Any sources where I can read up on how to make a custom modelbinder?</p><p>Then again, why not just use &quot;Request&quot;? Isn't it easier and more stright forward specially if you want to be able to &quot;leave&quot; the platform and not&nbsp;lock yourself into this too much?</p><p></p></div></blockquote><p></p><p>No. Your views don't need a request. You don't need to parse requests into lists yourself? Why reinvent the wheel? If you want to leave the platform, well, you're going to have to rewrite all the request/response code anyway. False economy.</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/874ac693b8d84845b121a02401537905#874ac693b8d84845b121a02401537905</link>
		<pubDate>Fri, 30 Mar 2012 20:35:58 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/874ac693b8d84845b121a02401537905#874ac693b8d84845b121a02401537905</guid>
		<dc:creator>blowdart</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/blowdart/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c2ba29c203b8c4b06b98aa02401530bd2">MasterPie</a>:Yeah I understand but like, if I don't even instantiate my classes then it feels like I'm not having the control and as I said, I am scared of this because it's very &quot;specialized&quot; to Microsoft MVC and my code wouldn't be able to &quot;move out of it&quot; with ease in case I want to be moved to PHP. ( Theoretically of course. I like C#.&nbsp;)</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/ed0a7841f862474aa112a02401538cdd#ed0a7841f862474aa112a02401538cdd</link>
		<pubDate>Fri, 30 Mar 2012 20:36:15 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/ed0a7841f862474aa112a02401538cdd#ed0a7841f862474aa112a02401538cdd</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c874ac693b8d84845b121a02401537905">blowdart</a>: Parsing requests is exactly what I need to do because in case I need to move this thing out of MVC into PHP, it would make it MUCH harder to understand the code because frankly, there isn't much &quot;coding&quot; going on in that Demo atleast.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/7d1541fbe5064d8da703a02401540c18#7d1541fbe5064d8da703a02401540c18</link>
		<pubDate>Fri, 30 Mar 2012 20:38:04 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/7d1541fbe5064d8da703a02401540c18#7d1541fbe5064d8da703a02401540c18</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#ced0a7841f862474aa112a02401538cdd">WhatDoYouMean</a>: Well, like blowdart said up above, you'll rewrite it all anyway if you're leaving the platform entirely (to PHP?).</p><p>But, if you wrote code in tiers, and had a business layer &#43; data layer containing all of your business objects (reference them in your models), treating the MVC application as just a client app that consumes your business objects, then you get the flexibility to &quot;move&quot; when you need to. Just construct a new &quot;web forms&quot; application that consumes the layers you had before.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/ed1ffda295df46e6a186a0240154b46a#ed1ffda295df46e6a186a0240154b46a</link>
		<pubDate>Fri, 30 Mar 2012 20:40:28 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/ed1ffda295df46e6a186a0240154b46a#ed1ffda295df46e6a186a0240154b46a</guid>
		<dc:creator>System.UnauthorizedException: selected Species does not have access to target resource &#39;name&#39;.</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/MasterPie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>Just for the record, I DO like this whole MVC thing but I dislike the lock-in potential of it and having seen where Microsoft is headed with Windows 8, as mentioned in my other threads here, I am VERY scared and I really mean it. So I will continue to use Microsoft technology but I will do my best to not get too much lock-in.</p><p>There is a personal line there which no corporation is allowed to cross.</p><p>ps.&nbsp;I DO like Microsoft technologies. Been a fan for years.&nbsp;<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/60078a507d8a4a14b870a0240154cec5#60078a507d8a4a14b870a0240154cec5</link>
		<pubDate>Fri, 30 Mar 2012 20:40:50 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/60078a507d8a4a14b870a0240154cec5#60078a507d8a4a14b870a0240154cec5</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c184f047bcecb4920b77da0240152a606">WhatDoYouMean</a>: What do you have against LightSwitch? Besides, I don't see how you can compare it to MVC. LightSwitch creates a lot of generated code that builds views at compile time. The only issue is that you don't always have control over a lot of thigns.&nbsp;However, MVC scaffolds the basics and allows you to do whatever you want with the result. There's nothing wrong with things being scaffolded out. Frankly, I'm bored to tears by having to manually wire up everything.</p><p>There's no need to manually parse requests, and it's not magic. If your parameter is named 'x', then ~/controller/action/x is going to work. With PHP, you may have to get fiddly with every little detail, but MVC allows you to set up some conventions that are as simple or complex as you'd like, and it wires things up based on the conventions.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/6505b0a57a2347be93a5a02401554887#6505b0a57a2347be93a5a02401554887</link>
		<pubDate>Fri, 30 Mar 2012 20:42:34 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/6505b0a57a2347be93a5a02401554887#6505b0a57a2347be93a5a02401554887</guid>
		<dc:creator>kettch</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/kettch/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#ced1ffda295df46e6a186a0240154b46a">MasterPie</a>:Would this approach be wrong:</p><p>I create a separate asp.net project and use a say .ASHX to puke out XML-data then I manage that XML-data into my MVC project and just &quot;show it&quot;. All business logic and such will be done in that separate project.</p><p>Is that a bad thing? Any recommendation or is it a good way to do it?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/df3136aec59a4d8aa8f0a02401554a51#df3136aec59a4d8aa8f0a02401554a51</link>
		<pubDate>Fri, 30 Mar 2012 20:42:35 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/df3136aec59a4d8aa8f0a02401554a51#df3136aec59a4d8aa8f0a02401554a51</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteUser">WhatDoYouMean said:</div><div class="quoteText">Just for the record, I DO like this whole MVC thing but I dislike the lock-in potential of it and having seen where Microsoft is headed with Windows 8,</div></blockquote><p></p><p>If you work in Ruby on Rails, your code will not automatically work if you move it into a PHP environment. You'll have to rewrite it all. Same thing vice versa. I don't understand why you think this &quot;lock-in&quot; potential is specific to ASP.NET MVC?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/ab9fb2abc0c44cf887fea02401557480#ab9fb2abc0c44cf887fea02401557480</link>
		<pubDate>Fri, 30 Mar 2012 20:43:11 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/ab9fb2abc0c44cf887fea02401557480#ab9fb2abc0c44cf887fea02401557480</guid>
		<dc:creator>System.UnauthorizedException: selected Species does not have access to target resource &#39;name&#39;.</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/MasterPie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c60078a507d8a4a14b870a0240154cec5">WhatDoYouMean</a>: Lock-in? What if I had to make an &quot;emergency&quot; (what does that mean anyway?) Move away from PHP? I'd have to rewrite everything anyway. There's no scenario where you can port a project from one platform to another via CTRL&#43;C, CTRL&#43;V.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/03a436a0d0b644e7a6c4a0240155fd86#03a436a0d0b644e7a6c4a0240155fd86</link>
		<pubDate>Fri, 30 Mar 2012 20:45:08 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/03a436a0d0b644e7a6c4a0240155fd86#03a436a0d0b644e7a6c4a0240155fd86</guid>
		<dc:creator>kettch</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/kettch/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c6505b0a57a2347be93a5a02401554887">kettch</a>: Lightswitch isn't programming. It's &quot;File maker&quot;. I have nothing against it, however. I just don't feel like getting locked into something &quot;too much&quot; without a way to scape.</p><p>It's exactly the same when we do choose a business to take care of the IT or out networking systems. You don't want to get too much locked-in in case you want to switch to someone else.</p><p>It's just a way of having the door half-open, just pure business thinking.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/70c0f28115414ebaa802a02401560a48#70c0f28115414ebaa802a02401560a48</link>
		<pubDate>Fri, 30 Mar 2012 20:45:19 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/70c0f28115414ebaa802a02401560a48#70c0f28115414ebaa802a02401560a48</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#cdf3136aec59a4d8aa8f0a02401554a51">WhatDoYouMean</a>: That would &quot;work&quot;. I'm not sure if it's ideal, as I still don't understand what your goals are and why you're so &quot;scared&quot; about MVC/Lightswitch.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/5ef87499983b4dc5a9dea02401563d0d#5ef87499983b4dc5a9dea02401563d0d</link>
		<pubDate>Fri, 30 Mar 2012 20:46:03 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/5ef87499983b4dc5a9dea02401563d0d#5ef87499983b4dc5a9dea02401563d0d</guid>
		<dc:creator>System.UnauthorizedException: selected Species does not have access to target resource &#39;name&#39;.</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/MasterPie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#cab9fb2abc0c44cf887fea02401557480">MasterPie</a>:I don't think this lock-in potential is specific to MVC. Anything we use over here, we must make sure to have a way &quot;out&quot;.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/e5222261c150427ba9c6a02401565fdc#e5222261c150427ba9c6a02401565fdc</link>
		<pubDate>Fri, 30 Mar 2012 20:46:32 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/e5222261c150427ba9c6a02401565fdc#e5222261c150427ba9c6a02401565fdc</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/70c0f28115414ebaa802a02401560a48">43 seconds&nbsp;ago</a>, <a href="/Niners/WhatDoYouMean">WhatDoYouMean</a> wrote</p><p>It's just a way of having the door half-open, just pure business thinking.</p><p></p></div></blockquote><p></p><p>But if you're constantly leaving the door open, you're never really closing it, which can let in&nbsp;a draft and raise your heating bills in the long run. By not committing entirely, you're not going to be very productive and you might just waste a lot of time (and money) investing in ways to keep your platform so flexible to support your various jumps from ship to ship.</p><p>Though, I'm not one to tell you how to run your business - it's your call in the end.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/6399300bf8cc40d1ac73a02401575616#6399300bf8cc40d1ac73a02401575616</link>
		<pubDate>Fri, 30 Mar 2012 20:50:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/6399300bf8cc40d1ac73a02401575616#6399300bf8cc40d1ac73a02401575616</guid>
		<dc:creator>System.UnauthorizedException: selected Species does not have access to target resource &#39;name&#39;.</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/MasterPie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c03a436a0d0b644e7a6c4a0240155fd86">kettch</a>: Emergency means, well if you read my other thread you will know what I mean. We are moving away from&nbsp;developing for Windows Clients, THAT is an emergency.</p><p>I know I can't just copy/paste code from C# to PHP but the general building of it must be a way so it's &quot;clear&quot; what's going on and all automations should be handled by &quot;us&quot; and not some weird automagical function.</p><p>For example the MVC Demo, I see a ready made &quot;ChangePassword&quot; function. What the heck? What business would want to use that and get locked-in?</p><p>I find the MVC demo very &quot;un-codey&quot;. Hard to explain.</p><p>The only aspect I like is the separation but we don't really need Microsoft MVC to separate like that.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/9987519030c8499283efa02401575d90#9987519030c8499283efa02401575d90</link>
		<pubDate>Fri, 30 Mar 2012 20:50:09 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/9987519030c8499283efa02401575d90#9987519030c8499283efa02401575d90</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/7d1541fbe5064d8da703a02401540c18">11 minutes&nbsp;ago</a>, <a href="/Niners/WhatDoYouMean">WhatDoYouMean</a> wrote</p><p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c874ac693b8d84845b121a02401537905">blowdart</a>: Parsing requests is exactly what I need to do because in case I need to move this thing out of MVC into PHP, it would make it MUCH harder to understand the code because frankly, there isn't much &quot;coding&quot; going on in that Demo atleast.</p><p></p></div></blockquote><p></p><p>OK so you are going to write code in C# to parse a request object. Code that wouldn't work anyway if you went to PHP ... umm ...</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/143b97a229454a7581eea02401575fb2#143b97a229454a7581eea02401575fb2</link>
		<pubDate>Fri, 30 Mar 2012 20:50:11 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/143b97a229454a7581eea02401575fb2#143b97a229454a7581eea02401575fb2</guid>
		<dc:creator>blowdart</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/blowdart/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c143b97a229454a7581eea02401575fb2">blowdart</a>:Yes but I see where the Request is being parsed. It gives a very easy clue how to &quot;convert&quot; it to PHP. ( I'm using PHP just as an example. )</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/1f056f8a8edc4bd0ac6ea0240157ac69#1f056f8a8edc4bd0ac6ea0240157ac69</link>
		<pubDate>Fri, 30 Mar 2012 20:51:16 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/1f056f8a8edc4bd0ac6ea0240157ac69#1f056f8a8edc4bd0ac6ea0240157ac69</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/70c0f28115414ebaa802a02401560a48">31 seconds&nbsp;ago</a>, <a href="/Niners/WhatDoYouMean">WhatDoYouMean</a> wrote</p><p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c6505b0a57a2347be93a5a02401554887">kettch</a>: Lightswitch isn't programming. It's &quot;File maker&quot;.</p></div></blockquote><p></p><p>Actually, I have a LightSwitch project that has a few thousand lines of highly portable business logic.&nbsp;Contrary to what I said before, I could copy and paste that logic into another .NET platform and it would still work the same with only minor tweaks.&nbsp;LightSwitch is just a quick way to build the UI and data access. Having used FileMaker in the past, there is no comparison between the two.</p><p>LightSwitch, MVC's &quot;magic&quot;, all if it has a place. You want to use the right tools for the job, but make sure to use the tool as it's intended. For me, these tools make it easier and faster for people to produce production applications. It's a waste of time and therefore a waste of money to constantly be re-inventing the wheel for every project.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/8dd591df547a4c75ac76a0240157e3a4#8dd591df547a4c75ac76a0240157e3a4</link>
		<pubDate>Fri, 30 Mar 2012 20:52:03 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/8dd591df547a4c75ac76a0240157e3a4#8dd591df547a4c75ac76a0240157e3a4</guid>
		<dc:creator>kettch</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/kettch/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c6399300bf8cc40d1ac73a02401575616">MasterPie</a>: Jump ship to ship, that is exactly what I have done in the past, &quot;many&quot; years.</p><p>Just example: From Pascal to C&#43;&#43; to&nbsp;VB to &quot;Delphi&quot; to C# to what not... see a pattern?</p><p>Imagine if my code was lock-in so much that I couldn't move it from Delphi to C# because Delphi would do so much invisible automagical things that there wouldn't be much visible code at all. All requests get handled automatically. That's all fine and dandy and I DO like it but from a pure business point of view, that is very bad business.</p><p>The same way we left Delphi to .NET, I'm sure in 5-10 years we'll move to something else, so the less &quot;invisible magic&quot;, the better.</p><p><img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/0dd81e18a2464035a8e8a02401588929#0dd81e18a2464035a8e8a02401588929</link>
		<pubDate>Fri, 30 Mar 2012 20:54:24 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/0dd81e18a2464035a8e8a02401588929#0dd81e18a2464035a8e8a02401588929</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c8dd591df547a4c75ac76a0240157e3a4">kettch</a>:&quot;I could copy and paste that logic into another .NET platform and it would still work&quot; &lt;- There you have it. Could you convert that into Delphi or PHP with such ease? I think not. Which makes it a &quot;dangerous&quot; business decision.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/67f2f948c8314dbca53ba02401593727#67f2f948c8314dbca53ba02401593727</link>
		<pubDate>Fri, 30 Mar 2012 20:56:53 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/67f2f948c8314dbca53ba02401593727#67f2f948c8314dbca53ba02401593727</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c03a436a0d0b644e7a6c4a0240155fd86">kettch</a>: Emergency means, well if you read my other thread you will know what I mean. We are moving away from developing for Windows Clients, THAT is an emergency.</p><p></p></div></blockquote><p></p><p>I don't see how it's an emergency. If your client applications are well written, a lot of the code should be easily portable. Even moving it to back-end services would allow the applications to continue to working, while providing access to other web applications built on whatever platform you want.</p><p></p><blockquote><div class="quoteText"><p></p><p>I know I can't just copy/paste code from C# to PHP but the general building of it must be a way so it's &quot;clear&quot; what's going on and all automations should be handled by &quot;us&quot; and not some weird automagical function.</p><p></p></div></blockquote><p></p><p>It's not weird or unclear, it's very simple and it's right there in the documentation.</p><p></p><blockquote><div class="quoteText"><p></p><p>For example the MVC Demo, I see a ready made &quot;ChangePassword&quot; function. What the heck? What business would want to use that and get locked-in?</p><p></p></div></blockquote><p></p><p>It's a demo. Somebody already built an account controller that handles those functions, and everything is there for you to modify as you please.</p><p></p><blockquote><div class="quoteText"><p></p><p>I find the MVC demo very &quot;un-codey&quot;. Hard to explain.</p><p></p></div></blockquote><p></p><p>There's actually a lot of code in there.</p><p></p><blockquote><div class="quoteText"><p></p><p>The only aspect I like is the separation but we don't really need Microsoft MVC to separate like that.</p><p></p></div></blockquote><p></p><p>No, you don't need them to do it. However, you'd be hard pressed to find a cleaner and more flexible implementation of the MVC pattern.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/10a4ab9995da45fc8b8ba02401598a28#10a4ab9995da45fc8b8ba02401598a28</link>
		<pubDate>Fri, 30 Mar 2012 20:58:04 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/10a4ab9995da45fc8b8ba02401598a28#10a4ab9995da45fc8b8ba02401598a28</guid>
		<dc:creator>kettch</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/kettch/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c9987519030c8499283efa02401575d90">WhatDoYouMean</a>:I don't get it...isn't the fact that you can get a site up and running with less coding (and therefore less mistakes) a good thing? You're effectively reducing time in testing and coding (although there's that initial stride before you begin to acquaint yourselves with the framework). In the end, you haven't lost time or money for the effort that you didn't really put in in the first place.</p><p>Like, if you really need to keep a way out, you'd might as well just write the majority of your stack in assembly (but then, you'd have to prepare for ARM instruction set&nbsp;in case x86 somehow dies off).</p><p>&nbsp;</p><p>Anyway, you could just write an asp.net web service and then write an asp.net mvc app to consume the web service. I think that's a fair way to do it unless anyone else thinks that's a bad idea.</p><p>&nbsp;</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/5a4a334948204f40b095a02401598ab5#5a4a334948204f40b095a02401598ab5</link>
		<pubDate>Fri, 30 Mar 2012 20:58:04 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/5a4a334948204f40b095a02401598ab5#5a4a334948204f40b095a02401598ab5</guid>
		<dc:creator>System.UnauthorizedException: selected Species does not have access to target resource &#39;name&#39;.</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/MasterPie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c5a4a334948204f40b095a02401598ab5">MasterPie</a>: It's great to be able to have it up and running in seconds. The same goes with for example Google-&quot;cloud&quot;-anything. But imagine if you were lock-in in a way, you couldn't get your data out with ease from the &quot;cloud&quot;. That is bad business eventhough it's a nice and fast start.</p><p>A business must be able to dictate conditions as much as possible not be dictated conditions hence, one must be worried about lock-ins.</p><p>I'm not saying MVC is all evil, don't use it. But I think one should be a little careful. Candy is good but bad for the teeth in the long run.</p><p><img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/5a801929e2274a54b77fa024015aa25f#5a801929e2274a54b77fa024015aa25f</link>
		<pubDate>Fri, 30 Mar 2012 21:02:03 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/5a801929e2274a54b77fa024015aa25f#5a801929e2274a54b77fa024015aa25f</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/67f2f948c8314dbca53ba02401593727">2 minutes&nbsp;ago</a>, <a href="/Niners/WhatDoYouMean">WhatDoYouMean</a> wrote</p><p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c8dd591df547a4c75ac76a0240157e3a4">kettch</a>:&quot;I could copy and paste that logic into another .NET platform and it would still work&quot; &lt;- There you have it. Could you convert that into Delphi or PHP with such ease? I think not. Which makes it a &quot;dangerous&quot; business decision.</p><p></p></div></blockquote><p></p><p>Yes, I could convert it to Delphi or PHP with ease. I don't get it. Do you have some magical tool that lets you paste in Delphi and get out perfect PHP?</p><p></p><blockquote><div class="quoteText"><p></p><p>Imagine if my code was lock-in so much that I couldn't move it from Delphi to C# because Delphi would do so much invisible automagical things that there wouldn't be much visible code at all. All requests get handled automatically. That's all fine and dandy and I DO like it but from a pure business point of view, that is very bad business.</p><p></p></div></blockquote><p></p><p>Funny you say that. Delphi pioneered some of the first drag and drop data access components that used all kinds of &quot;invisible magic&quot;.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/1546058371f84d7fb2a4a024015ac692#1546058371f84d7fb2a4a024015ac692</link>
		<pubDate>Fri, 30 Mar 2012 21:02:34 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/1546058371f84d7fb2a4a024015ac692#1546058371f84d7fb2a4a024015ac692</guid>
		<dc:creator>kettch</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/kettch/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c1546058371f84d7fb2a4a024015ac692">kettch</a>: &quot;Funny you say that. Delphi pioneered some of the first drag and drop data access components that used all kinds of &quot;invisible magic&quot;.&quot;</p><p>Haha YES! and here is the point: We NEVER used them. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>ps. When Delphi kind'a &quot;died&quot;, we just moved to .NET. Was able to rewrite the controls very fast because they weren't some automagical control built-into Delphi.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/099aa272ef154771b6b7a024015b2492#099aa272ef154771b6b7a024015b2492</link>
		<pubDate>Fri, 30 Mar 2012 21:03:54 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/099aa272ef154771b6b7a024015b2492#099aa272ef154771b6b7a024015b2492</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/099aa272ef154771b6b7a024015b2492">3 minutes&nbsp;ago</a>, <a href="/Niners/WhatDoYouMean">WhatDoYouMean</a> wrote</p><p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c1546058371f84d7fb2a4a024015ac692">kettch</a>: &quot;Funny you say that. Delphi pioneered some of the first drag and drop data access components that used all kinds of &quot;invisible magic&quot;.&quot;</p><p>Haha YES! and here is the point: We NEVER used them. <img src="http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9" alt="Smiley"></p><p>ps. When Delphi kind'a &quot;died&quot;, we just moved to .NET. Was able to rewrite the controls very fast because they weren't some automagical control built-into Delphi.</p><p></p></div></blockquote><p></p><p>When I'm porting an application, whether it's from something like PHP, or chicken scratches on the floor, I hardly ever look at the data access code. That kind of stuff is guaranteed to change between platforms, so it's useless. All I need to know about an application is that it manipulates data 'x'. If you've got something in the data access code that needs to be specifically ported, then you are doing it wrong.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/e599a9f7f6ab4c8887b3a024015d342a#e599a9f7f6ab4c8887b3a024015d342a</link>
		<pubDate>Fri, 30 Mar 2012 21:11:24 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/e599a9f7f6ab4c8887b3a024015d342a#e599a9f7f6ab4c8887b3a024015d342a</guid>
		<dc:creator>kettch</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/kettch/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/e599a9f7f6ab4c8887b3a024015d342a">1 minute&nbsp;ago</a>, <a href="/Niners/kettch">kettch</a> wrote</p><p>All I need to know about an application is that it manipulates data 'x'. If you've got something in the data access code that needs to be specifically ported, then you are doing it wrong.</p><p></p></div></blockquote><p></p><p>&#43;1</p><p>Also, if you have your design documents/schema, then you should be able to reconstruct the entire application in a different framework to get identical behavior/functionality.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/4a6cd3d1c76546359659a024015ea0cb#4a6cd3d1c76546359659a024015ea0cb</link>
		<pubDate>Fri, 30 Mar 2012 21:16:35 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/4a6cd3d1c76546359659a024015ea0cb#4a6cd3d1c76546359659a024015ea0cb</guid>
		<dc:creator>System.UnauthorizedException: selected Species does not have access to target resource &#39;name&#39;.</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/MasterPie/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c08310be2ae0840d888b2a0240112e966">WhatDoYouMean</a>: I haven't used PHP for a long time, but I'm told that many (most) professional PHP coders have been using MVC frameworks for a long time:&nbsp;<a href="http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller#PHP">http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller#PHP</a></p><p>Ruby on Rails and other popular frameworks use MVC as well - including model binding, views, routing, etc. So if you're worried about future proofing and lock-in, MVC is likely the best thing you could be doing.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/8adc1b49f6ee42b48b57a024016303de#8adc1b49f6ee42b48b57a024016303de</link>
		<pubDate>Fri, 30 Mar 2012 21:32:34 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/8adc1b49f6ee42b48b57a024016303de#8adc1b49f6ee42b48b57a024016303de</guid>
		<dc:creator>Jon Galloway</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jongalloway/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/050a3f9506554ba78284a02401531a08">1 hour&nbsp;ago</a>, <a href="/Niners/WhatDoYouMean">WhatDoYouMean</a> wrote</p><p>Any sources where I can read up on how to make a custom modelbinder?</p><p>Then again, why not just use &quot;Request&quot;? Isn't it easier and more stright forward specially if you want to be able to &quot;leave&quot; the platform and not&nbsp;lock yourself into this too much?</p><p></p></div></blockquote><p></p><p>Have you looked at web matrix? (I haven't myself, but one of the PMs over there says it's pretty much like his, no binding, no models, very php like)</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/dcd7020d59d94b3694e0a024016492bb#dcd7020d59d94b3694e0a024016492bb</link>
		<pubDate>Fri, 30 Mar 2012 21:38:14 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/dcd7020d59d94b3694e0a024016492bb#dcd7020d59d94b3694e0a024016492bb</guid>
		<dc:creator>blowdart</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/blowdart/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#cdcd7020d59d94b3694e0a024016492bb">blowdart</a>:Yup, that PM is me (PM for Web Pages/Razor/MVC/etc). Definitely take a look at WebMatrix. I haven't read every single post in here, so apologies if I missed something, but why not just use PHP? Yah, I said it. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/c4ce63e7935344d58117a0240166df0a#c4ce63e7935344d58117a0240166df0a</link>
		<pubDate>Fri, 30 Mar 2012 21:46:36 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/c4ce63e7935344d58117a0240166df0a#c4ce63e7935344d58117a0240166df0a</guid>
		<dc:creator>Erik Porter</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/HumanCompiler/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>WhatDoYouMean is trying to strike a balance between what is 100% known today and what is 100% not known in the future.&nbsp; He/She is simply trying to pick the best fit for today while also hedging for the future.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/754ca3dc0eb84ef2baf5a024016c0162#754ca3dc0eb84ef2baf5a024016c0162</link>
		<pubDate>Fri, 30 Mar 2012 22:05:18 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/754ca3dc0eb84ef2baf5a024016c0162#754ca3dc0eb84ef2baf5a024016c0162</guid>
		<dc:creator>Dave Williamson</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/davewill/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c754ca3dc0eb84ef2baf5a024016c0162">davewill</a>:Have to take a risk somewhere. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /> Can't have 100% of both. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif?v=c9' alt='Wink' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/ef318fa9b5854aa0829ca024016d47f5#ef318fa9b5854aa0829ca024016d47f5</link>
		<pubDate>Fri, 30 Mar 2012 22:09:56 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/ef318fa9b5854aa0829ca024016d47f5#ef318fa9b5854aa0829ca024016d47f5</guid>
		<dc:creator>Erik Porter</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/HumanCompiler/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#c754ca3dc0eb84ef2baf5a024016c0162">davewill</a>: There's nothing wrong with that.&nbsp;However, if you utilize good design principles, then you've already cleared away most of the obstacles to future maintenance. That said, there's no point in using any kind of stack at all if you are afraid of the very things that make it good. You should always write everything from scratch and never use anybody else's libraries.</p><p>At that point you are actually providing a valuable service by making sure that there is plenty of material for TDWTF.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/a752af846fd64c8cbb0ea024016df3de#a752af846fd64c8cbb0ea024016df3de</link>
		<pubDate>Fri, 30 Mar 2012 22:12:23 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/a752af846fd64c8cbb0ea024016df3de#a752af846fd64c8cbb0ea024016df3de</guid>
		<dc:creator>kettch</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/kettch/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/754ca3dc0eb84ef2baf5a024016c0162">11 minutes&nbsp;ago</a>, <a href="/Niners/davewill">davewill</a> wrote</p><p>He/She is simply trying to pick the best fit for today while also hedging for the future.</p><p></p></div></blockquote><p></p><p>I hope he/she isn't planning on ever getting married <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif?v=c9' alt='Big Smile' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/426d84cfde1341dab984a024016f569e#426d84cfde1341dab984a024016f569e</link>
		<pubDate>Fri, 30 Mar 2012 22:17:26 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/426d84cfde1341dab984a024016f569e#426d84cfde1341dab984a024016f569e</guid>
		<dc:creator>blowdart</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/blowdart/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>ASP.NET MVC is largely open source now so it would be very hard for Microsoft to ever kill it off. Even if they loose interest, if enough MVC developers are out there using it professionally, it will still be maintained by the community around it. So while you are locked into MVC if you use it, the risk of being locked in to it is much less than if it was proprietary.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/48f2f44630f84f9a91a8a024018a9f19#48f2f44630f84f9a91a8a024018a9f19</link>
		<pubDate>Fri, 30 Mar 2012 23:56:46 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/48f2f44630f84f9a91a8a024018a9f19#48f2f44630f84f9a91a8a024018a9f19</guid>
		<dc:creator>Bass</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Bass/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>More than just largely open source, all MVC is open source.</p><p>Great thread, by the way, friends.</p><p>-Hanselman</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/69f6ca0d855341b686c2a0250011bcf4#69f6ca0d855341b686c2a0250011bcf4</link>
		<pubDate>Sat, 31 Mar 2012 01:04:34 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/69f6ca0d855341b686c2a0250011bcf4#69f6ca0d855341b686c2a0250011bcf4</guid>
		<dc:creator>Scott Hanselman</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Glucose/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/754ca3dc0eb84ef2baf5a024016c0162">7 hours ago</a>, <a href="/Niners/davewill">davewill</a> wrote</p><p>WhatDoYouMean is trying to strike a balance between what is 100% known today and what is 100% not known in the future.&nbsp; He/She is simply trying to pick the best fit for today while also hedging for the future.</p><p></p></div></blockquote><p></p><p>You said it better than I could have ever done it.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/fe40ce0db142491b8e50a0250060e71a#fe40ce0db142491b8e50a0250060e71a</link>
		<pubDate>Sat, 31 Mar 2012 05:52:48 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/fe40ce0db142491b8e50a0250060e71a#fe40ce0db142491b8e50a0250060e71a</guid>
		<dc:creator>WhatDoYouMean</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/WhatDoYouMean/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>If you switch platforms, you're going to be rewriting a ton of code anyway.</p><p>What you're saying sounds a lot like this:</p><p>&quot;Oh I won't use ADO.NET to access my data. I'll write directly to the OLE DB driver, because ADO.NET might not be in the FancyPants Framework released in 2020.&quot;</p><p>Why reinvent the wheel? Just use what's there and assume that the next platform you move to will have something similar. The productivity gains far outweigh the loss in flexibility.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/b4f6080596144c36a704a02500fc4e5e#b4f6080596144c36a704a02500fc4e5e</link>
		<pubDate>Sat, 31 Mar 2012 15:18:37 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/b4f6080596144c36a704a02500fc4e5e#b4f6080596144c36a704a02500fc4e5e</guid>
		<dc:creator>Scott</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/spivonious/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC#cfe40ce0db142491b8e50a0250060e71a">WhatDoYouMean</a>:</p><p>Like I said, you don't need to learn ASP.net&nbsp; MVC right now. Stay with&nbsp;Web&nbsp;Pages for now. I cannot really help on how the model is created and passed in the MVC,&nbsp;it is quite magical indeed. Also don't use &lt;%&gt; anymore. Go with razor. I don't know if you need extra plugin for razor or not. I have both WebMatrix and VSExpress, and VSExpress works.</p><p>Stay with Web Pages, because that's what you are looking for.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/98b90c587db14496bae4a02501067efb#98b90c587db14496bae4a02501067efb</link>
		<pubDate>Sat, 31 Mar 2012 15:55:43 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/98b90c587db14496bae4a02501067efb#98b90c587db14496bae4a02501067efb</guid>
		<dc:creator>magicalclick</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/magicalclick/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Questions regarding &quot;Web pages&quot; vs &quot;Web forms&quot; vs &quot;MVC&quot;</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/fe40ce0db142491b8e50a0250060e71a">10 hours&nbsp;ago</a>, <a href="/Niners/WhatDoYouMean">WhatDoYouMean</a> wrote</p><p>*snip*</p><p>You said it better than I could have ever done it.</p><p></p></div></blockquote><p></p><p>OK so, go with an SOA architecture. Take the best of what's known today.</p><p>1) Database access code these days is generally automated by ORMs and generated for you at the press of a button. .NET has ORMs, Java has ORMs, Rails has ORMs, even PHP has ORMs and the implementation of the Active Record pattern (although there's an argument that active record is a silly pattern anyway). So database access code doesn't matter.</p><p>2) If database access code doesn't matter then you could use that as your model. It's not idea, it probably passes too much information to the web pages that they don't need though, the idea would be having a layer that turns the database models into the information that each part of your application actually needs - view models.</p><p>3) Creation of view models from models is usually a simple object mapping, pretty easy to write. .NET has projects like automapper that take care of it for you, but if you want to write the code yourself for some reason it's usually a property to property mapping done in a constructor.</p><p>4) If you want to plan for an unknown future the current trend is to just JSON to pass to layers, so your database feeds through to your application via a JSON layer. Again there's generators in the major languages to do this, or if you want, it's just writing out text from input.</p><p>So yes, you could spend 6-9 months writing this stuff yourself because you want to keep yourself in a job, or because you think you're going to migrate to something else in the future. The thing is you always migrate at some point 5 years down the line. By adopting patterns and tools that aid you and remove the need to write code you're going to make your migration easier not harder, because the tools (model binding, ORMs, etc.) all exist in the major (and most minor platforms). Plus of course they're well written and well tested, so you can have confidence they work, which, to be frank, doesn't exist for a long time when you reinvent the wheel yourself.</p><p>My smart-* marriage comment (which I borrowed from someone else, because their responses if they respond would tend to be more sane than mine ever are) still stands. Do you look at your personal relationships with the attitude of planning to get out because something better may come along in a few years? I hope not, because if you do that you aren't ever going to be happy, and you're going to spend more time looking at other options than working on and getting your current relationship/platform to work.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/fecc736fd790403b8cfca025010971b4#fecc736fd790403b8cfca025010971b4</link>
		<pubDate>Sat, 31 Mar 2012 16:06:27 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Questions-regarding-Web-pages-vs-Web-forms-vs-MVC/fecc736fd790403b8cfca025010971b4#fecc736fd790403b8cfca025010971b4</guid>
		<dc:creator>blowdart</dc:creator>
		<slash:comments>70</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/blowdart/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>