<?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>Comment Feed for Channel 9 - The Full Stack, Part 1 - Building the Admin Site with ASP.NET MVC 3, NuGet and EF Code First</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/ch9/e402/62dfe610-0895-421f-acd2-9e1a012be402/TheFullStack1_100_ch9.jpg</url>
		<title>Channel 9 - The Full Stack, Part 1 - Building the Admin Site with ASP.NET MVC 3, NuGet and EF Code First</title>
		<link></link>
	</image>
	<description> Jesse Liberty and Jon Galloway are kicking off a new screencast series called The Full Stack. They&#39;re pair-programming, building out a full&amp;nbsp;application from a server back-end down to Windows Phone, web, Silverlight, and wherever else the app-building process leads them. Join them for the ride! In this inaugural episode, they dig right in with a server back-end using NuGet, ASP.NET MVC 3, Razor views, and Entity Framework Code-First. &amp;nbsp; </description>
	<link></link>
	<language>en</language>
	<pubDate>Thu, 23 May 2013 03:22:24 GMT</pubDate>
	<lastBuildDate>Thu, 23 May 2013 03:22:24 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: The Full Stack, Part 1 - Building the Admin Site with ASP.NET MVC 3, NuGet and EF Code First</title>
		<description>
			<![CDATA[ <p>The audio and video are higher quality starting with the next epidode. We were figuring out some technical details since Jesse and I are roughly 3000 miles apart. Any other comments, suggestions, things you'd like to see?</p><p>posted by jongalloway</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634236617730000000</link>
		<pubDate>Tue, 26 Oct 2010 03:49:33 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634236617730000000</guid>
		<dc:creator>jongalloway</dc:creator>
	</item>
	<item>
		<title>Re: The Full Stack, Part 1 - Building the Admin Site with ASP.NET MVC 3, NuGet and EF Code First</title>
		<description>
			<![CDATA[ <p>did i miss the part where you changed ID to an auto-incrementing identity and removed it from the 'Create' page?</p><p>posted by piersh</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634236723310000000</link>
		<pubDate>Tue, 26 Oct 2010 06:45:31 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634236723310000000</guid>
		<dc:creator>piersh</dc:creator>
	</item>
	<item>
		<title>Re: The Full Stack, Part 1 - Building the Admin Site with ASP.NET MVC 3, NuGet and EF Code First</title>
		<description>
			<![CDATA[ <p>Great initial demo for a starting point.</p><p>Re: Piersh, you may have noticed the extra attribute at the top of the Product class saying to ignore the ProductID field. [Bind(Exclud=&quot;ProductID&quot;)] They forgot to talk about that.</p><p>The thing I dislike most about demos is the single POCO stuff. If you could run the next one with at least one other foreign entity would be much closer to real world. Or even master/detail where the detail has ID's to another entity.</p><p>Another rarely shown demo is custom login via database not via ASP.NET users.</p><p>One thing that would have been handy to mention is that TryUpdateModel is part of the MVC controller. As at first I was waiting for you to implement the method, but then realised it wasn't erroring on it so it must have been part of the framework.</p><p>posted by N2Cheval</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634236885890000000</link>
		<pubDate>Tue, 26 Oct 2010 11:16:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634236885890000000</guid>
		<dc:creator>N2Cheval</dc:creator>
	</item>
	<item>
		<title>Re: The Full Stack, Part 1 - Building the Admin Site with ASP.NET MVC 3, NuGet and EF Code First</title>
		<description>
			<![CDATA[ <p>Hi, an above average video.<br>Only two critiscms.</p><p>a) The Video Quality (But thats been sorted out)<br>b) In your description you mention Pair Programming,<br>doesn't that involve one writing tests whilst the others<br>programs code to pass the test, and I dont see any tests yet.<br><br>Thanks Again.</p><p>Tom</p><p>posted by Tominator2005</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634237089060000000</link>
		<pubDate>Tue, 26 Oct 2010 16:55:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634237089060000000</guid>
		<dc:creator>Tominator2005</dc:creator>
	</item>
	<item>
		<title>Re: The Full Stack, Part 1 - Building the Admin Site with ASP.NET MVC 3, NuGet and EF Code First</title>
		<description>
			<![CDATA[ <p>@<a href="/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634237089060000000">Tominator2005</a>: Ok, except for the bizzare tangent into baldness, the colourful bird and washing machine background music and the lack of any design or approach to the problem, especially when Jesse says &quot;what are you doing here?&quot;. That's a level 1 tutorial; something quick, easy to copy to make work and doesn't require a lot of thought.</p><p>I think learning and demonstrating should be done like role playing games where you start with very simple level 1 scenarios which get more complicated as the presenter creates each one from scratch. No thought in the design of level 1 or 2, but you must think about 3 and above. If the student has created (from scratch) a good number of levels of applicaitons then they are going to know the stuff. The problem with most tutorials is that they stop a the 1st or 2nd level scenarios or only show advancements in the one scenario that will not apply in other scenarios which unless you are learning for learnings sake, doesn't help when the student has a certain scenario to build.</p><p>I see testing as level 2.</p><p>My question to Jon is, to what level will he go with the tutorials?</p><p>posted by N2Cheval</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634237230280000000</link>
		<pubDate>Tue, 26 Oct 2010 20:50:28 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634237230280000000</guid>
		<dc:creator>N2Cheval</dc:creator>
	</item>
	<item>
		<title>Re: The Full Stack, Part 1 - Building the Admin Site with ASP.NET MVC 3, NuGet and EF Code First</title>
		<description>
			<![CDATA[ <p>@Tominator2005, @N2Cheval - Thanks for the feedback. We'll definitely be writing unit tests, and should have talked about that in this episode. We're not going to be tracking products, so I was really just showing the flow and mechanics of a new MVC 3 project doing CRUD operation using EF Code First. We'll nuke that controller and model and rebuild with unit tests, probably in episode 3 or 4. Episode 2 is already recorded, and it covers the Windows Phone UI.</p><p>We are planning to keep building this out to a full working&nbsp;system. File / New Project is kind of by nature a Level 1 topic. Don't worry, this will ramp up as we get the groundwork laid.</p><p>There are different approaches to pair programming - the model in which one writes the test and the other writes the code is effective, and we may try that, but it's a little tricky to pass the keyboard back and forth when we live 3000 miles apart. Step one is covering the basics, and that includes getting me up to speed on Windows Phone developement and getting Jesse up to speed on the server-side / MVC side.</p><p>posted by jongalloway</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634237979550000000</link>
		<pubDate>Wed, 27 Oct 2010 17:39:15 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634237979550000000</guid>
		<dc:creator>jongalloway</dc:creator>
	</item>
	<item>
		<title>Re: The Full Stack, Part 1 - Building the Admin Site with ASP.NET MVC 3, NuGet and EF Code First</title>
		<description>
			<![CDATA[I would love to see the SilverLight application being created for this application. I understand that you're excited about Windows Phone...but I'd really like to see both a SilverLight application and a silverlight windows phone application.<br />Thanks for the series...I like the fact that this isn't some canned walkthrough and you're explaining the WHY behind what you're doing for each line of code!<br />Thx.<p>posted by Allen Feinberg</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634238600210000000</link>
		<pubDate>Thu, 28 Oct 2010 10:53:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634238600210000000</guid>
		<dc:creator>Allen Feinberg</dc:creator>
	</item>
	<item>
		<title>Re: The Full Stack, Part 1 - Building the Admin Site with ASP.NET MVC 3, NuGet and EF Code First</title>
		<description>
			<![CDATA[ <p>That is great</p><p>posted by JackNova</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634238852510000000</link>
		<pubDate>Thu, 28 Oct 2010 17:54:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634238852510000000</guid>
		<dc:creator>JackNova</dc:creator>
	</item>
	<item>
		<title>Re: The Full Stack, Part 1 - Building the Admin Site with ASP.NET MVC 3, NuGet and EF Code First</title>
		<description>
			<![CDATA[where we can download the source code?<p>posted by sv</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634239351730000000</link>
		<pubDate>Fri, 29 Oct 2010 07:46:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634239351730000000</guid>
		<dc:creator>sv</dc:creator>
	</item>
	<item>
		<title>Re: The Full Stack, Part 1 - Building the Admin Site with ASP.NET MVC 3, NuGet and EF Code First</title>
		<description>
			<![CDATA[ <p>Hi Jon I do not what to sound negative but will you finish this project, the project you started on the asp.net MVC Application Development Music Store stalled on Part 3. I do not blame you as there is no pot of gold at the end of if, in other words no remuneration for finishing the project for a client for example. We are all guilty of this with unfinished projects littering our hard drives. I really enjoyed the first part with a good insight to MVC 3 and Razor, and the banter between you and Jesse was a joy to listen to. </p><p>Look forward to part 2 </p><p>Alan &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p><p>posted by alan_247</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634241490880000000</link>
		<pubDate>Sun, 31 Oct 2010 19:11:28 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634241490880000000</guid>
		<dc:creator>alan_247</dc:creator>
	</item>
	<item>
		<title>Re: The Full Stack, Part 1 - Building the Admin Site with ASP.NET MVC 3, NuGet and EF Code First</title>
		<description>
			<![CDATA[ <p>I am somewhat puzzled, who is the target audience for this series: developers new to MVC3, or ones new to MVC? Walkthrough NuPack was nice; Code First example <em>could </em>be interesting, but it was generated and otherwise glossed over. Same withRazor. </p><p>Altogether, some 90% of time was spent on creating views and tinkering with controller. Nothing that Nerd Dinner didn't learn months ago. Hopefully, next episodes will make it clear - if you are new to MVC (then maybe you shouldn't use pre-release software); or if you want to learn new stuff in MVC and EF.</p><p>Thanks and good luck</p><p>posted by YMHEE_BCEX</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634241929050000000</link>
		<pubDate>Mon, 01 Nov 2010 07:21:45 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634241929050000000</guid>
		<dc:creator>YMHEE_BCEX</dc:creator>
	</item>
	<item>
		<title>Re: The Full Stack, Part 1 - Building the Admin Site with ASP.NET MVC 3, NuGet and EF Code First</title>
		<description>
			<![CDATA[ <p>First episode was very good as I'm new to MVC3 and was looking for exactly this type of intro. </p><p>How many episodes can we expect and how often? I'm looking forward to the second episode coming out soon.</p><p>Thanks </p><p>posted by RichardAlan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634242569250000000</link>
		<pubDate>Tue, 02 Nov 2010 01:08:45 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634242569250000000</guid>
		<dc:creator>RichardAlan</dc:creator>
	</item>
	<item>
		<title>Re: The Full Stack, Part 1 - Building the Admin Site with ASP.NET MVC 3, NuGet and EF Code First</title>
		<description>
			<![CDATA[ <p>We hope to post approximately weekly, and I honestly don't know how many episodes.&nbsp; If the interest remains high, my expectation is that we'll continue these through the entire project.</p><p>&nbsp;</p><p>Thanks!</p><p>-jesse</p><p>posted by JesseLiberty</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634243096460000000</link>
		<pubDate>Tue, 02 Nov 2010 15:47:26 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634243096460000000</guid>
		<dc:creator>JesseLiberty</dc:creator>
	</item>
	<item>
		<title>Re: The Full Stack, Part 1 - Building the Admin Site with ASP.NET MVC 3, NuGet and EF Code First</title>
		<description>
			<![CDATA[[quote]<br />Oct 25, 2010 at 11:45&nbsp;PM, piersh wrote<br />did i miss the part where you changed ID to an auto-incrementing identity and removed it from the 'Create' page?<br /><br />[/quote]<br />I must have missed this too... when did that happen during the video?<p>posted by Jdalley</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634243287960000000</link>
		<pubDate>Tue, 02 Nov 2010 21:06:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First#c634243287960000000</guid>
		<dc:creator>Jdalley</dc:creator>
	</item>
</channel>
</rss>