<?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>Pascal's blog &#187; dotNet</title>
	<atom:link href="http://blog.dreamdevil.com/index.php/tag/dot-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dreamdevil.com</link>
	<description></description>
	<lastBuildDate>Tue, 02 Feb 2010 13:21:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>.NET Framework source code is now available</title>
		<link>http://blog.dreamdevil.com/index.php/2008/01/17/dotnet_framework_source_code_available/</link>
		<comments>http://blog.dreamdevil.com/index.php/2008/01/17/dotnet_framework_source_code_available/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 13:00:43 +0000</pubDate>
		<dc:creator>Pascal</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Web Link]]></category>
		<category><![CDATA[dotNet]]></category>

		<guid isPermaLink="false">http://192.168.10.130/?p=6</guid>
		<description><![CDATA[Microsoft as made the .NET framework source code available. The interesting part is that you can configure Visual Studio 2008 to support stepping into the .NET Framework&#8217;s code automatically while debugging.
Instructions on how to setup Visual Studio 2008 are available from Shawn Burk&#8217;s blog here:
Configuring Visual Studio to Debug .NET Framework Source Code
If you do not [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft as made the .NET framework source code available. The interesting part is that you can configure Visual Studio 2008 to support stepping into the .NET Framework&#8217;s code automatically while debugging.</p>
<p>Instructions on how to setup Visual Studio 2008 are available from <a title="Shawn Burk's blog" href="http://http://blogs.msdn.com/sburke/" target="_blank">Shawn Burk&#8217;s blog</a> here:<br />
<a title="Configuring Visual Studio to Debug .NET Framework Source Code" href="http://http://blogs.msdn.com/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx" target="_blank">Configuring Visual Studio to Debug .NET Framework Source Code</a></p>
<p>If you do not have Visual Studio 2008 or you just want to download the code for viewing&#8230; well, you will need to wait:</p>
<p>from Shawn&#8217;s blog post:</p>
<blockquote><p><strong>10) Can I just download all of the code at once?</strong><br />
Not currently, but we are currently working on enabling this functionality in the future.</p>
<p><strong>14) Can I point a web browser at the symbols URL and download the symbols directly?</strong><br />
No, you&#8217;ll get an HTTP 400 (Bad Request) response.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.dreamdevil.com/index.php/2008/01/17/dotnet_framework_source_code_available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC Framework &#8211; Links</title>
		<link>http://blog.dreamdevil.com/index.php/2008/01/09/aspnet_mvc_framework_links/</link>
		<comments>http://blog.dreamdevil.com/index.php/2008/01/09/aspnet_mvc_framework_links/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 13:00:03 +0000</pubDate>
		<dc:creator>Pascal</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Web Link]]></category>
		<category><![CDATA[dotNet]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://192.168.10.130/?p=3</guid>
		<description><![CDATA[Here is a series of posts from ScottGu&#8217;s blog about the new ASP.NET MVC Framework.  That seems pretty interesting&#8230;

Part 1 &#8211; Introduction
Part 2 &#8211; URL Routing
Part 3 &#8211; Passing ViewData from Controllers to Views
Part 4 &#8211; Handling Form Edit and Post Scenarios

]]></description>
			<content:encoded><![CDATA[<p>Here is a series of posts from ScottGu&#8217;s blog about the new ASP.NET MVC Framework.  That seems pretty interesting&#8230;</p>
<ul>
<li><a title="Part 1 - Introduction" href="http://weblogs.asp.net/scottgu/archive/2007/11/13/asp-net-mvc-framework-part-1.aspx" target="_blank">Part 1 &#8211; Introduction</a></li>
<li><a title="Part 2 - URL Routing" href="http://weblogs.asp.net/scottgu/archive/2007/12/03/asp-net-mvc-framework-part-2-url-routing.aspx" target="_blank">Part 2 &#8211; URL Routing</a></li>
<li><a title="Part 3 - Passing ViewData from Controllers to Views" href="http://weblogs.asp.net/scottgu/archive/2007/12/06/asp-net-mvc-framework-part-3-passing-viewdata-from-controllers-to-views.aspx" target="_blank">Part 3 &#8211; Passing ViewData from Controllers to Views</a></li>
<li><a title="Part 4 - Handling Form Edit and Post Scenarios" href="http://weblogs.asp.net/scottgu/archive/2007/12/09/asp-net-mvc-framework-part-4-handling-form-edit-and-post-scenarios.aspx" target="_blank">Part 4 &#8211; Handling Form Edit and Post Scenarios</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.dreamdevil.com/index.php/2008/01/09/aspnet_mvc_framework_links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2008 and .NET Framework 3.5 Training Kit</title>
		<link>http://blog.dreamdevil.com/index.php/2008/01/08/vs2008_dotnet_framework_3_5_trainingkit/</link>
		<comments>http://blog.dreamdevil.com/index.php/2008/01/08/vs2008_dotnet_framework_3_5_trainingkit/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 18:00:55 +0000</pubDate>
		<dc:creator>Pascal</dc:creator>
				<category><![CDATA[Web Link]]></category>
		<category><![CDATA[dotNet]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>

		<guid isPermaLink="false">http://192.168.10.130/?p=4</guid>
		<description><![CDATA[Here is a link to Microsoft Visual Studio 2008 training kit that contains a bunch of information, examples and labs (it&#8217;s about 120MB download).  Good to discover and try the new features of VS and the new framework.
Note: Check minimum system requirements first (only for labs).
Link: Visual Studio 2008 and .NET Framework 3.5 Training Kit
]]></description>
			<content:encoded><![CDATA[<p>Here is a link to Microsoft Visual Studio 2008 training kit that contains a bunch of information, examples and labs (it&#8217;s about 120MB download).  Good to discover and try the new features of VS and the new framework.</p>
<p>Note: Check minimum system requirements first (only for labs).</p>
<p>Link: <a title="Visual Studio 2008 and .NET Framework 3.5 Training Kit" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=8bdaa836-0bba-4393-94db-6c3c4a0c98a1&amp;DisplayLang=en" target="_blank">Visual Studio 2008 and .NET Framework 3.5 Training Kit</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dreamdevil.com/index.php/2008/01/08/vs2008_dotnet_framework_3_5_trainingkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
