<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>MvcScriptManager Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/MvcScriptManager/Wiki/View.aspx?title=Home</link><description>MvcScriptManager Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://mvcscriptmanager.codeplex.com/wikipage?version=20</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Project Description&lt;/h2&gt;MvcScriptManager is aimed to port certain key features available in AjaxControlToolkit&amp;#39;s ToolkitScriptManager  into  the current ASP.NET MVC Framework. You will be able to use it as a control in your ASP.NET MVC application.
&lt;h2&gt;Features&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;Script combination (or concatenation). Scripts declared with MvcScriptManager will be combined on the fly into a single script file request when the page is rendered.&lt;/li&gt;
&lt;li&gt;Script minification (or crunching) in release mode. Minification process is done only once at the first request that references the specific script. Subsequent requests will use the crunched script content in cache (see #5 for detail). Crunching can be enabled/disabled for each script.&lt;/li&gt;
&lt;li&gt;Render localized resources for stand-alone script files. Localized strings will be appended to the script if specified.&lt;/li&gt;
&lt;li&gt;Support configurable HTTP compression and expiration setting when outputing scripts.&lt;/li&gt;
&lt;li&gt;Script caching with file dependency. Script file content is cached so that rendering combined script file will be much more performant. Cache dependency is linked to the physical file therefore any script update in the file system will be reflected in the cache instantly.&lt;/li&gt;
&lt;li&gt;Support rendering scripts in debug/release mode based on the running environment.&lt;/li&gt;
&lt;li&gt;Resolving different paths for stand-alone script files.&lt;/li&gt;
&lt;li&gt;Support multiple MvcScriptManagers on a single page (or master page). Support both Master and Slave rendering mode so that scripts declared with one ScriptManager can be rolled over to another one for rendering.&lt;/li&gt;
&lt;li&gt;Suport web farm scenario.&lt;/li&gt;&lt;/ol&gt;

&lt;h2&gt;What MvcScriptManager Won't Offer&lt;/h2&gt;Below are the things MvcScriptManager doesn't (and probably won't) offer in case you are used to using the ScriptManager and assume these features are included:
&lt;ul&gt;&lt;li&gt;Support for ASP.NET Ajax extensibility model.  In my opinion, with ASP.NET MVC Framework and jQuery, writing ajax script/extender controls is no longer necessary.&lt;/li&gt;
&lt;li&gt;Support for embedded script files. We should avoid embedding script files in assembly anyway because updates of script will require a rebuild of the project which is not ideal.&lt;/li&gt;
&lt;li&gt;Provide access to web methods from script by registering web services. This is overhead and you can totally avoid it by either using jQuery’s AJAX utilities or Sys.Net.WebServiceProxy class available in ASP.NET AJAX client library.&lt;/li&gt;
&lt;li&gt;Support UpdatePanel and partial-page Rendering.&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;How to Use MvcScriptManager&lt;/h2&gt;Please see the attached &lt;a href="http://mvcscriptmanager.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28702#DownloadId=89469" class="externalLink"&gt;Readme.pdf&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>thuang</author><pubDate>Tue, 27 Oct 2009 05:07:59 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20091027050759A</guid></item><item><title>Updated Wiki: Home</title><link>http://mvcscriptmanager.codeplex.com/wikipage?version=19</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Project Description&lt;/h2&gt;MvcScriptManager is aimed to port certain key features available in AjaxControlToolkit&amp;#39;s ToolkitScriptManager  into  the current ASP.NET MVC Framework. You will be able to use it as a control in your ASP.NET MVC application.
&lt;h2&gt;Features&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;Script combination (or concatenation). Scripts declared with MvcScriptManager will be combined on the fly into a single script file request when the page is rendered.&lt;/li&gt;
&lt;li&gt;Script minification (or crunching) in release mode. Minification process is done only once at the first request that references the specific script. Subsequent requests will use the crunched script content in cache (see #5 for detail). Crunching can be enabled/disabled for each script.&lt;/li&gt;
&lt;li&gt;Render localized resources for stand-alone script files. Localized strings will be appended to the script if specified.&lt;/li&gt;
&lt;li&gt;Support configurable HTTP compression and expiration setting when outputing scripts.&lt;/li&gt;
&lt;li&gt;Script caching with file dependency. Script file content is cached so that rendering combined script file will be much more performant. Cache dependency is linked to the physical file therefore any script update in the file system will be reflected in the cache instantly.&lt;/li&gt;
&lt;li&gt;Support rendering scripts in debug/release mode based on the running environment.&lt;/li&gt;
&lt;li&gt;Resolving different paths for stand-alone script files.&lt;/li&gt;
&lt;li&gt;Support multiple MvcScriptManagers on a single page (or master page). Support both Master and Slave rendering mode so that scripts declared with one ScriptManager can be rolled over to another one for rendering.&lt;/li&gt;&lt;/ol&gt;

&lt;h2&gt;What MvcScriptManager Won't Offer&lt;/h2&gt;Below are the things MvcScriptManager doesn't (and probably won't) offer in case you are used to using the ScriptManager and assume these features are included:
&lt;ul&gt;&lt;li&gt;Support for ASP.NET Ajax extensibility model.  In my opinion, with ASP.NET MVC Framework and jQuery, writing ajax script/extender controls is no longer necessary.&lt;/li&gt;
&lt;li&gt;Support for embedded script files. We should avoid embedding script files in assembly anyway because updates of script will require a rebuild of the project which is not ideal.&lt;/li&gt;
&lt;li&gt;Provide access to web methods from script by registering web services. This is overhead and you can totally avoid it by either using jQuery’s AJAX utilities or Sys.Net.WebServiceProxy class available in ASP.NET AJAX client library.&lt;/li&gt;
&lt;li&gt;Support UpdatePanel and partial-page Rendering.&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;How to Use MvcScriptManager&lt;/h2&gt;Please see the attached &lt;a href="http://mvcscriptmanager.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28702#DownloadId=89469" class="externalLink"&gt;Readme.pdf&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>thuang</author><pubDate>Tue, 27 Oct 2009 05:06:56 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20091027050656A</guid></item><item><title>Updated Wiki: Home</title><link>http://mvcscriptmanager.codeplex.com/Wiki/View.aspx?title=Home&amp;version=18</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Project Description&lt;/h2&gt;MvcScriptManager is aimed to port certain key features available in AjaxControlToolkit&amp;#39;s ToolkitScriptManager  into  the current ASP.NET MVC Framework. You will be able to use it as a control in your ASP.NET MVC application.
&lt;h2&gt;Features&lt;/h2&gt;&lt;ol&gt;&lt;li&gt;Script combination (or concatenation). Scripts declared with MvcScriptManager will be combined on the fly into a single script file request when the page is rendered.&lt;/li&gt;
&lt;li&gt;Script minification (or crunching) in release mode. Minification process is done only once at the first request that references the specific script. Subsequent requests will use the crunched script content in cache (see #5 for detail). Crunching can be enabled/disabled for each script.&lt;/li&gt;
&lt;li&gt;Render localized resources for stand-alone script files. Localized strings will be appended to the script if specified.&lt;/li&gt;
&lt;li&gt;Support configurable HTTP compression and expiration setting when outputing scripts.&lt;/li&gt;
&lt;li&gt;Script caching with file dependency. Script file content is cached so that rendering combined script file will be much more performant. Cache dependency is linked to the physical file therefore any script update in the file system will be reflected in the cache instantly.&lt;/li&gt;
&lt;li&gt;Support rendering scripts in debug/release mode based on the running environment.&lt;/li&gt;
&lt;li&gt;Resolving different paths for stand-alone script files.&lt;/li&gt;
&lt;li&gt;Support multiple MvcScriptManagers on a single page (or master page). Support both Master and Slave rendering mode so that scripts declared with one ScriptManager can be rolled over to another one for rendering.&lt;/li&gt;&lt;/ol&gt;

&lt;h2&gt;What MvcScriptManager Won't Offer&lt;/h2&gt;Below are the things MvcScriptManager doesn't (and probably won't) offer in case you are used to using the ScriptManager and assume these features are included:
&lt;ul&gt;&lt;li&gt;Support for ASP.NET Ajax extensibility model.  In my opinion, with ASP.NET MVC Framework and jQuery, writing ajax script/extender controls is no longer necessary.&lt;/li&gt;
&lt;li&gt;Support for embedded script files. We should avoid embedding script files in assembly anyway because updates of script will require a rebuild of the project which is not ideal.&lt;/li&gt;
&lt;li&gt;Provide access to web methods from script by registering web services. This is overhead and you can totally avoid it by either using jQuery’s AJAX utilities or Sys.Net.WebServiceProxy class available in ASP.NET AJAX client library.&lt;/li&gt;
&lt;li&gt;Support UpdatePanel and partial-page Rendering.&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;How to Use MvcScriptManager&lt;/h2&gt;Please see the attached &lt;a href="javascript:window.location.href='http://mvcscriptmanager.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=70599';"&gt;Readme.pdf&lt;/a&gt;.&lt;br /&gt;
&lt;h4&gt;&lt;u&gt;Who's using this code/library?&lt;/u&gt;&lt;/h4&gt;If you use this code in your project, please &lt;a href="http://www.codeplex.com/MvcScriptManager/Thread/List.aspx" class="externalLink"&gt;drop me a message&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/div&gt;</description><author>thuang</author><pubDate>Mon, 15 Jun 2009 05:58:22 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090615055822A</guid></item><item><title>Updated Wiki: Home</title><link>http://mvcscriptmanager.codeplex.com/Wiki/View.aspx?title=Home&amp;version=17</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Project Description&lt;/h2&gt;MvcScriptManager is aimed to port certain key features available in AjaxControlToolkit&amp;#39;s ToolkitScriptManager  into  the current ASP.NET MVC Framework. You will be able to use it as a control in your ASP.NET MVC application.
&lt;h2&gt;Features&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Script combining. Scripts declared with MvcScriptManager will be dynamically combined into a single script file request when the page is rendered.&lt;/li&gt;
&lt;li&gt;Render localized resources for stand-alone script files. Localized strings will be appended to the script if specified.&lt;/li&gt;
&lt;li&gt;Support script crunching in release mode. Crunching can be enabled/disabled for each script.&lt;/li&gt;
&lt;li&gt;Support configurable HTTP compression and expiration setting when outputing scripts.&lt;/li&gt;
&lt;li&gt;Script content caching with file dependency. Script file content is cached so that rendering combined script file will be much more performant. Cache dependency is linked to the physical file therefore any script update in the file system will be reflected in the cache instantly.&lt;/li&gt;
&lt;li&gt;Support rendering scripts in debug/release mode based on the running environment.&lt;/li&gt;
&lt;li&gt;Resolving different paths for stand-alone script files.&lt;/li&gt;
&lt;li&gt;Support multiple MvcScriptManager's on a single page (or master page). Support both Master and Slave rendering modes:
&lt;ul&gt;&lt;li&gt;Master rendering mode – will render &amp;lt;Script/&amp;gt; tag, and include all scripts from itself and those from its slave(s).&lt;/li&gt;
&lt;li&gt;Slave rendering mode – will not render anything. But appends current instance’s scripts to preceding Master instance. This property is useful, especially when you have one or more ScriptManagers declared in the master page(s), and you are declaring another ScriptManager in the specific (non-master) page to add more scripts, but you want to hand over the rendering to the ScriptManager inside the master page only. In this case, you can set the ScriptManager's RenderMode in master page to Master, and the ScriptManager's RenderMode in the specific page to Slave.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;What MvcScriptManager Won't Offer&lt;/h2&gt;Below are the things MvcScriptManager doesn't (and probably won't) offer in case you are used to using the ScriptManager and assume these features are included:
&lt;ul&gt;&lt;li&gt;Support for ASP.NET Ajax extensibility model.  In my opinion, with ASP.NET MVC Framework and jQuery, writing ajax script/extender controls is no longer necessary.&lt;/li&gt;
&lt;li&gt;Support for embedded script files. We should avoid embedding script files in assembly anyway because updates of script will require a rebuild of the project which is not ideal.&lt;/li&gt;
&lt;li&gt;Provide access to web methods from script by registering web services. This is overhead and you can totally avoid it by either using jQuery’s AJAX utilities or Sys.Net.WebServiceProxy class available in ASP.NET AJAX client library.&lt;/li&gt;
&lt;li&gt;Support UpdatePanel and partial-page Rendering.&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;How to Use MvcScriptManager&lt;/h2&gt;Please see the attached &lt;a href="javascript:window.location.href='http://mvcscriptmanager.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=70599';"&gt;Readme.pdf&lt;/a&gt;.&lt;br /&gt;
&lt;h4&gt;&lt;u&gt;Who's using this code/library?&lt;/u&gt;&lt;/h4&gt;If you use this code in your project, please &lt;a href="http://www.codeplex.com/MvcScriptManager/Thread/List.aspx" class="externalLink"&gt;drop me a message&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/div&gt;</description><author>thuang</author><pubDate>Fri, 05 Jun 2009 06:39:53 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090605063953A</guid></item><item><title>Updated Wiki: Home</title><link>http://mvcscriptmanager.codeplex.com/Wiki/View.aspx?title=Home&amp;version=16</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Project Description&lt;/h2&gt;MvcScriptManager is aimed to port certain key features available in AjaxControlToolkit&amp;#39;s ToolkitScriptManager  into  the current ASP.NET MVC Framework. You will be able to use it as a control in your ASP.NET MVC application.
&lt;h2&gt;Features&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;Script combining. Scripts declared with MvcScriptManager will be dynamically combined into a single script file request when the page is rendered.&lt;/li&gt;
&lt;li&gt;Render localized resources for stand-alone script files. Localized strings will be appended to the script if specified.&lt;/li&gt;
&lt;li&gt;Support script crunching in release mode. Crunching can be enabled/disabled for each script.&lt;/li&gt;
&lt;li&gt;Support configurable HTTP compression and expiration setting when outputing scripts.&lt;/li&gt;
&lt;li&gt;Script content caching with file dependency. Script file content is cached so that rendering combined script file will be much more performant. Cache dependency is linked to the physical file therefore any script update in the file system will be reflected in the cache instantly.&lt;/li&gt;
&lt;li&gt;Support rendering scripts in debug/release mode based on the running environment.&lt;/li&gt;
&lt;li&gt;Resolving different paths for stand-alone script files.&lt;/li&gt;
&lt;li&gt;Support multiple MvcScriptManager's on a single page (or master page).&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;What MvcScriptManager Won't Offer&lt;/h2&gt;Below are the things MvcScriptManager doesn't (and probably won't) offer in case you are used to using the ScriptManager and assume these features are included:
&lt;ul&gt;&lt;li&gt;Support for ASP.NET Ajax extensibility model.  In my opinion, with ASP.NET MVC Framework and jQuery, writing ajax script/extender controls is no longer necessary.&lt;/li&gt;
&lt;li&gt;Support for embedded script files. We should avoid embedding script files in assembly anyway because updates of script will require a rebuild of the project which is not ideal.&lt;/li&gt;
&lt;li&gt;Provide access to web methods from script by registering web services. This is overhead and you can totally avoid it by either using jQuery’s AJAX utilities or Sys.Net.WebServiceProxy class available in ASP.NET AJAX client library.&lt;/li&gt;
&lt;li&gt;Support UpdatePanel and partial-page Rendering.&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;How to Use MvcScriptManager&lt;/h2&gt;Please see the attached &lt;a href="javascript:window.location.href='http://mvcscriptmanager.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=70566';"&gt;Readme.pdf&lt;/a&gt;.&lt;br /&gt;
&lt;h4&gt;&lt;u&gt;Who's using this code/library?&lt;/u&gt;&lt;/h4&gt;If you use this code in your project, please &lt;a href="http://www.codeplex.com/MvcScriptManager/Thread/List.aspx" class="externalLink"&gt;drop me a message&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/div&gt;</description><author>thuang</author><pubDate>Thu, 04 Jun 2009 23:32:53 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090604113253P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/MvcScriptManager/Wiki/View.aspx?title=Home&amp;version=15</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;MvcScriptManager is aimed to port certain key features available in AjaxControlToolkit&amp;#39;s ToolkitScriptManager  into  the current ASP.NET MVC Framework. You will be able to use it as a control in your ASP.NET MVC application.&lt;br /&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Script combining. Scripts declared with MvcScriptManager will be dynamically combined into a single script file request when the page is rendered.&lt;/li&gt;&lt;li&gt;Render localized resources for stand-alone script files. Localized strings will be appended to the script if specified.&lt;/li&gt;&lt;li&gt;Support script crunching in release mode. Crunching can be enabled/disabled for each script.&lt;/li&gt;&lt;li&gt;Support configurable HTTP compression and expiration setting when outputing scripts.&lt;/li&gt;&lt;li&gt;Script content caching with file dependency. Script file content is cached so that rendering combined script file will be much more performant. Cache dependency is linked to the physical file therefore any script update in the file system will be reflected in the cache instantly.&lt;/li&gt;&lt;li&gt;Support rendering scripts in debug/release mode based on the running environment.&lt;/li&gt;&lt;li&gt;Resolving different paths for stand-alone script files.&lt;/li&gt;&lt;li&gt;Support multiple MvcScriptManager's on a single page (or master page).&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
What MvcScriptManager Won't Offer
&lt;/h2&gt;Below are the things MvcScriptManager doesn't (and probably won't) offer in case you are used to using the ScriptManager and assume these features are included:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Support for ASP.NET Ajax extensibility model.  In my opinion, with ASP.NET MVC Framework and jQuery, writing ajax script/extender controls is no longer necessary.&lt;/li&gt;&lt;li&gt;Support for embedded script files. We should avoid embedding script files in assembly anyway because updates of script will require a rebuild of the project which is not ideal.&lt;/li&gt;&lt;li&gt;Provide access to web methods from script by registering web services. This is overhead and you can totally avoid it by either using jQuery’s AJAX utilities or Sys.Net.WebServiceProxy class available in ASP.NET AJAX client library.&lt;/li&gt;&lt;li&gt;Support UpdatePanel and partial-page Rendering.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How to Use MvcScriptManager
&lt;/h2&gt;Please see the attached &lt;a href="javascript:window.location.href='http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=MvcScriptManager&amp;amp;DownloadId=59109';"&gt;Readme.pdf&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;h4&gt;
&lt;u&gt;Who's using this code/library?&lt;/u&gt;
&lt;/h4&gt;If you use this code in your project, please &lt;a href="http://www.codeplex.com/MvcScriptManager/Thread/List.aspx" class="externalLink"&gt;drop me a message&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>thuang</author><pubDate>Thu, 26 Feb 2009 08:52:53 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090226085253A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/MvcScriptManager/Wiki/View.aspx?title=Home&amp;version=14</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;MvcScriptManager is aimed to port certain key features available in AjaxControlToolkit&amp;#39;s ToolkitScriptManager  into  the current ASP.NET MVC Framework. You will be able to use it as a control in your ASP.NET MVC application.&lt;br /&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Script combining. Scripts declared with MvcScriptManager will be dynamically combined into a single script file request when the page is rendered.&lt;/li&gt;&lt;li&gt;Render localized resources for stand-alone script files. Localized strings will be appended to the script if specified.&lt;/li&gt;&lt;li&gt;Support script crunching in release mode. Crunching can be enabled/disabled for each script.&lt;/li&gt;&lt;li&gt;Support configurable HTTP compression and expiration setting when outputing scripts.&lt;/li&gt;&lt;li&gt;Script content caching with file dependency. Script file content is cached so that rendering combined script file will be much more performant. Cache dependency is linked to the physical file therefore any script update in the file system will be reflected in the cache instantly.&lt;/li&gt;&lt;li&gt;Support rendering scripts in debug/release mode based on the running environment.&lt;/li&gt;&lt;li&gt;Resolving different paths for stand-alone script files.&lt;/li&gt;&lt;li&gt;Support multiple MvcScriptManager's on a single page (or master page).&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
What MvcScriptManager Won't Offer
&lt;/h2&gt;Below are the things MvcScriptManager doesn't (and probably won't) offer in case you are used to using the ScriptManager and assume these features are included:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Support for ASP.NET Ajax extensibility model.  In my opinion, with ASP.NET MVC Framework and jQuery, writing ajax script/extender controls is no longer necessary.&lt;/li&gt;&lt;li&gt;Support for embedded script files. We should avoid embedding script files in assembly anyway because updates of script will require a rebuild of the project which is not ideal.&lt;/li&gt;&lt;li&gt;Provide access to web methods from script by registering web services. This is overhead and you can totally avoid it by either using jQuery’s AJAX utilities or Sys.Net.WebServiceProxy class available in ASP.NET AJAX client library.&lt;/li&gt;&lt;li&gt;Support UpdatePanel and partial-page Rendering.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How to Use MvcScriptManager
&lt;/h2&gt;Please see the attached &lt;a href="javascript:window.location.href='http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=MvcScriptManager&amp;amp;DownloadId=58093';"&gt;Readme.pdf&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;h4&gt;
&lt;u&gt;Who's using this code/library?&lt;/u&gt;
&lt;/h4&gt;If you use this code in your project, please &lt;a href="http://www.codeplex.com/MvcScriptManager/Thread/List.aspx" class="externalLink"&gt;drop me a message&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; so we can include it in this list!&lt;br /&gt;
&lt;/div&gt;</description><author>thuang</author><pubDate>Fri, 20 Feb 2009 01:02:26 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090220010226A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/MvcScriptManager/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;MvcScriptManager is aimed to port certain key features available in AjaxControlToolkit&amp;#39;s ToolkitScriptManager  into  the current ASP.NET MVC Framework. You will be able to use it as a control in your ASP.NET MVC application.&lt;br /&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Script combining. Scripts declared with MvcScriptManager will be dynamically combined into a single script file request when the page is rendered.&lt;/li&gt;&lt;li&gt;Render localized resources for stand-alone script files. Localized strings will be appended to the script if specified.&lt;/li&gt;&lt;li&gt;Support configurable HTTP compression and expiration setting when outputing scripts.&lt;/li&gt;&lt;li&gt;Script content caching with file dependency. Script file content is cached so that rendering combined script file will be much more performant. Cache dependency is linked to the physical file therefore any script update in the file system will be reflected in the cache instantly.&lt;/li&gt;&lt;li&gt;Support rendering scripts in debug/release mode based on the running environment.&lt;/li&gt;&lt;li&gt;Resolving different paths for stand-alone script files.&lt;/li&gt;&lt;li&gt;Support multiple MvcScriptManager's on a single page (or master page).&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
What MvcScriptManager Won't Offer
&lt;/h2&gt;Below are the things MvcScriptManager doesn't (and probably won't) offer in case you are used to using the ScriptManager and assume these features are included:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Support for ASP.NET Ajax extensibility model.  In my opinion, with ASP.NET MVC Framework and jQuery, writing ajax script/extender controls is no longer necessary.&lt;/li&gt;&lt;li&gt;Support for embedded script files. We should avoid embedding script files in assembly anyway because updates of script will require a rebuild of the project which is not ideal.&lt;/li&gt;&lt;li&gt;Provide access to web methods from script by registering web services. This is overhead and you can totally avoid it by either using jQuery’s AJAX utilities or Sys.Net.WebServiceProxy class available in ASP.NET AJAX client library.&lt;/li&gt;&lt;li&gt;Support UpdatePanel and partial-page Rendering.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How to Use MvcScriptManager
&lt;/h2&gt;Please see the attached &lt;a href="javascript:window.location.href='http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=MvcScriptManager&amp;amp;DownloadId=58093';"&gt;Readme.pdf&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;h4&gt;
&lt;u&gt;Who's using this code/library?&lt;/u&gt;
&lt;/h4&gt;If you use this code in your project, please &lt;a href="http://www.codeplex.com/MvcScriptManager/Thread/List.aspx" class="externalLink"&gt;drop us a message&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; so we can include it in this list!&lt;br /&gt;
&lt;/div&gt;</description><author>thuang</author><pubDate>Sat, 14 Feb 2009 02:41:28 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090214024128A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/MvcScriptManager/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;MvcScriptManager is aimed to port certain key features available in AjaxControlToolkit&amp;#39;s ToolkitScriptManager  into  the current ASP.NET MVC Framework. You will be able to use it as a control in your ASP.NET MVC application.&lt;br /&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Script combining. Scripts declared with MvcScriptManager will be dynamically combined into a single script file request when the page is rendered.&lt;/li&gt;&lt;li&gt;Render localized resources for stand-alone script files. Localized strings will be appended to the script if specified.&lt;/li&gt;&lt;li&gt;Support configurable HTTP compression and expiration setting when outputing scripts.&lt;/li&gt;&lt;li&gt;Script content caching with file dependency. Script file content is cached so that rendering combined script file will be much more performant. Cache dependency is linked to the physical file therefore any script update in the file system will be reflected in the cache instantly.&lt;/li&gt;&lt;li&gt;Support rendering scripts in debug/release mode based on the running environment.&lt;/li&gt;&lt;li&gt;Resolving different paths for stand-alone script files.&lt;/li&gt;&lt;li&gt;Support multiple MvcScriptManager's on a single page (or master page).&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
What MvcScriptManager Won't Offer
&lt;/h2&gt;Below are the things MvcScriptManager doesn't (and probably won't) offer in case you are used to using the ScriptManager and assume these features are included:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Support for ASP.NET Ajax extensibility model.  In my opinion, with ASP.NET MVC Framework and jQuery, writing ajax script/extender controls is no longer necessary.&lt;/li&gt;&lt;li&gt;Support for embedded script files. We should avoid embedding script files in assembly anyway because updates of script will require a rebuild of the project which is not ideal.&lt;/li&gt;&lt;li&gt;Provide access to web methods from script by registering web services. This is overhead and you can totally avoid it by either using jQuery’s AJAX utilities or Sys.Net.WebServiceProxy class available in ASP.NET AJAX client library.&lt;/li&gt;&lt;li&gt;Support UpdatePanel and partial-page Rendering.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How to Use MvcScriptManager
&lt;/h2&gt;Please see the attached &lt;a href="javascript:window.location.href='http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=MvcScriptManager&amp;amp;DownloadId=58093';"&gt;Readme.pdf&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;u&gt;Who's using this code/library?&lt;/u&gt;&lt;br /&gt;If you use this code in your project, please drop us a message so we can include it in this list!&lt;br /&gt;
&lt;/div&gt;</description><author>thuang</author><pubDate>Sat, 14 Feb 2009 02:37:57 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090214023757A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/MvcScriptManager/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;MvcScriptManager is aimed to port certain key features available in AjaxControlToolkit&amp;#39;s ToolkitScriptManager  into  the current ASP.NET MVC Framework. You will be able to use it as a control in your ASP.NET MVC application.&lt;br /&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Script combining. Scripts declared with MvcScriptManager will be dynamically combined into a single script file request when the page is rendered.&lt;/li&gt;&lt;li&gt;Render localized resources for stand-alone script files. Localized strings will be appended to the script if specified.&lt;/li&gt;&lt;li&gt;Support configurable HTTP compression and expiration setting when outputing scripts.&lt;/li&gt;&lt;li&gt;Script content caching with file dependency. Script file content is cached so that rendering combined script file will be much more performant. Cache dependency is linked to the physical file therefore any script update in the file system will be reflected in the cache instantly.&lt;/li&gt;&lt;li&gt;Support rendering scripts in debug/release mode based on the running environment.&lt;/li&gt;&lt;li&gt;Resolving different paths for stand-alone script files.&lt;/li&gt;&lt;li&gt;Support multiple MvcScriptManager's on a single page (or master page).&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
What MvcScriptManager Won't Offer
&lt;/h2&gt;Below are the things MvcScriptManager doesn't (and probably won't) offer in case you are used to using the ScriptManager and assume these features are included:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Support for ASP.NET Ajax extensibility model.  In my opinion, with ASP.NET MVC Framework and jQuery, writing ajax script/extender controls is no longer necessary.&lt;/li&gt;&lt;li&gt;Support for embedded script files. We should avoid embedding script files in assembly anyway because updates of script will require a rebuild of the project which is not ideal.&lt;/li&gt;&lt;li&gt;Provide access to web methods from script by registering web services. This is overhead and you can totally avoid it by either using jQuery’s AJAX utilities or Sys.Net.WebServiceProxy class available in ASP.NET AJAX client library.&lt;/li&gt;&lt;li&gt;Support UpdatePanel and partial-page Rendering.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How to Use MvcScriptManager
&lt;/h2&gt;Please see the attached &lt;a href="javascript:window.location.href='http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=MvcScriptManager&amp;amp;DownloadId=58075';"&gt;Readme.pdf&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>thuang</author><pubDate>Tue, 10 Feb 2009 04:03:22 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090210040322A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/MvcScriptManager/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;MvcScriptManager is aimed to port certain key features available in AjaxControlToolkit&amp;#39;s ToolkitScriptManager  into  the current ASP.NET MVC Framework. You will be able to use it as a control in your ASP.NET MVC application.&lt;br /&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Script combining. Scripts declared with MvcScriptManager will be dynamically combined into a single script file request when the page is rendered.&lt;/li&gt;&lt;li&gt;Render localized resources for stand-alone script files. Localized strings will be appended to the script if specified.&lt;/li&gt;&lt;li&gt;Support configurable HTTP compression and expiration setting when outputing scripts.&lt;/li&gt;&lt;li&gt;Script content caching with file dependency. Script file content is cached so that rendering combined script file will be much more performant. Cache dependency is linked to the physical file therefore any script update in the file system will be reflected in the cache instantly.&lt;/li&gt;&lt;li&gt;Support rendering scripts in debug/release mode based on the running environment.&lt;/li&gt;&lt;li&gt;Resolving different paths for stand-alone script files.&lt;/li&gt;&lt;li&gt;Support multiple MvcScriptManager's on a single page (or master page).&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
What MvcScriptManager Won't Offer
&lt;/h2&gt;Below are the things MvcScriptManager doesn't (and probably won't) offer in case you are used to using the ScriptManager and assume these features are included:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Support for ASP.NET Ajax extensibility model.  In my opinion, with ASP.NET MVC Framework and jQuery, writing ajax script/extender controls is no longer necessary.&lt;/li&gt;&lt;li&gt;Support for embedded script files. We should avoid embedding script files in assembly anyway because updates of script will require a rebuild of the project which is not ideal.&lt;/li&gt;&lt;li&gt;Provide access to web methods from script by registering web services. This is overhead and you can totally avoid it by either using jQuery’s AJAX utilities or Sys.Net.WebServiceProxy class available in ASP.NET AJAX client library.&lt;/li&gt;&lt;li&gt;Support UpdatePanel and partial-page Rendering.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How to Use MvcScriptManager
&lt;/h2&gt;Please see the attached &lt;a href="javascript:window.location.href='http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=MvcScriptManager&amp;amp;DownloadId=56027';"&gt;Readme.pdf&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>thuang</author><pubDate>Tue, 10 Feb 2009 03:58:03 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090210035803A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/MvcScriptManager/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;MvcScriptManager is aimed to port certain key features available in AjaxControlToolkit&amp;#39;s ToolkitScriptManager  into  the current ASP.NET MVC Framework. You will be able to use it as a control in your ASP.NET MVC application.&lt;br /&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Script combining. Scripts declared with MvcScriptManager will be dynamically combined into a single script file request when the page is rendered.&lt;/li&gt;&lt;li&gt;Render localized resources for stand-alone script files. Localized strings will be appended to the script if specified.&lt;/li&gt;&lt;li&gt;Support configurable script output compression setting.&lt;/li&gt;&lt;li&gt;Script content caching with file dependency. Script file content is cached so that rendering combined script file will be much more performant. Cache dependency is linked to the physical file therefore any script update in the file system will be reflected in the cache instantly.&lt;/li&gt;&lt;li&gt;Resolving different paths for stand-alone script files.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
What MvcScriptManager Won't Offer
&lt;/h2&gt;Below are the things MvcScriptManager doesn't (and probably won't) offer in case you are used to using the ScriptManager and assume these features are included:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Support for ASP.NET Ajax extensibility model.  In my opinion, with ASP.NET MVC Framework and jQuery, writing ajax script/extender controls is no longer necessary.&lt;/li&gt;&lt;li&gt;Support for embedded script files. We should avoid embedding script files in assembly anyway because updates of script will require a rebuild which is not ideal.&lt;/li&gt;&lt;li&gt;Provide access to web methods from script by registering web services.&lt;/li&gt;&lt;li&gt;Support UpdatePanel and partial-page Rendering.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How to Use MvcScriptManager
&lt;/h2&gt;Please see the attached &lt;a href="javascript:window.location.href='http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=MvcScriptManager&amp;amp;DownloadId=55538';"&gt;Readme.pdf&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>thuang</author><pubDate>Fri, 23 Jan 2009 07:37:23 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090123073723A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/MvcScriptManager/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;MvcScriptManager is aimed to port certain key features available in AjaxControlToolkit&amp;#39;s ToolkitScriptManager  into  the current ASP.NET MVC Framework. You will be able to use it as a control in your ASP.NET MVC application.&lt;br /&gt;&lt;h2&gt;
Features
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Script combining. Scripts declared with MvcScriptManager will be dynamically combined into a single script file request when the page is rendered.&lt;/li&gt;&lt;li&gt;Render localized resources for stand-alone script files.&lt;/li&gt;&lt;li&gt;Support configurable script output compression setting and browser caching control setting.&lt;/li&gt;&lt;li&gt;Resolving different paths for stand-alone script files.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
What MvcScriptManager Won't Offer
&lt;/h2&gt;Below are the things MvcScriptManager doesn't (and probably won't) offer in case you are used to using the ScriptManager and assume these features are included:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Support for ASP.NET Ajax extensibility model.  In my opinion, with ASP.NET MVC Framework and jQuery, writing ajax script/extender controls is no longer necessary.&lt;/li&gt;&lt;li&gt;Support for embedded script files. We should avoid embedding script files in assembly anyway because updates of script will require a rebuild which is not ideal.&lt;/li&gt;&lt;li&gt;Provide access to web methods from script by registering web services.&lt;/li&gt;&lt;li&gt;Support UpdatePanel and partial-page Rendering.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How to Use MvcScriptManager
&lt;/h2&gt;Please see the attached &lt;a href="javascript:window.location.href='http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=MvcScriptManager&amp;amp;DownloadId=55538';"&gt;Readme.pdf&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>thuang</author><pubDate>Tue, 20 Jan 2009 06:12:18 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090120061218A</guid></item></channel></rss>