<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Latest Microsoft Blogs</title><subtitle type="html" /><id>http://weblogs.asp.net/aspnet-team/atom.aspx</id><link rel="alternate" type="text/html" href="http://weblogs.asp.net/aspnet-team/default.aspx" /><link rel="self" type="application/atom+xml" href="http://weblogs.asp.net/aspnet-team/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20510.895">Community Server</generator><updated>2009-11-16T21:41:15Z</updated><entry><title>T4MVC 2.5.01: added support for Html.RenderAction and Html.Action</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/davidebb/archive/2009/11/20/t4mvc-2-5-01-added-support-for-html-renderaction-and-html-action.aspx" /><id>http://blogs.msdn.com/davidebb/archive/2009/11/20/t4mvc-2-5-01-added-support-for-html-renderaction-and-html-action.aspx</id><published>2009-11-21T02:10:19Z</published><updated>2009-11-21T02:10:19Z</updated><content type="html">To get the latest build of T4MVC: Go to download page on CodePlex &amp;#160; MVC 2 Beta introduces two nice helpers called Html.RenderAction and Html.Action.&amp;#160; Phil Haack described them in detail on his blog , so you may want to read through that before reading this post. Basically, they’re two additional methods that follow the standard MVC pattern of passing the controller name and action name as literal strings, and the action parameters as anonymous objects.&amp;#160; e.g. Copying from Phil’s example...(&lt;a href="http://blogs.msdn.com/davidebb/archive/2009/11/20/t4mvc-2-5-01-added-support-for-html-renderaction-and-html-action.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7262290" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/ASP.NET/default.aspx" /><category term="MVC" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/MVC/default.aspx" /><category term="T4" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/T4/default.aspx" /><category term="T4MVC" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/T4MVC/default.aspx" /></entry><entry><title>Lot’s of new software for IIS, ASP.NET, AJAX and PHP this week</title><link rel="alternate" type="text/html" href="http://blogs.iis.net/bills/archive/2009/11/20/lot-s-of-new-software-for-iis-asp-net-ajax-and-php-this-week.aspx" /><id>http://blogs.iis.net/bills/archive/2009/11/20/lot-s-of-new-software-for-iis-asp-net-ajax-and-php-this-week.aspx</id><published>2009-11-20T18:13:44Z</published><updated>2009-11-20T18:13:44Z</updated><content type="html">Wow, what a week of innovation for the Microsoft Web Platform.&amp;#160; This week we released a ton of new software which, if you haven’t already, you’ve got to check out.&amp;#160; Here is a quick overview: &amp;#160; IIS Search Engine Optimization v1 final release! The IIS team shipped the final release of IIS SEO toolkit which makes it easier to optimize your Website for search engines .&amp;#160; It acts like a mini-search engine on your computer, scans your site and then provides useful tips for how to improve...(&lt;a href="http://blogs.iis.net/bills/archive/2009/11/20/lot-s-of-new-software-for-iis-asp-net-ajax-and-php-this-week.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7261794" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/ASP.NET/default.aspx" /><category term="IIS7" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/IIS7/default.aspx" /><category term="IIS News Item" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/IIS+News+Item/default.aspx" /><category term="Developers" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/Developers/default.aspx" /><category term="PHP" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/PHP/default.aspx" /><category term="MVC" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/MVC/default.aspx" /><category term="codeplex" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/codeplex/default.aspx" /><category term="Administrators" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/Administrators/default.aspx" /></entry><entry><title>ASP.NET MVC 2 Custom Validation</title><link rel="alternate" type="text/html" href="http://haacked.com/archive/2009/11/19/aspnetmvc2-custom-validation.aspx" /><id>http://haacked.com/archive/2009/11/19/aspnetmvc2-custom-validation.aspx</id><published>2009-11-20T06:14:25Z</published><updated>2009-11-20T06:14:25Z</updated><content type="html">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...(&lt;a href="http://haacked.com/archive/2009/11/19/aspnetmvc2-custom-validation.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7261206" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author></entry><entry><title>PDC09 Talk: Building Amazing Business Applications with Silverlight 4, RIA Services and Visual Studio 2010</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/brada/archive/2009/11/19/pdc09-talk-building-amazing-business-applications-with-silverlight-4-ria-services-and-visual-studio-2010.aspx" /><id>http://blogs.msdn.com/brada/archive/2009/11/19/pdc09-talk-building-amazing-business-applications-with-silverlight-4-ria-services-and-visual-studio-2010.aspx</id><published>2009-11-19T21:30:00Z</published><updated>2009-11-19T21:30:00Z</updated><content type="html">I had a great time at my talk today at PDC2009 .&amp;#160; I was able to spend much of the time in a demo…&amp;#160;&amp;#160; Here is a summary of that demo so you can walk through it on your own machine: What you need to get started: Visual Studio 2010 Beta2 Silverlight 4 Beta (now includes RIA Services ) Completed Solution (starting step and demo files ) Check out the slides &amp;#160; &amp;#160; Starting Off I am starting off with the new Business Application Template that gets installed with RIA Services.&amp;#160;...(&lt;a href="http://blogs.msdn.com/brada/archive/2009/11/19/pdc09-talk-building-amazing-business-applications-with-silverlight-4-ria-services-and-visual-studio-2010.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7260838" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="Silverlight" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/Silverlight/default.aspx" /><category term="Mix09" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/Mix09/default.aspx" /><category term="RIAServices" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/RIAServices/default.aspx" /></entry><entry><title>RIA Services: Jumpstarting RIA Development</title><link rel="alternate" type="text/html" href="http://www.nikhilk.net/RIA-Services-Jumpstarting-RIA-Development.aspx" /><id>http://www.nikhilk.net/RIA-Services-Jumpstarting-RIA-Development.aspx</id><published>2009-11-19T09:03:31Z</published><updated>2009-11-19T09:03:31Z</updated><content type="html">In my post on RIA Services: From Vision to Architecture , a while back (right after MIX09), I mentioned that I like to think of RIA Services as RAD for RIA. At that point we had a very early preview of framework bits with little tools support. A large part of jumpstarting your development actually centers around good tooling. VS2010 brings tooling for RIA Services (now: WCF RIA Services). Scott Hanselman demonstrated some key features used in building a Contacts application (as shown on the right...(&lt;a href="http://www.nikhilk.net/RIA-Services-Jumpstarting-RIA-Development.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7260246" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="Silverlight" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/Silverlight/default.aspx" /></entry><entry><title>HTML 5 intellisense and validation schema for Visual Studio 2008 and Visual Web Developer</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/webdevtools/archive/2009/11/18/html-5-intellisense-and-validation-schema-for-visual-studio-2008-and-visual-web-developer.aspx" /><id>http://blogs.msdn.com/webdevtools/archive/2009/11/18/html-5-intellisense-and-validation-schema-for-visual-studio-2008-and-visual-web-developer.aspx</id><published>2009-11-19T00:06:00Z</published><updated>2009-11-19T00:06:00Z</updated><content type="html">You all probably know that new HTML 5 standard is coming. We made a new intellisense schema that you can add to VS 2008 or VWD Express 2008 and get intellisense and validation on HTML 5 elements. Note that schema is for markup only, we do not have DOM2 update for jscript intellisense yet. How to install the schema: Download attached ZIP file. Place html_5.xsd in C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Packages\schemas\html Run either x86 or x64 reg file depending on the OS and...(&lt;a href="http://blogs.msdn.com/webdevtools/archive/2009/11/18/html-5-intellisense-and-validation-schema-for-visual-studio-2008-and-visual-web-developer.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7259932" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="Visual Studio" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/Visual+Studio/default.aspx" /><category term="VWD" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/VWD/default.aspx" /><category term="Orcas" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/Orcas/default.aspx" /><category term="Web 2.0" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/Web+2.0/default.aspx" /><category term="VS2008" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/VS2008/default.aspx" /><category term="Visual Studio 2008" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/Visual+Studio+2008/default.aspx" /><category term="visual Studio 2008 sp1" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/visual+Studio+2008+sp1/default.aspx" /><category term="Visual Web Developer" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/Visual+Web+Developer/default.aspx" /></entry><entry><title>Silverlight 4 Debuts with Killer Demos at PDC09</title><link rel="alternate" type="text/html" href="http://www.nikhilk.net/Silverlight4-Killer-Demos-At-PDC09.aspx" /><id>http://www.nikhilk.net/Silverlight4-Killer-Demos-At-PDC09.aspx</id><published>2009-11-18T22:35:44Z</published><updated>2009-11-18T22:35:44Z</updated><content type="html">Lots of wow from this morning with Silverlight 4 (and RIA Services) taking center stage in the keynote, here at PDC09. [ Full post continued here... ] Read More......(&lt;a href="http://www.nikhilk.net/Silverlight4-Killer-Demos-At-PDC09.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7259674" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="Silverlight" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/Silverlight/default.aspx" /></entry><entry><title>Html.RenderAction and Html.Action</title><link rel="alternate" type="text/html" href="http://haacked.com/archive/2009/11/18/aspnetmvc2-render-action.aspx" /><id>http://haacked.com/archive/2009/11/18/aspnetmvc2-render-action.aspx</id><published>2009-11-18T18:22:24Z</published><updated>2009-11-18T18:22:24Z</updated><content type="html">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...(&lt;a href="http://haacked.com/archive/2009/11/18/aspnetmvc2-render-action.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7259478" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/ASP.NET/default.aspx" /><category term="Software Development" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/Software+Development/default.aspx" /><category term="ASP.NET MVC" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/ASP.NET+MVC/default.aspx" /><category term="aspnetmvc" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/aspnetmvc/default.aspx" /><category term="renderaction" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/renderaction/default.aspx" /></entry><entry><title>Welcome to WCF RIA Services Beta!</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/brada/archive/2009/11/18/welcome-to-wcf-ria-services-beta.aspx" /><id>http://blogs.msdn.com/brada/archive/2009/11/18/welcome-to-wcf-ria-services-beta.aspx</id><published>2009-11-18T16:57:43Z</published><updated>2009-11-18T16:57:43Z</updated><content type="html">Today at PDC09 , Scott Guthrie Announced the beta of WCF RIA Services .&amp;#160; As you may know RIA Services is a set of end-to-end experiences that makes it as easy to build Silverlight based n-tier applications as it is to build traditional 2 tier apps.&amp;#160;&amp;#160; I am very excited about this release as it represents a lot of great feedback we have heard from many of you.&amp;#160; &amp;#160; A few goodies in this release based on your feedback You told us you wanted to get up and running with the UI quicker...(&lt;a href="http://blogs.msdn.com/brada/archive/2009/11/18/welcome-to-wcf-ria-services-beta.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7259643" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="Silverlight" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/Silverlight/default.aspx" /><category term="RIAServices" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/RIAServices/default.aspx" /><category term="PDC09" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/PDC09/default.aspx" /></entry><entry><title>More debugging videos and a Resource List from my TechED and Oredev sessions on debugging asp.net applications</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/tess/archive/2009/11/18/more-debugging-videos-and-a-resource-list-from-my-teched-and-oredev-sessions-on-debugging-asp-net-applications.aspx" /><id>http://blogs.msdn.com/tess/archive/2009/11/18/more-debugging-videos-and-a-resource-list-from-my-teched-and-oredev-sessions-on-debugging-asp-net-applications.aspx</id><published>2009-11-18T15:49:02Z</published><updated>2009-11-18T15:49:02Z</updated><content type="html">I just returned from Oredev and TechED EMEA , both conferences were very interesting in their own special ways.&amp;#160; TechED was of course bigger with a lot of good sessions on my specific area while Oredev is a bit more small and cozy, and a way to meet people that deal with completely different things than I do, like JRuby, Clojure, UI Design what have you… and I guess to some extent to get a reality check and see what the world looks like outside of my .net bubble:) Windows Crash Dump Analysis...(&lt;a href="http://blogs.msdn.com/tess/archive/2009/11/18/more-debugging-videos-and-a-resource-list-from-my-teched-and-oredev-sessions-on-debugging-asp-net-applications.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7259508" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/ASP.NET/default.aspx" /><category term="Debugging" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/Debugging/default.aspx" /></entry><entry><title>News on the ASP.NET Ajax Library Beta</title><link rel="alternate" type="text/html" href="http://www.jamessenior.com/post/News-on-the-ASPNET-Ajax-Library.aspx" /><id>http://www.jamessenior.com/post/News-on-the-ASPNET-Ajax-Library.aspx</id><published>2009-11-18T02:31:24Z</published><updated>2009-11-18T02:31:24Z</updated><content type="html">The ASP.NET Ajax Library Beta was released today! The five big things I’m going to talk about in this post are: The ASP.NET Ajax Library is now in Beta Contributing the ASP.NET Ajax Library to the CodePlex Foundation Merging the Ajax Control Toolkit with the ASP.NET Ajax Library Plans to provide support for the ASP.NET Ajax Library ASP.NET Ajax Library features that provide: Powerful developer libraries and tooling support Performance – build high performance websites Interoperability – use it with...(&lt;a href="http://www.jamessenior.com/post/News-on-the-ASPNET-Ajax-Library.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7259375" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/ASP.NET/default.aspx" /><category term="codeplex foundation" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/codeplex+foundation/default.aspx" /><category term="ASP.NET Ajax Library" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/ASP.NET+Ajax+Library/default.aspx" /></entry><entry><title>PDC09 - A Call to Dream</title><link rel="alternate" type="text/html" href="http://www.nikhilk.net/PDC09-Call-To-Dream.aspx" /><id>http://www.nikhilk.net/PDC09-Call-To-Dream.aspx</id><published>2009-11-17T19:15:12Z</published><updated>2009-11-17T19:15:12Z</updated><content type="html">Immediate thoughts after Ray Ozzie&amp;#39;s keynote at PDC09 [ Full post continued here... ] Read More......(&lt;a href="http://www.nikhilk.net/PDC09-Call-To-Dream.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7258200" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="(All)" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/_2800_All_2900_/default.aspx" /></entry><entry><title>ASP.NET MVC 2 Beta Released</title><link rel="alternate" type="text/html" href="http://haacked.com/archive/2009/11/17/asp.net-mvc-2-beta-released.aspx" /><id>http://haacked.com/archive/2009/11/17/asp.net-mvc-2-beta-released.aspx</id><published>2009-11-17T18:21:00Z</published><updated>2009-11-17T18:21:00Z</updated><content type="html">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...(&lt;a href="http://haacked.com/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=7258168" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/ASP.NET/default.aspx" /><category term="Software Development" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/Software+Development/default.aspx" /><category term="ASP.NET MVC" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/ASP.NET+MVC/default.aspx" /><category term="aspnetmvc" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/aspnetmvc/default.aspx" /></entry><entry><title>30 “Quick Hit” Videos for folks that couldn’t join us at PDC</title><link rel="alternate" type="text/html" href="http://misfitgeek.com/blog/aspnet/30-ldquo-quick-hit-rdquo-videos-for-folks-that-couldn-rsquo-t-join-us-at-pdc/" /><id>http://misfitgeek.com/blog/aspnet/30-ldquo-quick-hit-rdquo-videos-for-folks-that-couldn-rsquo-t-join-us-at-pdc/</id><published>2009-11-17T17:50:01Z</published><updated>2009-11-17T17:50:01Z</updated><content type="html">Hi folks! I’m posting this from the PDC09 keynote where I’m listening to Don Box show off Azure ! For web developers, I prepared 30 “Quick Hit” videos on stuff that’s new in the latest wave for ASP.NET Develoeprs. It’s far from a complete list, and they are not meant to be real tutorials (They are NOT How-Do-I videos). Think of them as “feature previews” with more learning based material coming in the near fututr. Here is a partial list. Have fun www.asp.net/learn ASP.NET 4 ASP.NET 4 &amp;quot;Quick...(&lt;a href="http://misfitgeek.com/blog/aspnet/30-ldquo-quick-hit-rdquo-videos-for-folks-that-couldn-rsquo-t-join-us-at-pdc/"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7258137" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/ASP.NET/default.aspx" /></entry><entry><title>T4MVC 2.5.00 update: multiple output files and minified javascript support</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/davidebb/archive/2009/11/16/t4mvc-2-5-00-update-multiple-output-files-and-minified-javascript-support.aspx" /><id>http://blogs.msdn.com/davidebb/archive/2009/11/16/t4mvc-2-5-00-update-multiple-output-files-and-minified-javascript-support.aspx</id><published>2009-11-17T02:41:15Z</published><updated>2009-11-17T02:41:15Z</updated><content type="html">To get the latest build of T4MVC: Go to download page on CodePlex &amp;#160; T4MVC build 2.5.00 brings a couple of fun new features that I’ll describe in this post.&amp;#160; I can’t take too much credit for them as they came from users who suggested them to me, and helped out getting the code going. &amp;#160; Support for multiple output files Up until now, T4MVC.tt has always generated a single file, which is the T4MVC.cs that you see get nested under it in VS.&amp;#160; And normally, this is the way T4 templates...(&lt;a href="http://blogs.msdn.com/davidebb/archive/2009/11/16/t4mvc-2-5-00-update-multiple-output-files-and-minified-javascript-support.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7257426" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://weblogs.asp.net/members/Anonymous.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/ASP.NET/default.aspx" /><category term="MVC" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/MVC/default.aspx" /><category term="T4" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/T4/default.aspx" /><category term="T4MVC" scheme="http://weblogs.asp.net/aspnet-team/archive/tags/T4MVC/default.aspx" /></entry></feed>