<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with VS2008</title>
    <description>the latest stories tagged with 'VS2008' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Integrate FxCop with Visual Studio</title>
      <description>Step by step how to integrate FxCop with Visual Studio. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvkreynin.wordpress.com%2f2009%2f05%2f09%2fintegrate-fxcop-1-36-vs-2008%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvkreynin.wordpress.com%2f2009%2f05%2f09%2fintegrate-fxcop-1-36-vs-2008%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Integrate_FxCop_with_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Integrate_FxCop_with_Visual_Studio</guid>
      <pubDate>Sun, 10 May 2009 08:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Released Anti-XSS 3.0 Beta and CAT.NET CTP </title>
      <description>Some information and direct download links of Microsoft new security products for .NET developers: Anti-XSS 3.0 Beta and CAT.NET CTP . &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsharplife.net%2f2008%2f12%2f15%2fMicrosoftReleasedAntiXSS30BetaAndCATNETCTP.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsharplife.net%2f2008%2f12%2f15%2fMicrosoftReleasedAntiXSS30BetaAndCATNETCTP.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Microsoft_Released_Anti_XSS_3_0_Beta_and_CAT_NET_CTP</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Microsoft_Released_Anti_XSS_3_0_Beta_and_CAT_NET_CTP</guid>
      <pubDate>Mon, 15 Dec 2008 17:55:29 GMT</pubDate>
    </item>
    <item>
      <title>What's new for Entity Framework in the VS 2008 SP1?</title>
      <description>Between the Visual Studio 200 SP1 beta and RTM , there are a number of fixes and even a few new things to be found. What's in ADO.NET? Check out this list for what's new in the Entity Framework and Entity Designer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fadonet%2farchive%2f2008%2f08%2f11%2fwhat-s-new-in-the-vs-2008-sp1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fadonet%2farchive%2f2008%2f08%2f11%2fwhat-s-new-in-the-vs-2008-sp1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/What_s_new_for_Entity_Framework_in_the_VS_2008_SP1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/What_s_new_for_Entity_Framework_in_the_VS_2008_SP1</guid>
      <pubDate>Tue, 12 Aug 2008 20:58:49 GMT</pubDate>
    </item>
    <item>
      <title>New System.Data.SQLite with Experimental Support for LINQ</title>
      <description>A new version of System.Data.SQLite from sqlite.phxsoftware.com is available. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fxiirus.net%2farticles%2farticle-new-system_data_sqlite-with-experimental-support-for-linq-8j3aj.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fxiirus.net%2farticles%2farticle-new-system_data_sqlite-with-experimental-support-for-linq-8j3aj.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/New_System_Data_SQLite_with_Experimental_Support_for_LINQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/New_System_Data_SQLite_with_Experimental_Support_for_LINQ</guid>
      <pubDate>Tue, 01 Jul 2008 19:06:21 GMT</pubDate>
    </item>
    <item>
      <title>Building SSCLI20 (Rotor) in VS2008 </title>
      <description>The SSCLI 2.0 was released in March 2006, and the build scripts relied on VS 2005 to work.

With VS 2008, a number of things have changed, and SSCLI 2.0 doesn't build with it. 

I was undertaking the needed mods to the build scripts when I got lazy and decided to see if someone else did it already. Jeremy Kuhne was just this someone. He published the details of getting VS 2008 to build SSCLI on his blog.

I followed these meticulous instructions and made a few other changes and was able to get SSCLI to build and pass all the tests that could run on my machine.

