<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ASP.NET AJAX Team Blogs : Visual Studio</title><link>http://weblogs.asp.net/atlas-team/archive/tags/Visual+Studio/default.aspx</link><description>Tags: Visual Studio</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Microsoft AJAX CDN – Now with SSL Support</title><link>http://weblogs.asp.net/scottgu/archive/2009/11/29/microsoft-ajax-cdn-now-with-ssl-support.aspx</link><pubDate>Mon, 30 Nov 2009 01:55:34 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7266964</guid><dc:creator>ScottGu's Blog  : Atlas</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=7266964</wfw:commentRss><comments>http://weblogs.asp.net/scottgu/archive/2009/11/29/microsoft-ajax-cdn-now-with-ssl-support.aspx#comments</comments><description>Back in September I blogged about the new Microsoft AJAX CDN (Content Delivery Network) service that the ASP.NET team is now providing.&amp;#160; The CDN provides edge caching support for AJAX libraries (including jQuery and ASP.NET AJAX).&amp;#160; The service is available for free, does not require any registration, and can be used for both commercial and non-commercial purposes.&amp;#160; It offers a great way to speed up your external facing web-sites. SSL Support Now Provided One of the features in September that we said was coming (but which was not available at the initial launch) was SSL support for scripts served off of the CDN.&amp;#160; This is necessary for scenarios where you have SSL enabled pages on your site, and you want to reference a script...(&lt;a href="http://weblogs.asp.net/scottgu/archive/2009/11/29/microsoft-ajax-cdn-now-with-ssl-support.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7266964" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Atlas/default.aspx">Atlas</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Community+News/default.aspx">Community News</category></item><item><title>Announcing Microsoft Ajax Library (Preview 6) and the Microsoft Ajax Minifier</title><link>http://weblogs.asp.net/scottgu/archive/2009/10/15/announcing-microsoft-ajax-library-preview-6-and-the-microsoft-ajax-minifier.aspx</link><pubDate>Fri, 16 Oct 2009 06:48:09 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7231171</guid><dc:creator>ScottGu's Blog  : Atlas</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=7231171</wfw:commentRss><comments>http://weblogs.asp.net/scottgu/archive/2009/10/15/announcing-microsoft-ajax-library-preview-6-and-the-microsoft-ajax-minifier.aspx#comments</comments><description>The ASP.NET team today released a significant new update of the Microsoft Ajax Library (Preview 6).&amp;#160; This update includes a bunch of new capabilities and improvements to our client-side AJAX library, and can be used with any version of ASP.NET (including ASP.NET 2.0, 3.5 and 4.0), and can be used in both ASP.NET Web Forms and ASP.NET MVC projects.&amp;#160; Today’s release includes the following feature improvements: Better Imperative Syntax : A new, simplified, code syntax for creating client controls. Client Script Loader : A new client-side script loader that can dynamically load all of the JavaScript files required by a client control or library automatically, and executes the scripts in the right order. Better jQuery Integration : All...(&lt;a href="http://weblogs.asp.net/scottgu/archive/2009/10/15/announcing-microsoft-ajax-library-preview-6-and-the-microsoft-ajax-minifier.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7231171" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Atlas/default.aspx">Atlas</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Community+News/default.aspx">Community News</category></item><item><title>Announcing the Microsoft AJAX CDN</title><link>http://weblogs.asp.net/scottgu/archive/2009/09/15/announcing-the-microsoft-ajax-cdn.aspx</link><pubDate>Wed, 16 Sep 2009 06:46:17 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7207651</guid><dc:creator>ScottGu's Blog  : Atlas</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=7207651</wfw:commentRss><comments>http://weblogs.asp.net/scottgu/archive/2009/09/15/announcing-the-microsoft-ajax-cdn.aspx#comments</comments><description>Earlier today the ASP.NET team launched a new Microsoft Ajax CDN (Content Delivery Network) service that provides caching support for AJAX libraries (including jQuery and ASP.NET AJAX).&amp;#160; The service is available for free, does not require any registration, and can be used for both commercial and non-commercial purposes. What does a CDN provide? Content delivery networks (CDNs) are composed of &amp;quot;edge cache&amp;quot; servers that are strategically placed around the world at key Internet network points.&amp;#160; These &amp;quot;edge cache&amp;quot; servers can be used to cache and deliver all types of content – including images, videos, CSS and JavaScript files. Using a CDN can significantly improve a website&amp;#39;s end-user performance, since it enables...(&lt;a href="http://weblogs.asp.net/scottgu/archive/2009/09/15/announcing-the-microsoft-ajax-cdn.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7207651" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Atlas/default.aspx">Atlas</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Community+News/default.aspx">Community News</category></item><item><title>May 30th Links: ASP.NET, AJAX, ASP.NET MVC, Visual Studio</title><link>http://weblogs.asp.net/scottgu/archive/2009/05/30/may-30th-links-asp-net-ajax-asp-net-mvc-visual-studio.aspx</link><pubDate>Sat, 30 May 2009 22:39:50 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7103072</guid><dc:creator>ScottGu's Blog : Atlas</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=7103072</wfw:commentRss><comments>http://weblogs.asp.net/scottgu/archive/2009/05/30/may-30th-links-asp-net-ajax-asp-net-mvc-visual-studio.aspx#comments</comments><description>Here is the latest in my link-listing series .&amp;#160; Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I&amp;#39;ve done myself in the past.&amp;#160; You can also now follow me on twitter ( @realscottgu ) where I also post links and small posts. ASP.NET Using ASP.NET 3.5’s ListView and DataPager Controls to Delete Data : Scott Mitchell continues his excellent tutorial series on the ASP.NET ListView control. In this article he discusses how to handle deleting data with it. ASP.NET ListView: Displaying Hierarchical Data : Adam Pooler writes about how to use the ASP.NET ListView control to display hierarchical data within a web page. ELMAH: Error Logging Module and Handlers for ASP.NET...(&lt;a href="http://weblogs.asp.net/scottgu/archive/2009/05/30/may-30th-links-asp-net-ajax-asp-net-mvc-visual-studio.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7103072" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Atlas/default.aspx">Atlas</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/MVC/default.aspx">MVC</category></item><item><title>jQuery Intellisense in VS 2008</title><link>http://weblogs.asp.net/scottgu/archive/2008/11/21/jquery-intellisense-in-vs-2008.aspx</link><pubDate>Fri, 21 Nov 2008 10:07:17 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6749216</guid><dc:creator>ScottGu's Blog : Atlas</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=6749216</wfw:commentRss><comments>http://weblogs.asp.net/scottgu/archive/2008/11/21/jquery-intellisense-in-vs-2008.aspx#comments</comments><description>Last month I blogged about how Microsoft is extending support for jQuery .&amp;#160; Over the last few weeks we&amp;#39;ve been working with the jQuery team to add great jQuery intellisense support within Visual Studio 2008 and Visual Web Developer 2008 Express (which is free).&amp;#160; This is now available to download and use. Steps to Enable jQuery Intellisense in VS 2008 To enable intellisense completion for jQuery within VS you&amp;#39;ll want to follow three steps: Step 1: Install VS 2008 SP1 VS 2008 SP1 adds richer JavaScript intellisense support to Visual Studio, and adds code completion support for a broad range of JavaScript libraries. You can download VS 2008 SP1 and Visual Web Developer 2008 Express SP1 here . Step 2: Install VS 2008 Patch KB958502...(&lt;a href="http://weblogs.asp.net/scottgu/archive/2008/11/21/jquery-intellisense-in-vs-2008.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6749216" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Atlas/default.aspx">Atlas</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Community+News/default.aspx">Community News</category></item><item><title>jQuery and Microsoft</title><link>http://weblogs.asp.net/scottgu/archive/2008/09/28/jquery-and-microsoft.aspx</link><pubDate>Sun, 28 Sep 2008 18:32:31 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6645690</guid><dc:creator>ScottGu's Blog : Atlas</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=6645690</wfw:commentRss><comments>http://weblogs.asp.net/scottgu/archive/2008/09/28/jquery-and-microsoft.aspx#comments</comments><description>jQuery is a lightweight open source JavaScript library (only 15kb in size) that in a relatively short span of time has become one of the most popular libraries on the web. A big part of the appeal of jQuery is that it allows you to elegantly (and efficiently) find and manipulate HTML elements with minimum lines of code.&amp;#160; jQuery supports this via a nice &amp;quot;selector&amp;quot; API that allows developers to query for HTML elements, and then apply &amp;quot;commands&amp;quot; to them.&amp;#160; One of the characteristics of jQuery commands is that they can be &amp;quot;chained&amp;quot; together - so that the result of one command can feed into another.&amp;#160; jQuery also includes a built-in set of animation APIs that can be used as commands.&amp;#160; The combination...(&lt;a href="http://weblogs.asp.net/scottgu/archive/2008/09/28/jquery-and-microsoft.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6645690" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Atlas/default.aspx">Atlas</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Community+News/default.aspx">Community News</category></item><item><title>FOLLOW UP: Developer Dinner on .NET Framework 3.5 SP1</title><link>http://blogs.msdn.com/publicsector/archive/2008/08/21/follow-up-developer-dinner-on-net-framework-3-5-sp1.aspx</link><pubDate>Thu, 21 Aug 2008 15:22:40 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6548446</guid><dc:creator>Public Sector Developer Weblog : AJAX</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=6548446</wfw:commentRss><comments>http://blogs.msdn.com/publicsector/archive/2008/08/21/follow-up-developer-dinner-on-net-framework-3-5-sp1.aspx#comments</comments><description>Thanks to everyone who attended!&amp;#160; You can download the deck and links to the code here: Normally, I make my actual demo code available for download.&amp;#160; However, this time around, my demo code was based on the .NET 3.5 Enhancements Training Kit.&amp;#160; I blogged about it here: http://blogs.msdn.com/devkeydet/archive/2008/08/18/free-training-on-net-framework-3-5-sp1-and-asp-net-mvc.aspx The kit has everything I showed in my demos and more!&amp;#160; I also promised to link to a bunch of good content out there on the various topics. General MSDN -&amp;gt; Data Platform Development &amp;#8220;How Do I?&amp;#8221; Videos &amp;#8212; Data Platform Development ADO.NET Entity Framework MSDN Library -&amp;gt; ADO.NET Entity Framework ADO.NET Team Blog Entity Framework...(&lt;a href="http://blogs.msdn.com/publicsector/archive/2008/08/21/follow-up-developer-dinner-on-net-framework-3-5-sp1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6548446" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Ajax/default.aspx">Ajax</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/LINQ/default.aspx">LINQ</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Windows+Communication+Foundation+_2800_WCF_2900_/default.aspx">Windows Communication Foundation (WCF)</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Windows+Presentation+Foundation+_2800_WPF_2900_/default.aspx">Windows Presentation Foundation (WPF)</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ADO.NET/default.aspx">ADO.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/WPF/default.aspx">WPF</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/WCF/default.aspx">WCF</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/.NET+Framework+3.5/default.aspx">.NET Framework 3.5</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/.NET+Framework/default.aspx">.NET Framework</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET+3.5/default.aspx">ASP.NET 3.5</category></item><item><title>Free training on .NET Framework 3.5 SP1 and ASP.NET MVC</title><link>http://blogs.msdn.com/publicsector/archive/2008/08/18/free-training-on-net-framework-3-5-sp1-and-asp-net-mvc.aspx</link><pubDate>Mon, 18 Aug 2008 18:25:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6535527</guid><dc:creator>Public Sector Developer Weblog : AJAX</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=6535527</wfw:commentRss><comments>http://blogs.msdn.com/publicsector/archive/2008/08/18/free-training-on-net-framework-3-5-sp1-and-asp-net-mvc.aspx#comments</comments><description>Looking for free introductory training on the .NET 3.5 SP1 &amp;amp; ASP.NET MVC?&amp;#160; Head over to Jonathan Carter&amp;#39;s blog to get all the details on the .NET 3.5 Enhancements Training Kit RTM .&amp;#160; What will you find?&amp;#160; Information and links to download a kit that has presentations, demos, and labs covering what&amp;#39;s new in ASP.NET AJAX, ASP.NET Routing, ASP.NET MVC, ASP.NET Dynamic Data, ADO.NET Data Services, ADO.NET Entity Framework, WCF, and Visual Studio 2008 SP1.&amp;#160; If you&amp;#39;ve seen any of my 3.5 SP1 or my older &amp;quot;ASP.NET Futures&amp;quot; presentations, then you are already familiar with some of the content in the kit.&amp;#160; I used an early release of the kit as the foundation for some of my demos.&amp;#160; The kit has come...(&lt;a href="http://blogs.msdn.com/publicsector/archive/2008/08/18/free-training-on-net-framework-3-5-sp1-and-asp-net-mvc.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6535527" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Ajax/default.aspx">Ajax</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/LINQ/default.aspx">LINQ</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Windows+Communication+Foundation+_2800_WCF_2900_/default.aspx">Windows Communication Foundation (WCF)</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Windows+Presentation+Foundation+_2800_WPF_2900_/default.aspx">Windows Presentation Foundation (WPF)</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ADO.NET/default.aspx">ADO.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/WCF/default.aspx">WCF</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/.NET+Framework+3.5/default.aspx">.NET Framework 3.5</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET+3.5/default.aspx">ASP.NET 3.5</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/MVC/default.aspx">MVC</category></item><item><title>May 20th Links: ASP.NET, ASP.NET AJAX, .NET, Visual Studio, Silverlight, WPF</title><link>http://weblogs.asp.net/scottgu/archive/2008/05/20/may-20th-links-asp-net-asp-net-ajax-net-visual-studio-silverlight-wpf.aspx</link><pubDate>Wed, 21 May 2008 05:02:44 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6206503</guid><dc:creator>ScottGu's Blog : Atlas</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=6206503</wfw:commentRss><comments>http://weblogs.asp.net/scottgu/archive/2008/05/20/may-20th-links-asp-net-asp-net-ajax-net-visual-studio-silverlight-wpf.aspx#comments</comments><description>Apologies for the sparseness of my posting the last few weeks - work and life have been busy here lately.&amp;#160; Below is a new post in my link-listing series to help kick things up a little.&amp;#160; Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I&amp;#39;ve done myself in the past. ASP.NET Bulk Inserting Data with the ListView Control : Matt Berseth continues his awesome posts with one that shows how to handle bulk-editing of data using the ASP.NET ListView control in .NET 3.5. Master-Detail with the GridView, DetailsView, and ModalPopup Controls : Another great post from Matt that describes how to cleanly handle a common data entry scenario. Creating Great Thumbnail Images in...(&lt;a href="http://weblogs.asp.net/scottgu/archive/2008/05/20/may-20th-links-asp-net-asp-net-ajax-net-visual-studio-silverlight-wpf.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6206503" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Atlas/default.aspx">Atlas</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/LINQ/default.aspx">LINQ</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/WPF/default.aspx">WPF</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Link+Listing/default.aspx">Link Listing</category></item><item><title>FOLLOW UP: Public Sector Developer Conference (Downers Grove, IL)</title><link>http://blogs.msdn.com/publicsector/archive/2008/05/16/follow-up-public-sector-developer-conference-downers-grove-il.aspx</link><pubDate>Fri, 16 May 2008 14:54:05 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6195932</guid><dc:creator>Public Sector Developer Weblog : AJAX</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=6195932</wfw:commentRss><comments>http://blogs.msdn.com/publicsector/archive/2008/05/16/follow-up-public-sector-developer-conference-downers-grove-il.aspx#comments</comments><description>Thanks to everyone who attended!&amp;#160; Here are the links to the decks and code for the sessions.&amp;#160; I don&amp;#39;t have the content from the LINQ &amp;amp; VSTO sessions yet, but will update this post when I get them.&amp;#160; However, I did promise to have a post up this morning. How Visual Studio Team System 2008 will benefit your organization? - deck Language Integrated Query (LINQ) Overview of the .NET Framework 3.5 SP1 &amp;amp; ASP.NET MVC - deck , resources , code (links to a post explaining how to get the code I based me demos on) Office Development with VSTO&amp;#160; and Office Open XML Format If you are interested in other content, I have a list of recorded webcasts in My Recorded Webcasts list.&amp;#160; There is a session similar to Joel&amp;#39;s LINQ...(&lt;a href="http://blogs.msdn.com/publicsector/archive/2008/05/16/follow-up-public-sector-developer-conference-downers-grove-il.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6195932" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Ajax/default.aspx">Ajax</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/LINQ/default.aspx">LINQ</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Windows+Communication+Foundation+_2800_WCF_2900_/default.aspx">Windows Communication Foundation (WCF)</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Windows+Presentation+Foundation+_2800_WPF_2900_/default.aspx">Windows Presentation Foundation (WPF)</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Office+Development/default.aspx">Office Development</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ADO.NET/default.aspx">ADO.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/WPF/default.aspx">WPF</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/WCF/default.aspx">WCF</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/.NET+Framework+3.5/default.aspx">.NET Framework 3.5</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/.NET+Framework/default.aspx">.NET Framework</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET+3.5/default.aspx">ASP.NET 3.5</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/MVC/default.aspx">MVC</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/vsto/default.aspx">vsto</category></item><item><title>UPDATED WORKAROUND: Intellisense for page level map variables using the Virtual Earth JavaScript Intellisense Helper</title><link>http://blogs.msdn.com/publicsector/archive/2008/05/02/updated-workaround-intellisense-for-page-level-map-variables-using-the-virtual-earth-javascript-intellisense-helper.aspx</link><pubDate>Fri, 02 May 2008 14:58:28 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6150940</guid><dc:creator>Public Sector Developer Weblog : AJAX</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=6150940</wfw:commentRss><comments>http://blogs.msdn.com/publicsector/archive/2008/05/02/updated-workaround-intellisense-for-page-level-map-variables-using-the-virtual-earth-javascript-intellisense-helper.aspx#comments</comments><description>So I have been playing around with other approaches to the workaround described here .&amp;#160; The first thing I tried was: &amp;#160; On the surface, this seemed like a reasonable workaround.&amp;#160; However, there were still some scenarios where JavaScript errors would pop up.&amp;#160; For example, switching to 3D mode would cause the map control to raise an error: &amp;#160; A similar error would happen when you close the browser.&amp;#160; One could argue this annoyance is a small price to pay for JavaScript Intellisense for the map control:).&amp;#160; However, it is still very annoying.&amp;#160; Good news!&amp;#160; There&amp;#39;s a better workaround.&amp;#160; I don&amp;#39;t know why I didn&amp;#39;t think of this earlier:).&amp;#160; The idea is to move the page level map variable...(&lt;a href="http://blogs.msdn.com/publicsector/archive/2008/05/02/updated-workaround-intellisense-for-page-level-map-variables-using-the-virtual-earth-javascript-intellisense-helper.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6150940" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Ajax/default.aspx">Ajax</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Virtual+Earth/default.aspx">Virtual Earth</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET+3.5/default.aspx">ASP.NET 3.5</category></item><item><title>NEW RELEASE: Virtual Earth JavaScript Intellisense Helper</title><link>http://blogs.msdn.com/publicsector/archive/2008/04/17/new-release-virtual-earth-javascript-intellisense-helper.aspx</link><pubDate>Thu, 17 Apr 2008 15:13:43 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6106883</guid><dc:creator>Public Sector Developer Weblog : AJAX</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=6106883</wfw:commentRss><comments>http://blogs.msdn.com/publicsector/archive/2008/04/17/new-release-virtual-earth-javascript-intellisense-helper.aspx#comments</comments><description>I am happy to announce that we have a new release of the Virtual Earth JavaScript Intellisense Helper to bring Intellisense in sync with the new Virtual Earth Map Control 6.1 .&amp;#160; In addition to 6.1 compatibility, we also made the following enhancements: Consolidated all scripts into a single VEJavaScriptIntellisenseHelper.js file for better portability Updated Default.aspx to point to the 6.1 Map Control Updated Default.aspx.js to explain how to get intellisense everywhere for a page level map variable Added a readme.txt with history The quick turnaround is a huge testament to the hard work of the devs on this project.&amp;#160; Although I spent a good set of hours coordinating, writing a little bit of code, and &amp;quot;building&amp;quot; this release...(&lt;a href="http://blogs.msdn.com/publicsector/archive/2008/04/17/new-release-virtual-earth-javascript-intellisense-helper.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6106883" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Ajax/default.aspx">Ajax</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Virtual+Earth/default.aspx">Virtual Earth</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category></item><item><title>FOLLOW UP: Public Sector Developer Conference (Washington, DC)</title><link>http://blogs.msdn.com/publicsector/archive/2008/04/03/follow-up-public-sector-developer-conference-washington-dc.aspx</link><pubDate>Thu, 03 Apr 2008 15:15:04 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6062953</guid><dc:creator>Public Sector Developer Weblog : AJAX</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=6062953</wfw:commentRss><comments>http://blogs.msdn.com/publicsector/archive/2008/04/03/follow-up-public-sector-developer-conference-washington-dc.aspx#comments</comments><description>Thanks to everyone who attended!&amp;#160; Here are the links to the decks and code for the sessions.&amp;#160; I don&amp;#39;t have the content from the LINQ session yet, but will update this post when I get it.&amp;#160; However, I did promise to have a post up this morning. The Benefits of Visual Studio Team System to Your Organization - deck What&amp;#39;s New in Windows Communication Foundation (WCF) and Windows Workflow (WF) in Visual Studio 2008 &amp;amp; the .NET Framework 3.5 - deck , code Data Access with Language Integrated Query Building Rich Internet Applications Using Microsoft Silverlight 2.0 - deck , code If you are interested in some additional sessions on LINQ &amp;amp; Workflow Services, I have a list of recorded webcasts in My Recorded Webcasts list...(&lt;a href="http://blogs.msdn.com/publicsector/archive/2008/04/03/follow-up-public-sector-developer-conference-washington-dc.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6062953" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Ajax/default.aspx">Ajax</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/LINQ/default.aspx">LINQ</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Windows+Communication+Foundation+_2800_WCF_2900_/default.aspx">Windows Communication Foundation (WCF)</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Windows+Presentation+Foundation+_2800_WPF_2900_/default.aspx">Windows Presentation Foundation (WPF)</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Windows+Workflow+Foundation+_2800_WF_2900_/default.aspx">Windows Workflow Foundation (WF)</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/WF/default.aspx">WF</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ADO.NET/default.aspx">ADO.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/WCF/default.aspx">WCF</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/.NET+Framework+3.5/default.aspx">.NET Framework 3.5</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/.NET+Framework/default.aspx">.NET Framework</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET+3.5/default.aspx">ASP.NET 3.5</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/sql+server/default.aspx">sql server</category></item><item><title>UPDATE: New Virtual Earth JavaScript Intellisense Helper release</title><link>http://blogs.msdn.com/publicsector/archive/2008/03/28/update-new-virtual-earth-javascript-intellisense-helper-release.aspx</link><pubDate>Fri, 28 Mar 2008 15:33:56 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6041875</guid><dc:creator>Public Sector Developer Weblog : AJAX</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=6041875</wfw:commentRss><comments>http://blogs.msdn.com/publicsector/archive/2008/03/28/update-new-virtual-earth-javascript-intellisense-helper-release.aspx#comments</comments><description>One of our team members found a bug.&amp;#160; We fixed it and created a new release today.&amp;#160; Bug details and release download are available at http://www.codeplex.com/VEJS/Release/ProjectReleases.aspx?ReleaseId=12065 . We are ramping up for our next release.&amp;#160; If you are interested in what we are planning on doing/fixing, then please visit http://www.codeplex.com/VEJS/WorkItem/List.aspx .&amp;#160; Make sure you sort by open issues.&amp;#160; Please let us know if you have found any bugs in the helper or have any suggestions for the next release.&amp;#160; You can add work items to our list.&amp;#160; You can even vote on work items.&amp;#160; Let your voice be heard:)! Technorati Tags: ajax , virtual earth , visual studio Read More......(&lt;a href="http://blogs.msdn.com/publicsector/archive/2008/03/28/update-new-virtual-earth-javascript-intellisense-helper-release.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6041875" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Ajax/default.aspx">Ajax</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Virtual+Earth/default.aspx">Virtual Earth</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category></item><item><title>March 28th Links: ASP.NET, ASP.NET AJAX, ASP.NET MVC, Visual Studio, Silverlight, .NET</title><link>http://weblogs.asp.net/scottgu/archive/2008/03/28/march-28th-links-asp-net-asp-net-ajax-asp-net-mvc-visual-studio-silverlight-net.aspx</link><pubDate>Fri, 28 Mar 2008 08:08:18 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6040146</guid><dc:creator>ScottGu's Blog : Atlas</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/atlas-team/rsscomments.aspx?PostID=6040146</wfw:commentRss><comments>http://weblogs.asp.net/scottgu/archive/2008/03/28/march-28th-links-asp-net-asp-net-ajax-asp-net-mvc-visual-studio-silverlight-net.aspx#comments</comments><description>Here is the latest in my link-listing series .&amp;#160; Also check out my ASP.NET Tips, Tricks and Tutorials page for links to popular articles I&amp;#39;ve done myself in the past. ASP.NET Three New ASP.NET Security Tutorials Now Available : Scott Mitchell continues his great ASP.NET security tutorials . These three new ones cover creating and managing roles, assigning roles to users, and implementing role based authorization.&amp;#160; You can also find more security articles by reading posts on my blog tagged with security . .NET Libraries to Digg, Flickr, Facebook, YouTube, Twitter, and other Web 2.0 APIs : Scott Hanselman&amp;#39;s latest &amp;quot;weekly source code&amp;quot; review looks at .NET APIs that you can use to call popular web 2.0 services. Hangs...(&lt;a href="http://weblogs.asp.net/scottgu/archive/2008/03/28/march-28th-links-asp-net-asp-net-ajax-asp-net-mvc-visual-studio-silverlight-net.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6040146" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/atlas-team/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Atlas/default.aspx">Atlas</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/Link+Listing/default.aspx">Link Listing</category><category domain="http://weblogs.asp.net/atlas-team/archive/tags/MVC/default.aspx">MVC</category></item></channel></rss>