<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>.NET Software Development Videos &#38; Tutorial Directory &#187; mvc</title>
	<atom:link href="http://www.dotnet-tv.com/tag/mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotnet-tv.com</link>
	<description>.NET Software Development Tutorials and Videos: c#, asp, Sql Server, Linq, Visual Basic, Silverlight</description>
	<lastBuildDate>Thu, 02 Feb 2012 19:35:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Building a Simple MVC .NET application.</title>
		<link>http://www.dotnet-tv.com/2011/09/12/building-a-simple-mvc-net-application/</link>
		<comments>http://www.dotnet-tv.com/2011/09/12/building-a-simple-mvc-net-application/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 15:05:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2061</guid>
		<description><![CDATA[MVC is part of the asp.net framework. It is a programming model which helps you create an asp.net web application, but MVC is much slicker and cleaner then asp.net Webforms environment.
 
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2011/09/12/building-a-simple-mvc-net-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pros and Cons of MVC Model-View-Controller</title>
		<link>http://www.dotnet-tv.com/2011/09/01/pros-and-cons-of-mvc-model-view-controller/</link>
		<comments>http://www.dotnet-tv.com/2011/09/01/pros-and-cons-of-mvc-model-view-controller/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 07:12:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[web forms]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2054</guid>
		<description><![CDATA[This short video discusses the benefits and drawbacks of using the MVC Model-View-Controller approach versus the web forms. Model–view–controller (MVC) is an architectural pattern used in software development. The pattern isolates &#8220;domain logic&#8221; (the application logic for the user) from the user interface (input and presentation), permitting independent development, testing and maintenance of each (separation of concerns).
 
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2011/09/01/pros-and-cons-of-mvc-model-view-controller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET from Scratch: Views</title>
		<link>http://www.dotnet-tv.com/2011/06/14/asp-net-from-scratch-views/</link>
		<comments>http://www.dotnet-tv.com/2011/06/14/asp-net-from-scratch-views/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 17:10:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2011</guid>
		<description><![CDATA[The last major piece of the ASP.NET MVC Framework is the View engine. This video explores the default View Engine in MVC2, the WebForms View Engine, and shows how you can use views to display information to the user.

Video Source: http://net.tutsplus.com/tutorials/asp-net/asp-net-from-scratch-views/
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2011/06/14/asp-net-from-scratch-views/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pluggable Web Applications with ASP.NET MVC</title>
		<link>http://www.dotnet-tv.com/2011/03/07/pluggable-web-applications-with-asp-net-mvc/</link>
		<comments>http://www.dotnet-tv.com/2011/03/07/pluggable-web-applications-with-asp-net-mvc/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 13:27:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1959</guid>
		<description><![CDATA[ASP.NET MVC is great for building one off applications to solve specific problems, but not much time is given to how we can use the extensibility model built into the framework to allow our own plug-ins to add/modify functionality or create theming systems for multiple customers.
Watch this video on oredev.org
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2011/03/07/pluggable-web-applications-with-asp-net-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET from Scratch: Routing in MVC</title>
		<link>http://www.dotnet-tv.com/2011/02/03/asp-net-from-scratch-routing-in-mvc/</link>
		<comments>http://www.dotnet-tv.com/2011/02/03/asp-net-from-scratch-routing-in-mvc/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 15:54:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1933</guid>
		<description><![CDATA[This video explores into URL routing in the MVC framework and examine how a request can be routed to a controller and action method. You’ll learn how to use constraints to gain better control over your routers, and also discuss best practices in adding routes to the route table.

]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2011/02/03/asp-net-from-scratch-routing-in-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handling System Errors in MVC</title>
		<link>http://www.dotnet-tv.com/2011/02/03/handling-system-errors-in-mvc/</link>
		<comments>http://www.dotnet-tv.com/2011/02/03/handling-system-errors-in-mvc/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 15:06:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1931</guid>
		<description><![CDATA[This video explorest how to perform error handling in Asp.Net MVC. You will learn how to build your MVC application so that it can handle 404 (file not found) and 500 errors (internal server error).
http://www.dimecasts.net/Content/WatchEpisode/180
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2011/02/03/handling-system-errors-in-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fubu MVC</title>
		<link>http://www.dotnet-tv.com/2011/01/18/fubu-mvc-2/</link>
		<comments>http://www.dotnet-tv.com/2011/01/18/fubu-mvc-2/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 17:19:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[csharp]]></category>
		<category><![CDATA[fubu]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[open source tools]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1919</guid>
		<description><![CDATA[FubuMVC is an open source framework for web development using the ModelView Controller (MVC) pattern. FubuMVC is built in C# and depends on the System.Web.Routing subsystem of the base CLR, but has no dependency on the ASP.Net MVC framework. This video highlights the architectural design of FubuMVC, how it works and more importantly the reasoning behind it. 
Watch this streaming video from the Norwegian Developer Conference 2010
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2011/01/18/fubu-mvc-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Effective Use of NoSQL In an ASP.NET MVC Web Application</title>
		<link>http://www.dotnet-tv.com/2010/11/02/effective-use-of-nosql-in-an-asp-net-mvc-web-application/</link>
		<comments>http://www.dotnet-tv.com/2010/11/02/effective-use-of-nosql-in-an-asp-net-mvc-web-application/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 11:46:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[nosql]]></category>
		<category><![CDATA[ORM]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1865</guid>
		<description><![CDATA[The NoSQL movement is gaining momentum (to many people&#8217;s annoyance) and gaining many fans. For developers who haven&#8217;t used a NoSQL solution (Object Database, Document Database, etc) it&#8217;s a bit awkward to conceive of how you might do common tasks – like querying or generating application reports. In this talk Rob Conery shows how you can build an effective data access strategy using both NoSQL and traditional Relational Databases, focusing on using each system for its strengths rather than compensating for its weaknesses.
Watch this streaming video from the Norwegian Developer ...]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/11/02/effective-use-of-nosql-in-an-asp-net-mvc-web-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding Folder Structure of ASP NET MVC Application</title>
		<link>http://www.dotnet-tv.com/2010/08/19/understanding-folder-structure-of-asp-net-mvc-application/</link>
		<comments>http://www.dotnet-tv.com/2010/08/19/understanding-folder-structure-of-asp-net-mvc-application/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 11:09:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1769</guid>
		<description><![CDATA[This screencast explains the folder structure of the ASP.NET MVC Application. 
 
Producer: www.highoncoding.com
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/08/19/understanding-folder-structure-of-asp-net-mvc-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing between ASP.NET Web Forms and MVC</title>
		<link>http://www.dotnet-tv.com/2010/07/15/choosing-between-asp-net-web-forms-and-mvc/</link>
		<comments>http://www.dotnet-tv.com/2010/07/15/choosing-between-asp-net-web-forms-and-mvc/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 12:57:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[web forms]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1750</guid>
		<description><![CDATA[Come hear about the key concepts and features behind the two primary user interface technologies available for ASP.NET: MVC and Web Forms. Learn the pros and cons of both MVC and Web Forms, how to determine the best choice for a specific project, various techniques and patterns used to build MVC applications vs. Web Forms applications, and the implications for using each approach.


]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/07/15/choosing-between-asp-net-web-forms-and-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://mschannel9.vo.msecnd.net/o9/mix/09/wmv-hq/t23f.wmv" length="195756741" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Introduction to Model Binders in ASP.NET MVC Application</title>
		<link>http://www.dotnet-tv.com/2010/06/29/introduction-to-model-binders-in-asp-net-mvc-application/</link>
		<comments>http://www.dotnet-tv.com/2010/06/29/introduction-to-model-binders-in-asp-net-mvc-application/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 15:48:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1739</guid>
		<description><![CDATA[This screencast introduces the model binders in an ASP.NET MVC application. 
 
Producer: http://www.highoncoding.com
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/06/29/introduction-to-model-binders-in-asp-net-mvc-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Routing in ASP.NET MVC Framework</title>
		<link>http://www.dotnet-tv.com/2010/06/08/introduction-to-routing-in-asp-net-mvc-framework/</link>
		<comments>http://www.dotnet-tv.com/2010/06/08/introduction-to-routing-in-asp-net-mvc-framework/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 11:24:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1727</guid>
		<description><![CDATA[This introduces routing in ASP.NET MVC application. Routing enables to create hackable URL which are easily indexed by the search engines.
 
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/06/08/introduction-to-routing-in-asp-net-mvc-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Microsoft ASP.NET MVC to Easily Extend a Web Site into the Mobile Space</title>
		<link>http://www.dotnet-tv.com/2010/05/17/using-microsoft-asp-net-mvc-to-easily-extend-a-web-site-into-the-mobile-space/</link>
		<comments>http://www.dotnet-tv.com/2010/05/17/using-microsoft-asp-net-mvc-to-easily-extend-a-web-site-into-the-mobile-space/#comments</comments>
		<pubDate>Mon, 17 May 2010 11:03:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1716</guid>
		<description><![CDATA[Learn how to build mobile Web sites using the ASP.NET MVC framework. See how to create customized mobile experiences by extending the Views in the MVC framework and using the latest device detection techniques.


]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/05/17/using-microsoft-asp-net-mvc-to-easily-extend-a-web-site-into-the-mobile-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://mschannel9.vo.msecnd.net/o9/mix/09/wmv-hq/t20f.wmv" length="175656859" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Getting Started with Ajax in ASP.NET MVC Framework</title>
		<link>http://www.dotnet-tv.com/2010/03/17/getting-started-with-ajax-in-asp-net-mvc-framework/</link>
		<comments>http://www.dotnet-tv.com/2010/03/17/getting-started-with-ajax-in-asp-net-mvc-framework/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 14:31:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1672</guid>
		<description><![CDATA[This screencast demonstrates how to get started with Ajax in ASP.NET MVC Framework. 
 
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/03/17/getting-started-with-ajax-in-asp-net-mvc-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft ASP.NET MVC 2: The New Stuff</title>
		<link>http://www.dotnet-tv.com/2010/02/18/microsoft-asp-net-mvc-2-the-new-stuff/</link>
		<comments>http://www.dotnet-tv.com/2010/02/18/microsoft-asp-net-mvc-2-the-new-stuff/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 12:15:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1642</guid>
		<description><![CDATA[Come learn about the new features being introduced with ASP.NET MVC 2. Templated helpers allow associating edit and display elements with data types automatically. Areas provide a means of dividing a large Web application into multiple projects. Data annotations allows attaching metadata attributes on a model to control validation. Client validation enables form field validation without the need to perform a roundtrip to the server. Learn how these new features enable you to be more productive when building ASP.NET MVC applications.


]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/02/18/microsoft-asp-net-mvc-2-the-new-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://ecn.channel9.msdn.com/o9/pdc09/wmvhigh/FT22.wmv" length="700185371" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>ASP.NET 4</title>
		<link>http://www.dotnet-tv.com/2010/01/14/asp-net-4/</link>
		<comments>http://www.dotnet-tv.com/2010/01/14/asp-net-4/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 11:43:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1578</guid>
		<description><![CDATA[In this video, Jonathan Carter describes whats changing with ASP.NET in the .NET Framework 4. He&#8217;ll review new capabilities in WebForms and AJAX, how Dynamic Data is evolving and the inclusion of ASP.NET MVC in both the framework and Visual Studio 2010. 


Additional material regarding this topic
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/01/14/asp-net-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://ecn.channel9.msdn.com/o9/learn/videos/VS2010-ASPNET-ASPNET4/VS2010-ASPNET-ASPNET4_kit.wmv" length="162243519" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Introduction to ASP.NET MVC View Model</title>
		<link>http://www.dotnet-tv.com/2010/01/05/introduction-to-asp-net-mvc-view-model/</link>
		<comments>http://www.dotnet-tv.com/2010/01/05/introduction-to-asp-net-mvc-view-model/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 16:59:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1567</guid>
		<description><![CDATA[This screencast demonstrates how to use ViewModel approach when building ASP.NET MVC Application. 
 
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/01/05/introduction-to-asp-net-mvc-view-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Real World Guide to Architecting MVC Applications</title>
		<link>http://www.dotnet-tv.com/2009/12/31/a-real-world-guide-to-architecting-mvc-applications/</link>
		<comments>http://www.dotnet-tv.com/2009/12/31/a-real-world-guide-to-architecting-mvc-applications/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 12:00:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1565</guid>
		<description><![CDATA[So you have drunk the kool aid and decided that MVC applications are a better way to build your web applications, kissed goodbye to a page based architecture and learned to love JQuery. From here on everything is just gravy, right? As ever with would-be silver bullets you have bought off one set of problems but are now at risk from another set. In this presentation Ian Cooper will talk about his experience from building MVC applications for the last 2 years, discussing gotchas like the Fat Controller and God ...]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/12/31/a-real-world-guide-to-architecting-mvc-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 5 and ASP.NET</title>
		<link>http://www.dotnet-tv.com/2009/12/10/html-5-and-asp-net/</link>
		<comments>http://www.dotnet-tv.com/2009/12/10/html-5-and-asp-net/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 12:14:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1537</guid>
		<description><![CDATA[HTML 5 introduces a set of new tags, new APIs and new techniques that make web developers focus on content and structure when building their applications. In this session, Dylan Beattie goes through the new features that HTML 5 offers. Moving into greater detail, Dylan explains how developers can start using many of these features today, and examine some of the techniques developers can use to support these new features in down-level browsers. Finally, Dylan looks at some of the new capabilities that are coming in the next version of ...]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/12/10/html-5-and-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC Ajax Helpers &#8211; Ajax.ActionLink and Ajax.BeginForm</title>
		<link>http://www.dotnet-tv.com/2009/12/09/asp-net-mvc-ajax-helpers-ajax-actionlink-and-ajax-beginform/</link>
		<comments>http://www.dotnet-tv.com/2009/12/09/asp-net-mvc-ajax-helpers-ajax-actionlink-and-ajax-beginform/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 16:54:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1533</guid>
		<description><![CDATA[This presentation recaps how to use the Ajax.ActionLink and Ajax.BeginForm Ajax Helpers to utilize ASP.NET AJAX in your ASP.NET MVC Web Applications.
http://www.tampadev.org/News/Details/MvcAjaxHelpersScreencast
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2009/12/09/asp-net-mvc-ajax-helpers-ajax-actionlink-and-ajax-beginform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

