<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Felipe Alfaro Solana &#187; Mono</title>
	<atom:link href="http://www.felipe-alfaro.org/blog/category/mono/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.felipe-alfaro.org/blog</link>
	<description>A little bit of technology, security and networking with Linux, FreeBSD and Mac OS X, plus some personal opinions.</description>
	<lastBuildDate>Sun, 23 Oct 2011 16:46:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Mono XSP ASP.NET has trouble locating code-behind sources</title>
		<link>http://www.felipe-alfaro.org/blog/2004/04/04/mono-xsp-aspnet-has-trouble-locating-code-behind-sources/</link>
		<comments>http://www.felipe-alfaro.org/blog/2004/04/04/mono-xsp-aspnet-has-trouble-locating-code-behind-sources/#comments</comments>
		<pubDate>Sun, 04 Apr 2004 10:31:52 +0000</pubDate>
		<dc:creator>Felipe Alfaro Solana</dc:creator>
				<category><![CDATA[Mono]]></category>

		<guid isPermaLink="false">http://felipe-alfaro.org/blog/?p=49</guid>
		<description><![CDATA[With ASP.NET pages, if code behind is used, a separate .cs file must contain the C# source code. This C# file must be manually compiled into a .DLL and placed in the Mono /lib directory, so that Mono can make use of it. However, with XSP, it&#8217;s possible to tell Mono where the .cs code [...]]]></description>
			<content:encoded><![CDATA[<p>With ASP.NET pages, if code behind is used, a separate .cs file must contain the C# source code. This C# file must be manually compiled into a .DLL and placed in the Mono <i>/lib</i> directory, so that Mono can make use of it.</p>
<p>However, with XSP, it&#8217;s possible to tell Mono where the .cs code behind file is placed, so the whole process is automated. For example, instead of specifying the following Page directive in the .aspx file:</p>
<p><code>< %@ Page language="c#" Inherits="MonoTest.Test" %></code></p>
<p>we could have specified the following one:</p>
<p><code>< %@ Page language="c#" Inherits="MonoTest.Test" Src="codebehind1.cs" %></code></p>
<p>The new Page directive tells Mono where to find the codebehind source file and it&#8217;s name.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.felipe-alfaro.org/blog/2004/04/04/mono-xsp-aspnet-has-trouble-locating-code-behind-sources/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

