<?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:trackback="http://madskills.com/public/xml/rss/module/trackback/"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:media="http://search.yahoo.com/mrss/"
    xmlns:evnet="http://www.mscommunities.com/rssmodule/"
    >
<channel>
    <title>ASP.NET Security Tutorials</title>
    <link>http://www.asp.net/learn/security/</link>
    <description>ASP.NET Security Tutorials</description>
    <dc:language>en-US</dc:language>
    <generator>RSS generated by www.asp.net</generator>
    <item>
        <dc:creator>ASP.NET Security Tutorials</dc:creator>
        <title>Using ASP.NET MVC with Different Versions of IIS</title>
        <link>http://www.asp.net/learn/security/rss.ashx/tutorial-08-vb.aspx</link>
        <pubDate>Tuesday, 19 Aug 2008</pubDate>
        <description>In this tutorial, you learn how to use ASP.NET MVC, and URL Routing, with different versions of Internet Information Services. You learn different strategies for using ASP.NET MVC with IIS 7.0 (classic mode), IIS 6.0, and earlier versions of IIS. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/security/rss.ashx/tutorial-08-vb.aspx&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/security/rss.ashx/tutorial-08-cs.aspx&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Security Tutorials</dc:creator>
        <title>An Introduction to URL Routing</title>
        <link>http://www.asp.net/learn/security/rss.ashx/tutorial-05-vb.aspx</link>
        <pubDate>Tuesday, 19 Aug 2008</pubDate>
        <description>In this tutorial, Stephen Walther demonstrates how browser requests get mapped to controller actions through URL Routing. You also learn how to create a custom route that displays different blog entries depending on the date passed in a URL. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/security/rss.ashx/tutorial-05-vb.aspx&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/security/rss.ashx/tutorial-05-cs.aspx&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Security Tutorials</dc:creator>
        <title>Preventing JavaScript Injection Attacks</title>
        <link>http://www.asp.net/learn/security/rss.ashx/tutorial-06-vb.aspx</link>
        <pubDate>Tuesday, 19 Aug 2008</pubDate>
        <description>Prevent JavaScript Injection Attacks and Cross-Site Scripting Attacks from happening to you. In this tutorial, Stephen Walther explains how you can easily defeat these types of attacks by HTML encoding your content. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/security/rss.ashx/tutorial-06-vb.aspx&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/security/rss.ashx/tutorial-06-cs.aspx&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Security Tutorials</dc:creator>
        <title>Creating Unit Tests for ASP.NET MVC Applications</title>
        <link>http://www.asp.net/learn/security/rss.ashx/tutorial-07-vb.aspx</link>
        <pubDate>Tuesday, 19 Aug 2008</pubDate>
        <description>Learn how to create unit tests for controller actions. In this tutorial, Stephen Walther demonstrates how to test whether a controller action returns a particular view, returns a particular set of data, or returns a different type of action result. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/security/rss.ashx/tutorial-07-vb.aspx&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/security/rss.ashx/tutorial-07-cs.aspx&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Security Tutorials</dc:creator>
        <title>Understanding Views, View Data, and HTML Helpers</title>
        <link>http://www.asp.net/learn/security/rss.ashx/tutorial-04-vb.aspx</link>
        <pubDate>Tuesday, 19 Aug 2008</pubDate>
        <description>What is an ASP.NET MVC View and how does it differ from a HTML page? In this tutorial, Stephen Walther introduces you to Views and demonstrates how you can take advantage of View Data and HTML Helpers within a View. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/security/rss.ashx/tutorial-04-vb.aspx&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/security/rss.ashx/tutorial-04-cs.aspx&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Security Tutorials</dc:creator>
        <title>Understanding Controllers, Controller Actions, and Action Results</title>
        <link>http://www.asp.net/learn/security/rss.ashx/tutorial-03-vb.aspx</link>
        <pubDate>Tuesday, 19 Aug 2008</pubDate>
        <description>In this tutorial, Stephen Walther introduces you to ASP.NET MVC controllers. You learn how to create new controllers and return different types of action results. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/security/rss.ashx/tutorial-03-vb.aspx&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/security/rss.ashx/tutorial-03-cs.aspx&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Security Tutorials</dc:creator>
        <title>Understanding Models, Views, and Controllers</title>
        <link>http://www.asp.net/learn/security/rss.ashx/tutorial-02-vb.aspx</link>
        <pubDate>Tuesday, 19 Aug 2008</pubDate>
        <description>Confused about Models, Views, and Controllers? In this tutorial, Stephen Walther introduces you to the different parts of an ASP.NET MVC application. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/security/rss.ashx/tutorial-02-vb.aspx&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/security/rss.ashx/tutorial-02-cs.aspx&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Security Tutorials</dc:creator>
        <title>Creating a Tasklist Application with ASP.NET MVC</title>
        <link>http://www.asp.net/learn/security/rss.ashx/tutorial-01-vb.aspx</link>
        <pubDate>Tuesday, 19 Aug 2008</pubDate>
        <description>Stephen Walther builds an entire ASP.NET MVC application from start to finish. This tutorial is a great introduction for people who are new to the ASP.NET MVC Framework and who want to get a sense of the process of building an ASP.NET MVC application. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/security/rss.ashx/tutorial-01-vb.aspx&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/security/rss.ashx/tutorial-01-cs.aspx&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Security Tutorials</dc:creator>
        <title>Nested Master Pages</title>
        <link>http://www.asp.net/learn/master-pages/</link>
        <pubDate>Wednesday, 30 Jul 2008</pubDate>
        <description>Shows how to nest one master page within another.&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/master-pages/&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/master-pages/&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Security Tutorials</dc:creator>
        <title>Specifying the Master Page Programmatically</title>
        <link>http://www.asp.net/learn/master-pages/</link>
        <pubDate>Wednesday, 30 Jul 2008</pubDate>
        <description>Looks at setting the content page&amp;#8217;s master page programmatically via the PreInit event handler.&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/master-pages/&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/master-pages/&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Security Tutorials</dc:creator>
        <title>Master Pages and ASP.NET AJAX</title>
        <link>http://www.asp.net/learn/master-pages/</link>
        <pubDate>Friday, 11 Jul 2008</pubDate>
        <description>Discusses options for using ASP.NET AJAX and master pages. Looks at using the ScriptManagerProxy class; discusses how the various JS files are loaded depending on whether the ScriptManager is used in the Master page or Content page.&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/master-pages/&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/master-pages/&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Security Tutorials</dc:creator>
        <title>Interacting with the Master Page from the Content Page</title>
        <link>http://www.asp.net/learn/master-pages/</link>
        <pubDate>Friday, 11 Jul 2008</pubDate>
        <description>Examines how to call methods, set properties, etc. of the Master Page from code in the Content Page. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/master-pages/&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/master-pages/&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Security Tutorials</dc:creator>
        <title>Interacting with the Content Page from the Master Page</title>
        <link>http://www.asp.net/learn/master-pages/</link>
        <pubDate>Friday, 11 Jul 2008</pubDate>
        <description>Examines how to call methods, set properties, etc. of the Content Page from code in the Master Page. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/master-pages/&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/master-pages/&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Security Tutorials</dc:creator>
        <title>Control ID Naming in Content Pages</title>
        <link>http://www.asp.net/learn/master-pages/</link>
        <pubDate>Tuesday, 10 Jun 2008</pubDate>
        <description>Illustrates how ContentPlaceHolder controls serve as a naming container and therefore make programmatically working with a control difficult (via FindConrol). Looks at this issue and workarounds. Also discusses how to programmatically access the resulting ClientID value. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/master-pages/&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/master-pages/&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Security Tutorials</dc:creator>
        <title>URLs in Master Pages</title>
        <link>http://www.asp.net/learn/master-pages/</link>
        <pubDate>Tuesday, 10 Jun 2008</pubDate>
        <description>Addresses how URLs in the master page can break due to the master page file being in a different relative directory than the content page. Looks at rebasing URLs via ~ in the declarative syntax and using ResolveUrl and ResolveClientUrl programmatically. (Also look at &lt;a href=&quot;http://msdn2.microsoft.com/en-us/library/system.web.virtualpathutility.aspx&quot;&gt;System.Web.VirtualPathUtility. ToAbsolute(url)&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/master-pages/&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/master-pages/&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
</channel>
</rss>