<?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>Microsoft MVC bloggers</title><link>http://weblogs.asp.net/aspnet-mvc/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Recent Podcasts</title><link>http://weblogs.asp.net/aspnet-mvc/archive/2009/11/23/recent-podcasts.aspx</link><pubDate>Mon, 23 Nov 2009 05:58:02 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7263299</guid><dc:creator>ASP.NET MVC</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-mvc/rsscomments.aspx?PostID=7263299</wfw:commentRss><comments>http://weblogs.asp.net/aspnet-mvc/archive/2009/11/23/recent-podcasts.aspx#comments</comments><description>Just wanted to highlight a couple of podcasts that were suckers gracious enough to have me as a guest. HerdingCode In this podcast I join the fellas at HerdingCode . Although this podcast came out after the Hanselminutes one, it was actually recorded a long time prior to that one. Jon Galloway , who does the editing, probably has some lame excuse about life changing events keeping him busy . I spent most of the time covering what’s new with ASP.NET MVC 2 Preview 2, how the community influences our project, and how we prioritize bugs. I also finally reveal the dirty truth about Rob Conery ’s departure from Microsoft. What’s notable about this episode is the introduction of a brand new segment, “Abusive Questions from Twitter”. I was having problems...(&lt;a href="http://weblogs.asp.net/aspnet-mvc/archive/2009/11/23/recent-podcasts.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7263299" width="1" height="1"&gt;</description></item><item><title>ASP.NET MVC 2 Custom Validation</title><link>http://weblogs.asp.net/aspnet-mvc/archive/2009/11/20/asp-net-mvc-2-custom-validation.aspx</link><pubDate>Fri, 20 Nov 2009 06:14:25 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7262271</guid><dc:creator>ASP.NET MVC</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-mvc/rsscomments.aspx?PostID=7262271</wfw:commentRss><comments>http://weblogs.asp.net/aspnet-mvc/archive/2009/11/20/asp-net-mvc-2-custom-validation.aspx#comments</comments><description>This is the third post in my series ASP.NET MVC 2 Beta and its new features. ASP.NET MVC 2 Beta Released (Release Announcement) Html.RenderAction and Html.Action ASP.NET MVC 2 Custom Validation In this post I will cover validation. No, not that kind of validation, though I do think you’re good enough, you’re smart enough, and doggone it, people like you. Rather, I want to cover building a custom validation attribute using the base classes available in System.ComponentModel.DataAnnotations . ASP.NET MVC 2 has built-in support for data annotation validation attributes for doing validation on a server. For details on how data annotations work with ASP.NET MVC 2, check out Brad’s blog post. But I won’t stop there. I’ll then cover how to hook into...(&lt;a href="http://weblogs.asp.net/aspnet-mvc/archive/2009/11/20/asp-net-mvc-2-custom-validation.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7262271" width="1" height="1"&gt;</description></item><item><title>Html.RenderAction and Html.Action</title><link>http://weblogs.asp.net/aspnet-mvc/archive/2009/11/18/html-renderaction-and-html-action.aspx</link><pubDate>Wed, 18 Nov 2009 18:22:24 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7259479</guid><dc:creator>ASP.NET MVC</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-mvc/rsscomments.aspx?PostID=7259479</wfw:commentRss><comments>http://weblogs.asp.net/aspnet-mvc/archive/2009/11/18/html-renderaction-and-html-action.aspx#comments</comments><description>One of the upcoming new features being added to ASP.NET MVC 2 Beta is a little helper method called Html.RenderAction and its counterpart, Html.Action . This has been a part of our ASP.NET MVC Futures library for a while, but is now being added to the core product. Both of these methods allow you to call into an action method from a view and output the results of the action in place within the view. The difference between the two is that Html.RenderAction will render the result directly to the Response (which is more efficient if the action returns a large amount of HTML) whereas Html.Action returns a string with the result. For the sake of brevity, I’ll use the term RenderAction to refer to both of these methods. Here’s a quick look at how...(&lt;a href="http://weblogs.asp.net/aspnet-mvc/archive/2009/11/18/html-renderaction-and-html-action.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7259479" width="1" height="1"&gt;</description></item><item><title>ASP.NET MVC 2 Beta Released</title><link>http://weblogs.asp.net/aspnet-mvc/archive/2009/11/17/asp-net-mvc-2-beta-released.aspx</link><pubDate>Tue, 17 Nov 2009 18:21:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7258151</guid><dc:creator>ASP.NET MVC</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-mvc/rsscomments.aspx?PostID=7258151</wfw:commentRss><comments>http://weblogs.asp.net/aspnet-mvc/archive/2009/11/17/asp-net-mvc-2-beta-released.aspx#comments</comments><description>Today at PDC09 (the keynote was streaming live ), Bob Muglia announced the release of ASP.NET MVC 2 Beta . Feel free to download it right away! While you do that I want to present this public service message. The Beta release includes tooling for Visual Studio 2008 SP1. We did not ship updated tooling for Visual Studio 2010 because ASP.NET MVC 2 is now included as a part of VS10, which is on its own schedule. Unfortunately, because Visual Studio 2010 Beta 2 and ASP.NET MVC 2 Beta share components which are currently not in sync, running ASP.NET MVC 2 Beta on VS10 Beta 2 is not supported . Here are some highlights of what’s new in ASP.NET MVC 2. RenderAction (and Action) AsyncController Expression Based Helpers (TextBoxFor, TextAreaFor, etc....(&lt;a href="http://weblogs.asp.net/aspnet-mvc/archive/2009/11/17/asp-net-mvc-2-beta-released.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7258151" width="1" height="1"&gt;</description></item><item><title>Our little team is growing - Welcome to Jon Galloway and Pete Brown</title><link>http://weblogs.asp.net/aspnet-mvc/archive/2009/11/12/our-little-team-is-growing-welcome-to-jon-galloway-and-pete-brown.aspx</link><pubDate>Thu, 12 Nov 2009 21:54:31 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7252862</guid><dc:creator>Scott Hanselman's Computer Zen - ASP.NET MVC</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-mvc/rsscomments.aspx?PostID=7252862</wfw:commentRss><comments>http://weblogs.asp.net/aspnet-mvc/archive/2009/11/12/our-little-team-is-growing-welcome-to-jon-galloway-and-pete-brown.aspx#comments</comments><description>Just about two years ago I joined Microsoft . I&amp;#39;m fortunate to work in a home office with a great team that I now lead . We work for the group at Microsoft that runs MSDN , TechNet , ASP.NET , Silverlight.NET , WindowsClient.NET , basically all the online education stuff. The giant group is called STO (Server &amp;amp; Tools Online) and our little group is &amp;quot; stoninja .&amp;quot; That&amp;#39;s our internal mailing alias. We create content for all of the sites above but we&amp;#39;re also active members of the community. We listen and drive feedback back into the product group. We&amp;#39;re not part of the product evangelism group (DPE - Developer Platform Evangelism), but rather we focus primarily on online content creation. I like to think that we&amp;#39;re...(&lt;a href="http://weblogs.asp.net/aspnet-mvc/archive/2009/11/12/our-little-team-is-growing-welcome-to-jon-galloway-and-pete-brown.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7252862" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/ASP.NET+MVC/default.aspx">ASP.NET MVC</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/Windows+Client/default.aspx">Windows Client</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/Win7/default.aspx">Win7</category></item><item><title>Interface Inheritance Esoterica</title><link>http://weblogs.asp.net/aspnet-mvc/archive/2009/11/10/interface-inheritance-esoterica.aspx</link><pubDate>Tue, 10 Nov 2009 18:43:13 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7250788</guid><dc:creator>ASP.NET MVC</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-mvc/rsscomments.aspx?PostID=7250788</wfw:commentRss><comments>http://weblogs.asp.net/aspnet-mvc/archive/2009/11/10/interface-inheritance-esoterica.aspx#comments</comments><description>I learned something new yesterday about interface inheritance in .NET as compared to implementation inheritance. To illustrate this difference, here’s a simple demonstration. I’ll start with two concrete classes, one which inherits from the other. Each class defines a property. In this case, we’re dealing with implementation inheritance . public class Person { public string Name { get; set; } } public class SuperHero : Person { public string Alias { get; set; } } We can now use two different techniques to print out the properties of the SuperHero type: type descriptors and reflection. Here’s a little console app that does this. Note the code I’m showing below doesn’t include a few Console.WriteLine calls that I have in the actual app. static...(&lt;a href="http://weblogs.asp.net/aspnet-mvc/archive/2009/11/10/interface-inheritance-esoterica.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7250788" width="1" height="1"&gt;</description></item><item><title>Html Encoding Nuggets With ASP.NET MVC 2</title><link>http://weblogs.asp.net/aspnet-mvc/archive/2009/11/04/html-encoding-nuggets-with-asp-net-mvc-2.aspx</link><pubDate>Wed, 04 Nov 2009 05:56:49 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7246546</guid><dc:creator>ASP.NET MVC</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-mvc/rsscomments.aspx?PostID=7246546</wfw:commentRss><comments>http://weblogs.asp.net/aspnet-mvc/archive/2009/11/04/html-encoding-nuggets-with-asp-net-mvc-2.aspx#comments</comments><description>In a recent blog post, I introduced ASP.NET 4’s new HTML Encoding code block syntax as well as the corresponding IHtmlString interface and HtmlString class. I also mentioned that ASP.NET MVC 2 would support this new syntax when running on ASP.NET 4 . In fact, you can try it out now by downloading and installing Visual Studio 2010 Beta 2. I’ve also mentioned in the past that we are not conditionally compiling ASP.NET MVC 2 for each platform. Instead, we’re building System.Web.Mvc.dll against ASP.NET 3.5 SP1 and simply including that one in VS08 and VS10. Thus when you’re running ASP.NET MVC 2 on ASP.NET 4, it’s the same byte for byte assembly as the same one you would run on ASP.NET 3.5 SP1. This fact ought to raise a question in your mind. If...(&lt;a href="http://weblogs.asp.net/aspnet-mvc/archive/2009/11/04/html-encoding-nuggets-with-asp-net-mvc-2.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7246546" width="1" height="1"&gt;</description></item><item><title>Speaking at Tech-Ed Europe Next Week</title><link>http://weblogs.asp.net/aspnet-mvc/archive/2009/11/03/speaking-at-tech-ed-europe-next-week.aspx</link><pubDate>Tue, 03 Nov 2009 15:15:02 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7246018</guid><dc:creator>Stephen Walther on ASP.NET MVC</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-mvc/rsscomments.aspx?PostID=7246018</wfw:commentRss><comments>http://weblogs.asp.net/aspnet-mvc/archive/2009/11/03/speaking-at-tech-ed-europe-next-week.aspx#comments</comments><description>I’m going to Berlin! Next week, I’m giving talks at Tech-Ed Europe on two of my favorite topics: What&amp;#39;s New in Microsoft ASP.NET Model-View-Controller ASP.NET Model-View-Controller (MVC) 2 introduces new features to make you more productive when building an ASP.NET MVC application. Templated helpers allow automatically associatiating edit and display elements with data types. Areas provide a means of dividing a large Web application into multiple projects. Data annotations allow attaching metadata attributes on a model to control validation. Microsoft ASP.NET AJAX: Taking AJAX to the Next Level Hear how ASP.NET AJAX 4.0 makes building pure client-side AJAX Web applications even easier, and watch us build an entire data-driven ASP.NET AJAX...(&lt;a href="http://weblogs.asp.net/aspnet-mvc/archive/2009/11/03/speaking-at-tech-ed-europe-next-week.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7246018" width="1" height="1"&gt;</description></item><item><title>The Microsoft Ajax Library and Visual Studio Beta 2</title><link>http://weblogs.asp.net/aspnet-mvc/archive/2009/10/21/the-microsoft-ajax-library-and-visual-studio-beta-2.aspx</link><pubDate>Wed, 21 Oct 2009 16:21:39 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7235128</guid><dc:creator>Stephen Walther on ASP.NET MVC</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-mvc/rsscomments.aspx?PostID=7235128</wfw:commentRss><comments>http://weblogs.asp.net/aspnet-mvc/archive/2009/10/21/the-microsoft-ajax-library-and-visual-studio-beta-2.aspx#comments</comments><description>Visual Studio 2010 Beta 2 was released this week and one of the first things that I hope you notice is that it no longer contains the latest version of ASP.NET AJAX. What happened? Where did AJAX go? Just like Sting and The Police , just like Phil Collins and Genesis , just like Greg Page and the Wiggles , AJAX has gone out of band! We are starting a solo career. A Name Change First things first. In previous releases, our Ajax framework was named ASP.NET AJAX . We now have changed the name of the framework to the Microsoft Ajax Library . There are two reasons behind this name change. First, the members of the Ajax team got tired of explaining to everyone that our Ajax framework is not tied to the server-side ASP.NET framework. You can use the...(&lt;a href="http://weblogs.asp.net/aspnet-mvc/archive/2009/10/21/the-microsoft-ajax-library-and-visual-studio-beta-2.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7235128" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/AJAX/default.aspx">AJAX</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/JavaScript/default.aspx">JavaScript</category></item><item><title>The Minutes On 9 - Channel 9 Video Interviews with the ASP.NET 4 Team</title><link>http://weblogs.asp.net/aspnet-mvc/archive/2009/10/21/the-minutes-on-9-channel-9-video-interviews-with-the-asp-net-4-team.aspx</link><pubDate>Wed, 21 Oct 2009 07:30:10 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7234662</guid><dc:creator>Scott Hanselman's Computer Zen - ASP.NET MVC</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-mvc/rsscomments.aspx?PostID=7234662</wfw:commentRss><comments>http://weblogs.asp.net/aspnet-mvc/archive/2009/10/21/the-minutes-on-9-channel-9-video-interviews-with-the-asp-net-4-team.aspx#comments</comments><description>Who loves you? Not only is Visual Studio 2010 Beta 2 now available for everyone to download (not just subscribers) but I&amp;#39;ve got 11 short video interviews with the ASP.NET 4 team up on Channel 9. I was up in Redmond just last week and made sure to stop by the offices of as many ASP.NET developers and program managers as I could. I chatted with a few faces you may recognize and a few you may not. All of them are working hard to make ASP.NET 4 cool. I&amp;#39;m still working on my video techniques, and I used two different HD cameras to film these videos. Your feedback (negative AND positive) is always appreciated. This series of videos is called Hanselminutes on 9 and you can get to all of these (and many more) using the Channel 9 Tag &amp;quot; hanselminuteson9...(&lt;a href="http://weblogs.asp.net/aspnet-mvc/archive/2009/10/21/the-minutes-on-9-channel-9-video-interviews-with-the-asp-net-4-team.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7234662" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/ASP.NET+MVC/default.aspx">ASP.NET MVC</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/Channel9/default.aspx">Channel9</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/ASP.NET+Dynamic+Data/default.aspx">ASP.NET Dynamic Data</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/ASP.NET+Ajax/default.aspx">ASP.NET Ajax</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/VS2010/default.aspx">VS2010</category></item><item><title>VS10 Beta 2 From an ASP.NET MVC Perspective</title><link>http://weblogs.asp.net/aspnet-mvc/archive/2009/10/21/vs10-beta-2-from-an-asp-net-mvc-perspective.aspx</link><pubDate>Wed, 21 Oct 2009 04:30:10 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7234504</guid><dc:creator>ASP.NET MVC</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-mvc/rsscomments.aspx?PostID=7234504</wfw:commentRss><comments>http://weblogs.asp.net/aspnet-mvc/archive/2009/10/21/vs10-beta-2-from-an-asp-net-mvc-perspective.aspx#comments</comments><description>You probably don’t need me to tell you that Visual Studio 2010 Beta 2 has been released as it’s been blogged to death all over the place. Definitely check out the many blog posts out there if you want more details on what’s included. This post will focus more on what Visual Studio 2010 means to ASP.NET MVC and vice versa. In the box baby! Well one of the first things you’ll notice is that ASP.NET MVC 2 Preview 2 is included in VS10 Beta 2. When you select the File | New menu option, you’ll be greeted with an ASP.NET MVC 2 project template option under the Web node. Note that when you create your ASP.NET MVC 2 project with Visual Studio 2010, you can choose whether you wish to target ASP.NET 3.5 or ASP.NET 4. If you choose to target ASP.NET 4...(&lt;a href="http://weblogs.asp.net/aspnet-mvc/archive/2009/10/21/vs10-beta-2-from-an-asp-net-mvc-perspective.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7234504" width="1" height="1"&gt;</description></item><item><title>Visual Studio 2010 Beta 2</title><link>http://weblogs.asp.net/aspnet-mvc/archive/2009/10/19/visual-studio-2010-beta-2.aspx</link><pubDate>Mon, 19 Oct 2009 16:32:43 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7233255</guid><dc:creator>Scott Hanselman's Computer Zen - ASP.NET MVC</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-mvc/rsscomments.aspx?PostID=7233255</wfw:commentRss><comments>http://weblogs.asp.net/aspnet-mvc/archive/2009/10/19/visual-studio-2010-beta-2.aspx#comments</comments><description>Lots of big stuff happening this week. Today Visual Studio 2010 Beta 2 is available to MSDN Subscribers and it&amp;#39;ll be available for everyone on Wednesday. I&amp;#39;m running Beta 2 on all my machines now and really digging it. It&amp;#39;s much faster than Beta 1 and I&amp;#39;m doing all my work in it now. It&amp;#39;s come a long way and I&amp;#39;m really impressed at the polish. .NET 4 This is a big deal. This isn&amp;#39;t &amp;quot;.NET 3.6&amp;quot; - there are a lot of improvements of .NET 4, and it&amp;#39;s not just &amp;quot;pile on a bunch of features so you get overwhelmed.&amp;quot; I&amp;#39;ve been working with and talking to many of the teams involved and even though it&amp;#39;s a cheesy thing to say, this is a really customer-focused release. Shouldn&amp;#39;t every release...(&lt;a href="http://weblogs.asp.net/aspnet-mvc/archive/2009/10/19/visual-studio-2010-beta-2.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7233255" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/ASP.NET+MVC/default.aspx">ASP.NET MVC</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/Learning+.NET/default.aspx">Learning .NET</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/Programming/default.aspx">Programming</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/ASP.NET+Dynamic+Data/default.aspx">ASP.NET Dynamic Data</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/ASP.NET+Ajax/default.aspx">ASP.NET Ajax</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/MSDN/default.aspx">MSDN</category></item><item><title>Hanselminutes Podcast 184: Preview of ASP.NET 4 with Scott Hunter</title><link>http://weblogs.asp.net/aspnet-mvc/archive/2009/10/17/hanselminutes-podcast-184-preview-of-asp-net-4-with-scott-hunter.aspx</link><pubDate>Sat, 17 Oct 2009 05:57:21 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7231891</guid><dc:creator>Scott Hanselman's Computer Zen - ASP.NET MVC</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-mvc/rsscomments.aspx?PostID=7231891</wfw:commentRss><comments>http://weblogs.asp.net/aspnet-mvc/archive/2009/10/17/hanselminutes-podcast-184-preview-of-asp-net-4-with-scott-hunter.aspx#comments</comments><description>My one-hundred-and-eighty-forth podcast is up . Scott&amp;#39;s in Seattle this week and catches Microsoft Program Manager (and one of 1000 Scott&amp;#39;s) Scott Hunter who shares insights in the history and future of ASP.NET 4. What&amp;#39;s coming in VS2010? Subscribe: Download: MP3 Full Show Do also remember the complete archives are always up and they have PDF Transcripts , a little known feature that show up a few weeks after each show. Telerik is our sponsor for this show. Check out their UI Suite of controls for ASP.NET . It&amp;#39;s very hardcore stuff. One of the things I appreciate about Telerik is their commitment to completeness. For example, they have a page about their Right-to-Left support while some vendors have zero support, or don&amp;#39;t...(&lt;a href="http://weblogs.asp.net/aspnet-mvc/archive/2009/10/17/hanselminutes-podcast-184-preview-of-asp-net-4-with-scott-hunter.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7231891" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/ASP.NET+MVC/default.aspx">ASP.NET MVC</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/Podcast/default.aspx">Podcast</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/ASP.NET+Dynamic+Data/default.aspx">ASP.NET Dynamic Data</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/JavaScript/default.aspx">JavaScript</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/ASP.NET+Ajax/default.aspx">ASP.NET Ajax</category></item><item><title>Using the New Microsoft Ajax Minifier</title><link>http://weblogs.asp.net/aspnet-mvc/archive/2009/10/16/using-the-new-microsoft-ajax-minifier.aspx</link><pubDate>Fri, 16 Oct 2009 20:25:13 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7231677</guid><dc:creator>Stephen Walther on ASP.NET MVC</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-mvc/rsscomments.aspx?PostID=7231677</wfw:commentRss><comments>http://weblogs.asp.net/aspnet-mvc/archive/2009/10/16/using-the-new-microsoft-ajax-minifier.aspx#comments</comments><description>Last night, Scott Guthrie announced that the ASP.net team published a free tool that enables you to improve the performance of your Ajax applications by reducing the size of its JavaScript files. The new tool is named the Microsoft Ajax Minifier. You can read Scott Guthrie’s announcement here: http://weblogs.asp.net/scottgu/archive/2009/10/15/announcing-microsoft-ajax-library-preview-6-and-the-microsoft-ajax-minifier.aspx And you can download and install the free tool from the CodePlex website here: http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=34488 In this blog entry, I explain how you can take advantage of the Microsoft Ajax from the command-line and when you are using Visual Studio. Overview of the Microsoft Ajax Minifier...(&lt;a href="http://weblogs.asp.net/aspnet-mvc/archive/2009/10/16/using-the-new-microsoft-ajax-minifier.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7231677" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/AJAX/default.aspx">AJAX</category><category domain="http://weblogs.asp.net/aspnet-mvc/archive/tags/JavaScript/default.aspx">JavaScript</category></item><item><title>ASP.NET MVC 1.0 Scripts Available on Microsoft CDN</title><link>http://weblogs.asp.net/aspnet-mvc/archive/2009/10/15/asp-net-mvc-1-0-scripts-available-on-microsoft-cdn.aspx</link><pubDate>Fri, 16 Oct 2009 03:56:02 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7231091</guid><dc:creator>ASP.NET MVC</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/aspnet-mvc/rsscomments.aspx?PostID=7231091</wfw:commentRss><comments>http://weblogs.asp.net/aspnet-mvc/archive/2009/10/15/asp-net-mvc-1-0-scripts-available-on-microsoft-cdn.aspx#comments</comments><description>A little while ago, Scott Guthrie announced the launch of the Microsoft Ajax CDN . In his post he talked about how ASP.NET 4 will have support for the CDN as well as the list of scripts that are included. The good news today is due to the hard work of Stephen Walther and the ASP.NET Ajax team , they’ve added a couple of new scripts to the CDN which are near and dear to my heart, the ASP.NET MVC 1.0 scripts. The following code snippet shows how you can start using them today. &amp;lt; script src =&amp;quot;http://ajax.microsoft.com/ajax/3.5/MicrosoftAjax.js&amp;quot; type =&amp;quot;text/javascript&amp;quot; &amp;gt;&amp;lt;/ script &amp;gt; &amp;lt; script src =&amp;quot;http://ajax.microsoft.com/ajax/mvc/MicrosoftMvcAjax.js&amp;quot; type =&amp;quot;text/javascript&amp;quot; &amp;gt;&amp;lt;/ script...(&lt;a href="http://weblogs.asp.net/aspnet-mvc/archive/2009/10/15/asp-net-mvc-1-0-scripts-available-on-microsoft-cdn.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7231091" width="1" height="1"&gt;</description></item></channel></rss>