<?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>Learn ASP.NET - Latest Content</title>
    <link>http://www.asp.net/learn/</link>
    <description>Learn ASP.NET - Latest Content</description>
    <dc:language>en-US</dc:language>
    <generator>RSS generated by www.asp.net</generator>
    <item>
        <dc:creator>Learn ASP.NET - Latest Content</dc:creator>
        <title>[VIDEO] How Do I: Use ASP.NET to Send Email from a Web Site</title>
        <link>http://www.asp.net/learn/videos/video-416.aspx</link>
        <pubDate>Thursday, 28 Aug 2008</pubDate>
        <description>In this video Chris Pels shows how to create and send an email in an ASP.NET web site. First, learn about the core classes in the System.Net.Mail namespace for sending mail in an ASP.NET web site. See how to create an email message using the MailMessage class including how to use the MailAddress class for the From address and how to include one or more To addresses. Next, see how email is sent using the SmtpClient class. Finally, learn about the additional options for configuring the email message such as CC, BCC, Priority, and adding attachments.</description>
        
    </item>
    <item>
        <dc:creator>Learn ASP.NET - Latest Content</dc:creator>
        <title>[VIDEO] How Do I: Write Web Events to a SQL Server Database Using the SqlWebEventProvider</title>
        <link>http://www.asp.net/learn/videos/video-415.aspx</link>
        <pubDate>Thursday, 28 Aug 2008</pubDate>
        <description>In this video Chris Pels shows how to use the ASP.NET health monitoring SqlWebEventProvider to log errors in a web site to a SQL Server database. First, learn the role of the provider and events in ASP.NET health monitoring. Next, see how to configure a SQL Server database with the necessary objects for recording health monitoring events using the aspnet_regiis utility, the same utility used to configure ASP.NET Membership. Then, learn how to configure health monitoring in the web.config file to record events in an ASP.NET web site to the newly created SQL Server database. As part of this configuration, see how the root web.config file in the .NET Framework 2.0 has both providers and events defined that can be leveraged when configuring your health monitoring. These fundamentals are a base upon which custom events can be created that log your own specific information to a SQL Server database in an ASP.NET web site.</description>
        
    </item>
    <item>
        <dc:creator>Learn ASP.NET - Latest Content</dc:creator>
        <title>[WEBCAST] geekSpeak: REST and Windows Communication Foundation 3.5</title>
        <link>http://www.asp.net/learn/rss.ashx/webcast-252.aspx</link>
        <pubDate>Sunday, 24 Aug 2008</pubDate>
        <description>This geekSpeak is a very RESTful one. Distributed systems guru Adnan Masood introduces the Representational State Transfer (REST) architectural style and its design principles, and he discusses how they can be implemented using Windows Communication Foundation (WCF) 3.5. Adnan offers guidance and takes questions on when to choose a RESTful design over SOAP-based services and how WCF fits into the spectrum of Microsoft technologies that include ADO.NET Data Services (Astoria) and ASP.NET MVC. Your hosts for this geekSpeak are Lynn Langit and Glen Gordon.</description>
        
    </item>
    <item>
        <dc:creator>Learn ASP.NET - Latest Content</dc:creator>
        <title>[WEBCAST] 24 Hours of Windows Mobile Application Development: Introduction to Windows Mobile Device Development</title>
        <link>http://www.asp.net/learn/rss.ashx/webcast-251.aspx</link>
        <pubDate>Sunday, 24 Aug 2008</pubDate>
        <description>In this webcast series, you learn how to develop applications for Windows Mobile Devices. Attend this webcast for a high-level introduction to developing managed applications for Windows Mobile devices. We discuss the development tools that are available, explain how to install additional software development kits (SDKs), describe additional tools that you can download and install, and demonstrate the creation of applications for Windows Mobile 6 devices, using both Microsoft Visual C# and Microsoft Visual Basic .NET.</description>
        
    </item>
    <item>
        <dc:creator>Learn ASP.NET - Latest Content</dc:creator>
        <title>[VIDEO] How Do I: Determine Whether to Use a Web Site or a Web Application Project</title>
        <link>http://www.asp.net/learn/videos/video-410.aspx</link>
        <pubDate>Friday, 22 Aug 2008</pubDate>
        <description>In this video Chris Pels will contrast the differences between an ASP.NET web site project and a web application project. Learn the considerations for using one type of project or the other. First, learn about the major attributes of a web application project including its folder basis. Next, see the major attributes of a web site project and its traditional Visual Studio project based nature which provides more granularity and flexibility including adding classes, dealing with namespaces, and referencing user controls or pages programmatically. The compilation model for each type of web site is then discussed along with alternatives that include the use of the aspnet_compiler.exe and aspnet_merge.exe utilities and the Visual Studio 2008 web deployment project.</description>
        
    </item>
    <item>
        <dc:creator>Learn ASP.NET - Latest Content</dc:creator>
        <title>[WEBCAST] geekSpeak: SharePoint Server 2007 Workflow</title>
        <link>http://www.asp.net/learn/rss.ashx/webcast-250.aspx</link>
        <pubDate>Sunday, 17 Aug 2008</pubDate>
        <description>In this installment of MSDN geekSpeak, David Mann takes your questions about Microsoft Office SharePoint Server 2007 workflow. David provides an overview of workflow in SharePoint 2007 and then drills down into details such as when to use state machines versus sequentials, building custom activities, and how and when to use Microsoft Office SharePoint Designer 2007 for workflows. David also offers tips for building high performance workflow environments.</description>
        
    </item>
    <item>
        <dc:creator>Learn ASP.NET - Latest Content</dc:creator>
        <title>[PODCAST] Udi Dahan Scales Web Applications</title>
        <link>http://www.dotnetrocks.com/default.aspx?showNum=367</link>
        <pubDate>Tuesday, 12 Aug 2008</pubDate>
        <description>Udi Dahan is back to talk to the guys about scaling web applications. This is an area of expertise for Richard as well as Udi, so you know you&apos;ll get your money&apos;s worth out of this one!</description>
        
    </item>
    <item>
        <dc:creator>Learn ASP.NET - Latest Content</dc:creator>
        <title>[WEBCAST] geekSpeak: Going from Developer to 'Dev-igner'</title>
        <link>http://www.asp.net/learn/rss.ashx/webcast-249.aspx</link>
        <pubDate>Sunday, 10 Aug 2008</pubDate>
        <description>Are you a developer yearning to become a &quot;dev-igner,&quot; a developer/designer hybrid? The old cliché is that developers make poor designers, and many developers needlessly tremble at the site of designer tools such as Microsoft Expression or Photoshop. Graphic design is a process, just like software development. If you learn the basics, you can soon turn out better user experiences and find inspiration in the world around you. In this installment of geekSpeak, Microsoft Most Valuable Professional (MVP) Frank La Vigne shares tips and techniques on how technologies such as Microsoft Silverlight, Windows Presentation Foundation (WPF), and XAML can help you retire the &quot;battleship gray&quot; UIs so often sported by applications. Turtlenecks and berets are optional.</description>
        
    </item>
    <item>
        <dc:creator>Learn ASP.NET - Latest Content</dc:creator>
        <title>[VIDEO] How Do I: Use Skins with CSS for a Flexible and Maintainable ASP.NET Web Site</title>
        <link>http://www.asp.net/learn/videos/video-393.aspx</link>
        <pubDate>Thursday, 7 Aug 2008</pubDate>
        <description>In this video Chris Pels shows how to create skins for ASP.NET server controls and then incorporate CSS styles to control the appearance of the skinned controls. First, learn how to create a skin for an ASP.NET server control such as a Label that controls the appearance of labels throughout a web site. Next, see how to abstract the definition of the visual appearance for a skin to CSS styles. During this process learn the advantages of having the styling information for a skin in the CSS styles. Then see how to create multiple skins and corresponding styles for a single ASP.NET control such as a Label that can be used to standardize the appearance of certain types of labels throughout a web site. Finally, learn the advantages of applying a CSS style to multiple skins and the ability to apply it to a generic HTML element.</description>
        
    </item>
    <item>
        <dc:creator>Learn ASP.NET - Latest Content</dc:creator>
        <title>[PODCAST] Accessibility in Web and Rich Applications</title>
        <link>http://www.hanselminutes.com/default.aspx?showID=143</link>
        <pubDate>Tuesday, 5 Aug 2008</pubDate>
        <description>In this episode Scott talks to Saqib Shaikh, a developer for Microsoft Consulting Services in the UK, who is also blind. They chat about accessibility in Windows, on the Web and in the next generation of Web Applications written with AJAX and Silverlight.</description>
        
    </item>
    <item>
        <dc:creator>Learn ASP.NET - Latest Content</dc:creator>
        <title>[PODCAST]  ASP.NET MVC with Phil Haack</title>
        <link>http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2008/07/29/asp-net-podcast-show-121-phil-haack-with-an-asp-net-mvc-demo-video.aspx</link>
        <pubDate>Tuesday, 5 Aug 2008</pubDate>
        <description>Phil Haack does a short demo of ASP.NET MVC Release 4.</description>
        
    </item>
    <item>
        <dc:creator>Learn ASP.NET - Latest Content</dc:creator>
        <title>[WEBCAST] geekSpeak: Windows Communication Foundation as the New .NET</title>
        <link>http://www.asp.net/learn/rss.ashx/webcast-248.aspx</link>
        <pubDate>Sunday, 3 Aug 2008</pubDate>
        <description>The geekSpeak webcast series brings you industry experts in a &quot;talk-radio&quot; format hosted by Developer Evangelists from Microsoft. These experts share their knowledge and experience about a particular developer technology and are ready to answer your questions in real time during the webcast.&lt;br /&gt;&lt;br /&gt;Windows Communication Foundation (WCF) provides off-the-shelf plumbing for connecting services together. The more granular the services are the more use the application makes of the WCF infrastructure and the less plumbing the developers have to write. Taken to the ultimate conclusion, every class and primitive should be a service to maximize the use of the ready-made infrastructure and to avoid handcrafting plumbing. In theory, this enables effortless transactional integers, secure strings, and reliable classes. However, is it viable in practice? Can Microsoft .NET support it? Will future platforms offer this option? In this geekSpeak webcast, industry expert Juval Lowy shares his thoughts on the state of the industry, what is practical and feasible today, and the future of the platform.</description>
        
    </item>
    <item>
        <dc:creator>Learn ASP.NET - Latest Content</dc:creator>
        <title>[TUTORIAL] 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>Learn ASP.NET - Latest Content</dc:creator>
        <title>[TUTORIAL] 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>Learn ASP.NET - Latest Content</dc:creator>
        <title>[WEBCAST] geekSpeak: Making SharePoint Not Look Like SharePoint</title>
        <link>http://www.asp.net/learn/rss.ashx/webcast-247.aspx</link>
        <pubDate>Sunday, 27 Jul 2008</pubDate>
        <description>The geekSpeak webcast series brings you industry experts in a &quot;talk-radio&quot; format hosted by Developer Evangelists from Microsoft. These experts share their knowledge and experience about a particular developer technology and are ready to answer your questions in real time during the webcast. &lt;br /&gt;&lt;br /&gt;Web sites based on Microsoft Office SharePoint Server are increasingly being used in public facing scenarios. But how do you make them look less like out-of-the-box SharePoint Server and more like a custom site? In this geekSpeak webcast, Paul Stork addresses issues around changing the look and feel of your SharePoint site to match your existing corporate branding. Bring your tough SharePoint questions for Paul.</description>
        
    </item>
</channel>
</rss>