<?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>aspnet-ajax</title><link>http://weblogs.asp.net/aspnet-ajax/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Windows Web Applications: Objects, Inheritance, and Mixins</title><link>http://feedproxy.google.com/~r/StephenWalther/~3/Wq8_95cHu4w/windows-web-applications-objects-inheritance-and-mixins.aspx</link><pubDate>Wed, 22 Feb 2012 00:17:33 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8303988</guid><dc:creator>Stephen Walther</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-ajax/rsscomments.aspx?PostID=8303988</wfw:commentRss><comments>http://feedproxy.google.com/~r/StephenWalther/~3/Wq8_95cHu4w/windows-web-applications-objects-inheritance-and-mixins.aspx#comments</comments><description>The goal of this blog entry is to explain how you can create new JavaScript objects when building a Windows Web Application. You learn how to use the WinJS.Class.define(), WinJS.Class.derive(), and WinJS.Class.mix() methods. All three methods are standard methods of the WinJS library. Before we discuss these three methods, we first do a quick review [...] Read More......(&lt;a href="http://feedproxy.google.com/~r/StephenWalther/~3/Wq8_95cHu4w/windows-web-applications-objects-inheritance-and-mixins.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8303988" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/Windows+Web+Applications/default.aspx">Windows Web Applications</category></item><item><title>ASP.NET MVC + Selenium + IISExpress</title><link>http://feedproxy.google.com/~r/StephenWalther/~3/WiMe-WdAPBg/asp-net-mvc-selenium-iisexpress.aspx</link><pubDate>Thu, 22 Dec 2011 20:11:55 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8155745</guid><dc:creator>Stephen Walther on ASP.NET</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-ajax/rsscomments.aspx?PostID=8155745</wfw:commentRss><comments>http://feedproxy.google.com/~r/StephenWalther/~3/WiMe-WdAPBg/asp-net-mvc-selenium-iisexpress.aspx#comments</comments><description>The goal of this blog entry is to explain how you can create integration tests for ASP.NET MVC applications by using a combination of Selenium WebDriver and IISExpress. Integration tests are useful when you want to test an entire user story. For example, you might want to test whether a user can successfully add an item to a shopping cart. Adding an item to a shopping cart might require the execution of C# code, database code, and JavaScript code. Using an integration test, you can verify that the entire process of buying an item from your website works. Typically, an integration test is contrasted with a unit test . A unit test is used to test a unit of code in isolation. A unit test is typically used to verify the behavior of a single method...(&lt;a href="http://feedproxy.google.com/~r/StephenWalther/~3/WiMe-WdAPBg/asp-net-mvc-selenium-iisexpress.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8155745" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/JavaScript/default.aspx">JavaScript</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/AJAX/default.aspx">AJAX</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/jQuery/default.aspx">jQuery</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ASP.NET+MVC/default.aspx">ASP.NET MVC</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/TDD/default.aspx">TDD</category></item><item><title>Ajax Control Toolkit November 2011 Release</title><link>http://feedproxy.google.com/~r/StephenWalther/~3/DQTtPXIospM/ajax-control-toolkit-november-2011-release.aspx</link><pubDate>Thu, 17 Nov 2011 03:48:29 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8060891</guid><dc:creator>Stephen Walther on ASP.NET</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-ajax/rsscomments.aspx?PostID=8060891</wfw:commentRss><comments>http://feedproxy.google.com/~r/StephenWalther/~3/DQTtPXIospM/ajax-control-toolkit-november-2011-release.aspx#comments</comments><description>I’m happy to announce the November 2011 Release of the Ajax Control Toolkit. This release introduces a new Balloon Popup control and several enhancements to the existing Tabs control including support for on-demand loading of tab content, support for vertical tabs, and support for keyboard tab navigation. We also fixed the top-voted bugs associated with the Tabs control reported at CodePlex.com. You can download the new release by visiting the CodePlex website: http://AjaxControlToolkit.CodePlex.com Alternatively, the fast and easy way to get the latest release of the Ajax Control Toolkit is to use NuGet . Open your Library Package Manager console in Visual Studio 2010 and type: After you install the Ajax Control Toolkit through NuGet, please...(&lt;a href="http://feedproxy.google.com/~r/StephenWalther/~3/DQTtPXIospM/ajax-control-toolkit-november-2011-release.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8060891" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/JavaScript/default.aspx">JavaScript</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/AJAX/default.aspx">AJAX</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ACT/default.aspx">ACT</category></item><item><title>ASP.NET Connections Fall 2011 Slides and Code</title><link>http://feedproxy.google.com/~r/StephenWalther/~3/rjAreCcDge8/asp-net-connections-fall-2011-slides-and-code.aspx</link><pubDate>Mon, 07 Nov 2011 02:00:39 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8036510</guid><dc:creator>Stephen Walther on ASP.NET</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-ajax/rsscomments.aspx?PostID=8036510</wfw:commentRss><comments>http://feedproxy.google.com/~r/StephenWalther/~3/rjAreCcDge8/asp-net-connections-fall-2011-slides-and-code.aspx#comments</comments><description>Thanks everyone who came to my talks at ASP.NET Connections in Las Vegas! There was a definite theme to my talks this year…taking advantage of JavaScript to build a rich presentation layer. I gave the following three talks: JsRender Templates – Originally, I was scheduled to give a talk on jQuery Templates. However, jQuery Templates has been deprecated and JsRender is the new technology which replaces jQuery Templates. In the talk, I give plenty of code samples of using JsRender. You can download the slides and code samples RIGHT HERE HTML5 – In this talk, I focused on the features of HTML5 which are the most interesting to developers building database-driven Web applications. In particular, I discussed Web Sockets, Web workers, Web Storage...(&lt;a href="http://feedproxy.google.com/~r/StephenWalther/~3/rjAreCcDge8/asp-net-connections-fall-2011-slides-and-code.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8036510" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/JavaScript/default.aspx">JavaScript</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/jQuery/default.aspx">jQuery</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ACT/default.aspx">ACT</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/Talks/default.aspx">Talks</category></item><item><title>September 2011 Release of the Ajax Control Toolkit</title><link>http://feedproxy.google.com/~r/StephenWalther/~3/1UWSpC91gXk/september-2011-release-of-the-ajax-control-toolkit.aspx</link><pubDate>Tue, 27 Sep 2011 21:28:43 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7968004</guid><dc:creator>Stephen Walther on ASP.NET</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-ajax/rsscomments.aspx?PostID=7968004</wfw:commentRss><comments>http://feedproxy.google.com/~r/StephenWalther/~3/1UWSpC91gXk/september-2011-release-of-the-ajax-control-toolkit.aspx#comments</comments><description>I’m happy to announce the release of the September 2011 Ajax Control Toolkit. This release has several important new features including: Date ranges – When using the Calendar extender, you can specify a start and end date and a user can pick only those dates which fall within the specified range. This was the fourth top-voted feature request for the Ajax Control Toolkit at CodePlex. Twitter Control – You can use the new Twitter control to display recent tweets associated with a particular Twitter user or tweets which match a search query. Gravatar Control – You can use the new Gravatar control to display a unique image for each user of your website. Users can upload custom images to the Gravatar.com website or the Gravatar control can display...(&lt;a href="http://feedproxy.google.com/~r/StephenWalther/~3/1UWSpC91gXk/september-2011-release-of-the-ajax-control-toolkit.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7968004" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/AJAX/default.aspx">AJAX</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ACT/default.aspx">ACT</category></item><item><title>New Tools and New Content - ASP.NET, Visual Studio 11 Web and .NET 4.5 Developer Preview (with commentary)</title><link>http://www.hanselman.com/blog/NewToolsAndNewContentASPNETVisualStudio11WebAndNET45DeveloperPreviewWithCommentary.aspx</link><pubDate>Fri, 16 Sep 2011 21:22:59 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7955166</guid><dc:creator>Scott Hanselman - ASP.NET Ajax</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-ajax/rsscomments.aspx?PostID=7955166</wfw:commentRss><comments>http://www.hanselman.com/blog/NewToolsAndNewContentASPNETVisualStudio11WebAndNET45DeveloperPreviewWithCommentary.aspx#comments</comments><description>While all of you Build attendees are making me feel bad because you have a fancy Tablet and I don&amp;#39;t (sell me yours!) the folks over here in the &amp;quot;Angle Brackets Team&amp;quot; (I&amp;#39;m trying out some new names. One will stick.) have been busy. Here is a summary of all the items from our team that have been announced and shown at Build this week, all of this will be publicly available today (9/16) along with a some narrative and asides from yours truly. They are listening One of the things I am am personally enjoying in working daily with this build of Visual Studio is that there&amp;#39;s dozens (hundreds) of little &amp;quot;mental speed bumps&amp;quot; that are smoothed over. A lot of thought was put into workflow and common scenarios in order to...(&lt;a href="http://www.hanselman.com/blog/NewToolsAndNewContentASPNETVisualStudio11WebAndNET45DeveloperPreviewWithCommentary.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7955166" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ASP.NET+AJAX/default.aspx">ASP.NET AJAX</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ASP.NET+MVC/default.aspx">ASP.NET MVC</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/IIS/default.aspx">IIS</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/Mobile/default.aspx">Mobile</category></item><item><title>Bug and Fix: ASP.NET fails to detect IE10 causing _doPostBack is undefined JavaScript error or maintain FF5 scrollbar position</title><link>http://www.hanselman.com/blog/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMaintainFF5ScrollbarPosition.aspx</link><pubDate>Thu, 18 Aug 2011 19:59:16 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7915968</guid><dc:creator>Scott Hanselman - ASP.NET Ajax</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-ajax/rsscomments.aspx?PostID=7915968</wfw:commentRss><comments>http://www.hanselman.com/blog/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMaintainFF5ScrollbarPosition.aspx#comments</comments><description>Browser version numbers continue to march on. IE9 is here, IE10 is coming , Firefox 5 and 6 are here with 7 and 8 in the wings , Opera&amp;#39;s on 11, and Chrome is on, I dunno, somewhere between 14 and 50. Regardless, we&amp;#39;ll all be on version 99 before The Singularity. There is a bug in the browser definition files that shipped with .NET 2.0 and .NET 4, namely that they contain definitions for a certain range of browser versions. But the versions for some browsers (like IE 10) aren&amp;#39;t within those ranges any more. Therefore, ASP.NET sees them as unknown browsers and defaults to a down-level definition, which has certain inconveniences, like that it does not support features like JavaScript. If you want to see this for yourself, create a...(&lt;a href="http://www.hanselman.com/blog/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMaintainFF5ScrollbarPosition.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7915968" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ASP.NET+AJAX/default.aspx">ASP.NET AJAX</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ASP.NET+MVC/default.aspx">ASP.NET MVC</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/Bugs/default.aspx">Bugs</category></item><item><title>Adding the New HTML Editor Extender to a Web Forms Application using NuGet</title><link>http://feedproxy.google.com/~r/StephenWalther/~3/3T1vIK39yrA/adding-the-new-html-editor-extender-to-a-web-forms.aspx</link><pubDate>Wed, 17 Aug 2011 22:29:19 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7914683</guid><dc:creator>Stephen Walther on ASP.NET</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-ajax/rsscomments.aspx?PostID=7914683</wfw:commentRss><comments>http://feedproxy.google.com/~r/StephenWalther/~3/3T1vIK39yrA/adding-the-new-html-editor-extender-to-a-web-forms.aspx#comments</comments><description>The July 2011 release of the Ajax Control Toolkit includes a new, lightweight, HTML5 compatible HTML Editor extender. In this blog entry, I explain how you can take advantage of NuGet to quickly add the new HTML Editor control extender to a new or existing ASP.NET Web Forms application. Installing the Latest Version of the Ajax Control Toolkit with NuGet NuGet is a package manager. It enables you to quickly install new software directly from within Visual Studio 2010. You can use NuGet to install additional software when building any type of .NET application including ASP.NET Web Forms and ASP.NET MVC applications. If you have not already installed NuGet then you can install NuGet by navigating to the following address and clicking the giant...(&lt;a href="http://feedproxy.google.com/~r/StephenWalther/~3/3T1vIK39yrA/adding-the-new-html-editor-extender-to-a-web-forms.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7914683" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/AJAX/default.aspx">AJAX</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ACT/default.aspx">ACT</category></item><item><title>Ajax Control Toolkit July 2011 Release - Now on NuGet</title><link>http://www.hanselman.com/blog/AjaxControlToolkitJuly2011ReleaseNowOnNuGet.aspx</link><pubDate>Tue, 09 Aug 2011 22:31:13 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7903551</guid><dc:creator>Scott Hanselman - ASP.NET Ajax</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-ajax/rsscomments.aspx?PostID=7903551</wfw:commentRss><comments>http://www.hanselman.com/blog/AjaxControlToolkitJuly2011ReleaseNowOnNuGet.aspx#comments</comments><description>Say what you will about the Ajax Control Toolkit. Some like it, some don&amp;#39;t, but it got 1.15 MILLION downloads last year. Is the ACT dead? Not yet, and there&amp;#39;s ongoing work around WebForms, jQuery and an ACT style of programming. More on this soon. There&amp;#39;s like 40 different controls in the Ajax Control Toolkit. They continue to be updated and have cross-browser support. The first release this year added IE9 support. This new July 2011 release adds a a new HTML Editor and more complete browser support including (from Stephen Walther&amp;#39;s blog): The HTML Editor Extender works on all modern browsers including the most recent versions of Mozilla Firefox (Firefox 5), Google Chrome (Chrome 12), and Apple Safari (Safari 5). Furthermore...(&lt;a href="http://www.hanselman.com/blog/AjaxControlToolkitJuly2011ReleaseNowOnNuGet.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7903551" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ASP.NET+AJAX/default.aspx">ASP.NET AJAX</category></item><item><title>Ajax Control Toolkit July 2011 Release and the New HTML Editor Extender</title><link>http://feedproxy.google.com/~r/StephenWalther/~3/TjCPWiJqbrw/ajax-control-toolkit-july-2011-release-and-the-new-html.aspx</link><pubDate>Mon, 01 Aug 2011 14:37:15 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7892682</guid><dc:creator>Stephen Walther on ASP.NET</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-ajax/rsscomments.aspx?PostID=7892682</wfw:commentRss><comments>http://feedproxy.google.com/~r/StephenWalther/~3/TjCPWiJqbrw/ajax-control-toolkit-july-2011-release-and-the-new-html.aspx#comments</comments><description>I’m happy to announce the July 2011 release of the Ajax Control Toolkit which includes important bug fixes and a completely new HTML Editor Extender control. You can download the July 2011 Release by visiting the Ajax Control Toolkit CodePlex site at: http://AjaxControlToolkit.CodePlex.com Using the New HTML Editor Extender Control You can use the new HTML Editor Extender to extend any standard ASP.NET TextBox control so that it supports rich formatting such as bold, italics, bulleted lists, numbered lists, typefaces and different foreground and background colors. The following code illustrates how you can extend a standard ASP.NET TextBox control with the HtmlEditorExtender: &amp;lt;%@ Page Language=&amp;quot;C#&amp;quot; AutoEventWireup=&amp;quot;true&amp;quot;...(&lt;a href="http://feedproxy.google.com/~r/StephenWalther/~3/TjCPWiJqbrw/ajax-control-toolkit-july-2011-release-and-the-new-html.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7892682" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/AJAX/default.aspx">AJAX</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ACT/default.aspx">ACT</category></item><item><title>NuGet Package of the Week #9 - ASP.NET MiniProfiler from StackExchange rocks your world</title><link>http://www.hanselman.com/blog/NuGetPackageOfTheWeek9ASPNETMiniProfilerFromStackExchangeRocksYourWorld.aspx</link><pubDate>Fri, 22 Jul 2011 08:36:32 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7879199</guid><dc:creator>Scott Hanselman - ASP.NET Ajax</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-ajax/rsscomments.aspx?PostID=7879199</wfw:commentRss><comments>http://www.hanselman.com/blog/NuGetPackageOfTheWeek9ASPNETMiniProfilerFromStackExchangeRocksYourWorld.aspx#comments</comments><description>I LOVE great debugging tools. Anything that makes it easier for me to make a site correct and fast is glorious. I&amp;#39;ve talked about Glimpse , an excellent firebug-like debugger for ASP.NET MVC, and I&amp;#39;ve talked about ELMAH , and amazing logger and error handler. Now the triad is complete with MiniProfiler , my Package of the Week #9. Yes, #9. I&amp;#39;m counting &amp;quot;System.Web.Providers&amp;quot; as #8, so phooey. ;) Hey, have you implemented the NuGet Action Plan ? Get on it, it&amp;#39;ll take only 5 minutes: NuGet Action Plan - Upgrade to 1.4, Setup Automatic Updates, Get NuGet Package Explorer . NuGet 1.4 is out, so make sure you&amp;#39;re set to automatically update! The Backstory: I was thinking since the NuGet .NET package management site is...(&lt;a href="http://www.hanselman.com/blog/NuGetPackageOfTheWeek9ASPNETMiniProfilerFromStackExchangeRocksYourWorld.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7879199" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ASP.NET+AJAX/default.aspx">ASP.NET AJAX</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ASP.NET+MVC/default.aspx">ASP.NET MVC</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/Open+Source/default.aspx">Open Source</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/NuGet/default.aspx">NuGet</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/NuGetPOW/default.aspx">NuGetPOW</category></item><item><title>Sample Code and Slides from DevConnection Germany</title><link>http://feedproxy.google.com/~r/StephenWalther/~3/wQ2Z94mp4mg/sample-code-and-slides-from-devconnection-germany.aspx</link><pubDate>Sat, 11 Jun 2011 13:06:29 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7826034</guid><dc:creator>Stephen Walther on ASP.NET</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-ajax/rsscomments.aspx?PostID=7826034</wfw:commentRss><comments>http://feedproxy.google.com/~r/StephenWalther/~3/wQ2Z94mp4mg/sample-code-and-slides-from-devconnection-germany.aspx#comments</comments><description>Thank you everyone who came to my three talks this week at DevConnections Germany! I really enjoyed my time in Karlsruhe. Here are the slides and sample code for the three talks: jQuery Templates In this talk, I discuss how you can take advantage of jQuery templates when building both ASP.NET Web Forms and ASP.NET MVC applications. I demonstrate several advanced features of templates such as wrapped templates and remote templates. Download the slides Download the code HTML5 In this talk, I discuss the features of HTML5 which matter most when building database-driven web applications. I demonstrate WebSockets, Web Workers, Web Storage, IndexedDB, and Offline Web Applications. Download the slides Download the code jQuery + OData In this talk,...(&lt;a href="http://feedproxy.google.com/~r/StephenWalther/~3/wQ2Z94mp4mg/sample-code-and-slides-from-devconnection-germany.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7826034" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/JavaScript/default.aspx">JavaScript</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/AJAX/default.aspx">AJAX</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/jQuery/default.aspx">jQuery</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ASP.NET+MVC/default.aspx">ASP.NET MVC</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/Talks/default.aspx">Talks</category></item><item><title>Creating Custom Ajax Control Toolkit Controls</title><link>http://feedproxy.google.com/~r/StephenWalther/~3/VPJDqIsRII8/creating-custom-ajax-control-toolkit-controls.aspx</link><pubDate>Thu, 26 May 2011 16:45:42 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7804628</guid><dc:creator>Stephen Walther on ASP.NET</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-ajax/rsscomments.aspx?PostID=7804628</wfw:commentRss><comments>http://feedproxy.google.com/~r/StephenWalther/~3/VPJDqIsRII8/creating-custom-ajax-control-toolkit-controls.aspx#comments</comments><description>The goal of this blog entry is to explain how you can extend the Ajax Control Toolkit with custom Ajax Control Toolkit controls. I describe how you can create the two halves of an Ajax Control Toolkit control: the server-side control extender and the client-side control behavior. Finally, I explain how you can use the new Ajax Control Toolkit control in a Web Forms page. At the end of this blog entry, there is a link to download a Visual Studio 2010 solution which contains the code for two Ajax Control Toolkit controls: SampleExtender and PopupHelpExtender. The SampleExtender contains the minimum skeleton for creating a new Ajax Control Toolkit control. You can use the SampleExtender as a starting point for your custom Ajax Control Toolkit controls...(&lt;a href="http://feedproxy.google.com/~r/StephenWalther/~3/VPJDqIsRII8/creating-custom-ajax-control-toolkit-controls.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7804628" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/AJAX/default.aspx">AJAX</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ACT/default.aspx">ACT</category></item><item><title>Install the Ajax Control Toolkit from NuGet</title><link>http://feedproxy.google.com/~r/StephenWalther/~3/18ziIo0WpEM/install-the-ajax-control-toolkit-from-nuget.aspx</link><pubDate>Mon, 23 May 2011 17:30:02 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7801221</guid><dc:creator>Stephen Walther on ASP.NET</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-ajax/rsscomments.aspx?PostID=7801221</wfw:commentRss><comments>http://feedproxy.google.com/~r/StephenWalther/~3/18ziIo0WpEM/install-the-ajax-control-toolkit-from-nuget.aspx#comments</comments><description>The Ajax Control Toolkit is now available from NuGet. This makes it super easy to add the latest version of the Ajax Control Toolkit to any Web Forms application. If you haven’t used NuGet yet, then you are missing out on a great tool which you can use with Visual Studio to add new features to an application. You can use NuGet with both ASP.NET MVC and ASP.NET Web Forms applications. NuGet is compatible with both Websites and Web Applications and it works with both C# and VB.NET applications. For example, I habitually use NuGet to add the latest version of ELMAH, Entity Framework, jQuery, jQuery UI, and jQuery Templates to applications that I create. To download NuGet, visit the NuGet website at: http://NuGet.org Imagine, for example, that you...(&lt;a href="http://feedproxy.google.com/~r/StephenWalther/~3/18ziIo0WpEM/install-the-ajax-control-toolkit-from-nuget.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7801221" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/JavaScript/default.aspx">JavaScript</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/AJAX/default.aspx">AJAX</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ACT/default.aspx">ACT</category></item><item><title>May 2011 Release of the Ajax Control Toolkit</title><link>http://feedproxy.google.com/~r/StephenWalther/~3/Vj0gEWwnx-w/may-2011-release-of-the-ajax-control-toolkit.aspx</link><pubDate>Tue, 10 May 2011 05:46:16 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7784054</guid><dc:creator>Stephen Walther on ASP.NET</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-ajax/rsscomments.aspx?PostID=7784054</wfw:commentRss><comments>http://feedproxy.google.com/~r/StephenWalther/~3/Vj0gEWwnx-w/may-2011-release-of-the-ajax-control-toolkit.aspx#comments</comments><description>I’m happy to announce that the Superexpert team has published the May 2011 release of the Ajax Control Toolkit at CodePlex. You can download the new release at the following URL: http://ajaxcontroltoolkit.codeplex.com/releases/view/65800 This release focused on improving the ModalPopup and AsyncFileUpload controls. Our team closed a total of 34 bugs related to the ModalPopup and AsyncFileUpload controls. Enhanced ModalPopup Control You can take advantage of the Ajax Control Toolkit ModalPopup control to easily create popup dialogs in your ASP.NET Web Forms applications. When the dialog appears, you cannot interact with any page content which appears behind the modal dialog. For example, the following page contains a standard ASP.NET Button and...(&lt;a href="http://feedproxy.google.com/~r/StephenWalther/~3/Vj0gEWwnx-w/may-2011-release-of-the-ajax-control-toolkit.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7784054" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/JavaScript/default.aspx">JavaScript</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/AJAX/default.aspx">AJAX</category><category domain="http://weblogs.asp.net/aspnet-ajax/archive/tags/ACT/default.aspx">ACT</category></item></channel></rss>
