<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="/pages/css/rss.css" type="text/css"?>
<rss xmlns:ps="http://trailfire.com" version="2.0"><channel><title>".Net 2.0 compilation" by pXesi</title><link>http://www.trailfire.com/pXesi/trails/47050</link><category>pXesi/trails</category><ttl>60</ttl><item><title>CoDe Magazine - Article: Compilation and Deployment in ASP.NET 2.0</title><link>http://www.trailfire.com/pXesi/marks/159672</link><description><![CDATA[By default, ASP.NET compiles pages and controls on a per-directory level. The compiler takes all pages, controls, and master pages of a given language (C# or Visual Basic .NET) in a directory and compiles them into a single assembly that contains everything that the page or control requires. If you have multiple directories you will have one assembly for each. By default each directory compiles into a separate assembly, but the compiler can also create one assembly per page/control. When running Visual Studio you can use directory-level compilation and every time you make a change in a page or control, the directory-level assembly recompiles. If you make a change in any files in the APP_CODE folder, the APP_CODE assembly also recompiles.]]></description><category>.Net 2.0 compilation</category><author>pXesi</author><pubDate>Tue, 16 Oct 2007 06:51:54 -0700</pubDate><guid isPermalink="false">trailfire:markId:159672</guid></item><item><title>CoDe Magazine - Article: Compilation and Deployment in ASP.NET 2.0</title><link>http://www.trailfire.com/pXesi/marks/159689</link><description><![CDATA[<P ALIGN="justify"><FONT FACE="Verdana, Arial, Helvetica, sans-serif" SIZE="2">You can check out the generated class if you run your Web application in debug mode ( in web.config) by looking in your Temporary ASP.NET Files folder in the .NET Framework directory. On my machine, the path looks something like this.</FONT></P><FONT COLOR="#660000" FACE="Courier New" SIZE="2">C:\Windows\Microsoft.NET\Framework\v2.0.50727\<BR></FONT><FONT COLOR="#660000" FACE="Courier New" SIZE="2">&nbsp;Temporary&nbsp;ASP.NET&nbsp;Files\compilationanddeployment\<BR></FONT><FONT COLOR="#660000" FACE="Courier New" SIZE="2">&nbsp;fc448eb9\60feb83a<BR></FONT><P ALIGN="justify"><FONT FACE="Verdana, Arial, Helvetica, sans-serif" SIZE="2">The directory names below the virtual name will vary for your machine and there may be multiple directories-you have to find the right one by looking at timestamps or simply by looking at file content. In this directory you will find the compiled DLLs for the APP_CODE assembly, as well as any directory-level page and control assemblies that you can inspect with Reflector as shown in <B>Figure 2</B>. Also in this directory will be a set of .cs or .vb files that contain the generated ASP.NET classes that ASP.NET uses to compile the assemblies. The names for these assemblies and source files are randomly based on a hashcode, so you have to open them individually to find the one you’re interested in.</FONT></P>]]></description><category>.Net 2.0 compilation</category><author>pXesi</author><pubDate>Tue, 16 Oct 2007 08:50:28 -0700</pubDate><guid isPermalink="false">trailfire:markId:159689</guid></item><item><title>CoDe Magazine - Article: Compilation and Deployment in ASP.NET 2.0</title><link>http://www.trailfire.com/pXesi/marks/159694</link><description><![CDATA[<P><FONT COLOR="darkblue" FACE="Verdana, Arial, Helvetica, sans-serif" SIZE="2"><I><B>Full Pre-Compilation</B></I></FONT></P><P ALIGN="justify"><FONT FACE="Verdana, Arial, Helvetica, sans-serif" SIZE="2">The most common deployment scenario is full pre-compilation. In this model you use the ASPNET_COMPILER utility or the Web Site Publish feature inside of Visual Studio, which uses the same compilation APIs, to pre-compile your site in its entirety. This means that all markup pages (ASPX/ASCX/MASTER), CodeBeside classes, and all code in the APP_CODE directory are pre-compiled. The compiler takes the existing Web site and publishes the site to a new directory copying all files that relate to the Web sites including static files like images and CSS files. The compiler is essentially generating a complete copy of your Web site outputting a large number of compiled files in the BIN directory.</FONT></P>]]></description><category>.Net 2.0 compilation</category><author>pXesi</author><pubDate>Tue, 16 Oct 2007 09:11:49 -0700</pubDate><guid isPermalink="false">trailfire:markId:159694</guid></item><item><title>Fonctionnement de la compilation dynamique d&amp;#039;ASP.NET</title><link>http://www.trailfire.com/pXesi/marks/175836</link><description></description><category>.Net 2.0 compilation</category><author>pXesi</author><pubDate>Fri, 16 Nov 2007 01:21:29 -0800</pubDate><guid isPermalink="false">trailfire:markId:175836</guid></item><item><title>RegisterClientScriptInclude</title><link>http://www.trailfire.com/pXesi/marks/175843</link><description><![CDATA[When debugging is off, the JavaScript is cached on the client automatically.]]></description><category>.Net 2.0 compilation</category><author>pXesi</author><pubDate>Thu, 22 Nov 2007 02:06:29 -0800</pubDate><guid isPermalink="false">trailfire:markId:175843</guid></item><item><title>Basic WCF Programming</title><link>http://www.trailfire.com/pXesi/marks/176525</link><description></description><category>.Net 2.0 compilation</category><author>pXesi</author><pubDate>Mon, 19 Nov 2007 05:44:57 -0800</pubDate><guid isPermalink="false">trailfire:markId:176525</guid></item></channel></rss>