Perhaps this diff will save you a few minutes of typing. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode.msdn.microsoft.com%2fBuildRotorInVS2008"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode.msdn.microsoft.com%2fBuildRotorInVS2008" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Building_SSCLI20_Rotor_in_VS2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Building_SSCLI20_Rotor_in_VS2008</guid>
      <pubDate>Fri, 06 Jun 2008 14:14:00 GMT</pubDate>
    </item>
    <item>
      <title>Downgrade a VS 2008 .sln or .csproj to VS 2005</title>
      <description>I just had to convert a Visual Studio 2008 Solution and Project to Visual Studio 2005. It is actually pretty straight forward. At least in my case... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fdowngrade-vs-2008-sln-or-csproj-to-vs-2005-project-solution%2f139.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fdowngrade-vs-2008-sln-or-csproj-to-vs-2005-project-solution%2f139.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Downgrade_a_VS_2008_sln_or_csproj_to_VS_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Downgrade_a_VS_2008_sln_or_csproj_to_VS_2005</guid>
      <pubDate>Tue, 26 Feb 2008 01:46:02 GMT</pubDate>
    </item>
    <item>
      <title>.Net FCL Source code Released</title>
      <description>Microsoft has released the source code for .Net FCL (Foundation class libraries). Now you can easily debug any method or class present in .Net Base libraries. This paves a very good way for the growth of applications and there by .Net. You wont be stuck up some where while using .net just because your application was malfunctioning because of some .Net library issue or you just want improve the way you use the library objects.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetscoups.blogspot.com%2f2008%2f01%2fnet-framework-library-source-code.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetscoups.blogspot.com%2f2008%2f01%2fnet-framework-library-source-code.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Net_FCL_Source_code_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Net_FCL_Source_code_Released</guid>
      <pubDate>Thu, 17 Jan 2008 19:07:43 GMT</pubDate>
    </item>
    <item>
      <title> Using VS 2008 to Create New ASP.NET 2.0 with ASP.NET AJAX 1.0 Project</title>
      <description>Handy guide from Scott Guthrie on how to open and maintain older ASP.NET &amp;amp; AJAX Projects (ASP.NET 2.0 with AJAX 1.0). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f01%2f03%2fusing-vs-2008-to-create-new-asp-net-2-0-with-asp-net-ajax-1-0-projects.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f01%2f03%2fusing-vs-2008-to-create-new-asp-net-2-0-with-asp-net-ajax-1-0-projects.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_VS_2008_to_Create_New_ASP_NET_2_0_with_ASP_NET_AJAX_1_0_Project</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_VS_2008_to_Create_New_ASP_NET_2_0_with_ASP_NET_AJAX_1_0_Project</guid>
      <pubDate>Mon, 07 Jan 2008 01:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Get a free copy Visual Studio 2008 Pro - REALLY!</title>
      <description>Its not very straightforward and not everyone may be able to get it, but MS is going to give full Visual Studio 2008 Pro licenses to those who attend any of the events that it is organizing. Its that simple. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fVisualStudio2008InstallFestPortlandEdition.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fVisualStudio2008InstallFestPortlandEdition.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Get_a_free_copy_Visual_Studio_2008_Pro_REALLY</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Get_a_free_copy_Visual_Studio_2008_Pro_REALLY</guid>
      <pubDate>Thu, 29 Nov 2007 01:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Windows Live Tools for Microsoft Visual Studio - November CTP</title>
      <description>Windows Live Tools for Microsoft Visual Studio are a set of control add-ins to make incorporating Windows Live services into your Web application easier with Visual Studio 2008 and Visual Web Developer 2008. 
This release (November CTP) of Windows Live Tools provides basic functionality associated with building websites using Windows Live Contacts, Windows Live ID authentication, LoginView and Silverlight streaming. This release also provides a project template for creating Windows Live website. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ifxplus.com%2fpost%2fWindows-Live-Tools-for-Microsoft-Visual-Studio---November-CTP.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ifxplus.com%2fpost%2fWindows-Live-Tools-for-Microsoft-Visual-Studio---November-CTP.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Windows_Live_Tools_for_Microsoft_Visual_Studio_November_CTP</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Windows_Live_Tools_for_Microsoft_Visual_Studio_November_CTP</guid>
      <pubDate>Thu, 08 Nov 2007 20:32:55 GMT</pubDate>
    </item>
    <item>
      <title>VS 2008 will Treat HTML, CSS Validation issues as Warnings</title>
      <description>You can have your error list only contain VB/C# code-related issues, and not be cluttered with a lot of markup problems. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f09%2f18%2fvs-2008-support-to-treat-html-css-and-jscript-validation-issues-as-warnings-instead-of-errors.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f09%2f18%2fvs-2008-support-to-treat-html-css-and-jscript-validation-issues-as-warnings-instead-of-errors.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/VS_2008_will_Treat_HTML_CSS_Validation_issues_as_Warnings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/VS_2008_will_Treat_HTML_CSS_Validation_issues_as_Warnings</guid>
      <pubDate>Wed, 19 Sep 2007 15:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Nested Master Pages in VS 2008</title>
      <description>A short example video of Nested Master Pages in Visual Studio 2008. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspnetpodcast.com%2fCS11%2fblogs%2fasp.net_podcast%2farchive%2f2007%2f08%2f22%2fasp-net-podcast-show-99-nested-master-pages-in-visual-studio-2008.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspnetpodcast.com%2fCS11%2fblogs%2fasp.net_podcast%2farchive%2f2007%2f08%2f22%2fasp-net-podcast-show-99-nested-master-pages-in-visual-studio-2008.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Nested_Master_Pages_in_VS_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Nested_Master_Pages_in_VS_2008</guid>
      <pubDate>Wed, 29 Aug 2007 08:31:02 GMT</pubDate>
    </item>
    <item>
      <title>VS 2008 Nested Master Page Support</title>
      <description>VS 2008 designer handles now nested Master Pages &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f07%2f09%2fvs-2008-nested-master-page-support.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f07%2f09%2fvs-2008-nested-master-page-support.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/VS_2008_Nested_Master_Page_Support</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/VS_2008_Nested_Master_Page_Support</guid>
      <pubDate>Mon, 09 Jul 2007 17:31:01 GMT</pubDate>
    </item>
  </channel>
</rss>