<?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/"
	>

<channel>
	<title>My Life And My Jobs</title>
	<atom:link href="http://xiaobin700.blog.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://xiaobin700.blog.com</link>
	<description>my lifestyle and my job</description>
	<pubDate>Thu, 09 Jul 2009 12:40:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ambient transaction in .net</title>
		<link>http://xiaobin700.blog.com/2009/07/09/ambient-transaction-in-net/</link>
		<comments>http://xiaobin700.blog.com/2009/07/09/ambient-transaction-in-net/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 12:39:50 +0000</pubDate>
		<dc:creator>xiaobin700</dc:creator>
		
		<category><![CDATA[.Net Framework]]></category>

		<category><![CDATA[transaction]]></category>

		<guid isPermaLink="false">http://xiaobin700.blog.com/?p=20</guid>
		<description><![CDATA[ Just leave a link here, I&#8217;ll write tomorrow!
]]></description>
			<content:encoded><![CDATA[<p> Just leave a link here, I&#8217;ll write tomorrow!</p>
]]></content:encoded>
			<wfw:commentRss>http://xiaobin700.blog.com/2009/07/09/ambient-transaction-in-net/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Appdomain and assembly in .net Framework</title>
		<link>http://xiaobin700.blog.com/2009/07/09/appdomain-and-assembly-in-net-framework/</link>
		<comments>http://xiaobin700.blog.com/2009/07/09/appdomain-and-assembly-in-net-framework/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 11:45:41 +0000</pubDate>
		<dc:creator>xiaobin700</dc:creator>
		
		<category><![CDATA[.Net Framework]]></category>

		<category><![CDATA[appdomain]]></category>

		<category><![CDATA[assembly]]></category>

		<guid isPermaLink="false">http://xiaobin700.blog.com/?p=18</guid>
		<description><![CDATA[  Appdomain is new application boundary in .net applications. Different appdomains can run in a single process,they can share assemblies or they can keep assemblies for their own.
  By default ,every appdomain should load assemblies they needed,they don&#8217;t share them.To change this,we can put a   LoaderOptimizationAttribute  on the entry function [...]]]></description>
			<content:encoded><![CDATA[<p>  Appdomain is new application boundary in .net applications. Different appdomains can run in a single process,they can share assemblies or they can keep assemblies for their own.<br />
  By default ,every appdomain should load assemblies they needed,they don&#8217;t share them.To change this,we can put a   <font color="blue">LoaderOptimizationAttribute </font> on the entry function of the application ,It can be assigned with any of the following <strong>LoaderOptimization</strong> enumeration<br />
1.SingleDomain       each appdomain has their own assemblies(they share nothing)<br />
2.MultiDomain        they try to share as many as they can (a assembly that can be share by different appdomain must be domain neutral)<br />
3.MultiDomainHost  only assemblies load from GAC is shared cross appdomain.</p>
<p>some caution:<br />
 1.Assemblies load by using Assembly.Load() or LoadFrom() method can not be shared.</p>
<p> 2.All the dependencies of an assembly must be located and loaded when the assembly is loaded domain-neutral, because a dependency that cannot be loaded domain-neutral prevents the assembly from being loaded domain-neutral. </p>
<p> 3.Each appdomain has its own static data ,when using a shared assembly.</p>
<p> 4.An shared assembly could be jit-compiled more times when the appdomain who shared the assembly has different security rights.</p>
]]></content:encoded>
			<wfw:commentRss>http://xiaobin700.blog.com/2009/07/09/appdomain-and-assembly-in-net-framework/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Travels of Marco Polo Chapter I (1)</title>
		<link>http://xiaobin700.blog.com/2009/06/01/the-travels-of-marco-polo-chapter-i-1/</link>
		<comments>http://xiaobin700.blog.com/2009/06/01/the-travels-of-marco-polo-chapter-i-1/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 12:51:58 +0000</pubDate>
		<dc:creator>xiaobin700</dc:creator>
		
		<guid isPermaLink="false">http://xiaobin700.blog.com/?p=9</guid>
		<description><![CDATA[Some new words
1.proceed 

  To move, pass, or go forward or onward; to advance; to continue or renew motion begun; as, to proceed on a journey; To pass from one point, topic, or stage, to another; as, to proceed with a story or argument; To issue or come forth as from a source or [...]]]></description>
			<content:encoded><![CDATA[<div style="color:red;font-size:14px">Some new words</div>
<p><strong>1.proceed </strong></p>
<div>
 <em> To move, pass, or go forward or onward; to advance; to continue or renew motion begun; as, to proceed on a journey; To pass from one point, topic, or stage, to another; as, to proceed with a story or argument; To issue or come forth as from a source or origin; to come from; as, light proceeds &#8230;</em><br />
 eg.Shall we proceed with the planned investment?
</div>
<p><strong>2.proceeding</strong><br />
 <em> The act of one who proceeds, or who prosecutes a design or transaction; progress or movement from one thing to another; a measure or step taken in a course of business; a transaction; as, an illegal proceeding; a cautious or a violent proceeding; Plural, see proceedings </em></p>
]]></content:encoded>
			<wfw:commentRss>http://xiaobin700.blog.com/2009/06/01/the-travels-of-marco-polo-chapter-i-1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My first blog!</title>
		<link>http://xiaobin700.blog.com/2009/06/01/my-first-blog/</link>
		<comments>http://xiaobin700.blog.com/2009/06/01/my-first-blog/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 12:24:23 +0000</pubDate>
		<dc:creator>xiaobin700</dc:creator>
		
		<category><![CDATA[My lifestyle]]></category>

		<guid isPermaLink="false">http://xiaobin700.blog.com/?p=3</guid>
		<description><![CDATA[Today is June 1,2009,this is my first blog,make a mark!
]]></description>
			<content:encoded><![CDATA[<p>Today is June 1,2009,this is my first blog,make a mark!</p>
]]></content:encoded>
			<wfw:commentRss>http://xiaobin700.blog.com/2009/06/01/my-first-blog/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
