<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Techie Flavors . . .</title>
	<atom:link href="http://mintcoder.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mintcoder.wordpress.com</link>
	<description></description>
	<lastBuildDate>Wed, 11 Mar 2009 08:45:22 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='mintcoder.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/f1f3e40babfc1e7c33a25599443a8bf9?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Techie Flavors . . .</title>
		<link>http://mintcoder.wordpress.com</link>
	</image>
			<item>
		<title>Future Vision by Microsoft</title>
		<link>http://mintcoder.wordpress.com/2009/03/11/future-vision-by-microsoft/</link>
		<comments>http://mintcoder.wordpress.com/2009/03/11/future-vision-by-microsoft/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 08:44:29 +0000</pubDate>
		<dc:creator>Bharath Chowdary</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://mintcoder.wordpress.com/?p=9</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mintcoder.wordpress.com&blog=836780&post=9&subd=mintcoder&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="text-align:center; display: block;"><a href="http://mintcoder.wordpress.com/2009/03/11/future-vision-by-microsoft/"><img src="http://img.youtube.com/vi/7mOGRr_YboQ/2.jpg" alt="" /></a></span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mintcoder.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mintcoder.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mintcoder.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mintcoder.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mintcoder.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mintcoder.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mintcoder.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mintcoder.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mintcoder.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mintcoder.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mintcoder.wordpress.com&blog=836780&post=9&subd=mintcoder&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mintcoder.wordpress.com/2009/03/11/future-vision-by-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/09941fa71883489cde62ed714d978fd5?s=96&#38;d=identicon" medium="image">
			<media:title type="html">mintcoder</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/7mOGRr_YboQ/2.jpg" medium="image" />
	</item>
		<item>
		<title>Configuring Applications &#8211; Part 1 : Assembly Redirection</title>
		<link>http://mintcoder.wordpress.com/2007/05/07/configuring-applications-part-1-assembly-redirection/</link>
		<comments>http://mintcoder.wordpress.com/2007/05/07/configuring-applications-part-1-assembly-redirection/#comments</comments>
		<pubDate>Mon, 07 May 2007 04:01:34 +0000</pubDate>
		<dc:creator>Bharath Chowdary</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://mintcoder.wordpress.com/2007/05/07/configuring-applications-part-1-assembly-redirection/</guid>
		<description><![CDATA[&#160;
.NET Framework gives the control and flexibility over the way applications run. We can have the control over the resources accessed, which versions of the assemblies to be used and where remotes objects are located.These settings can be done in the configuration files , avoiding the need to recompile the applications when changes are required.
Locating [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mintcoder.wordpress.com&blog=836780&post=8&subd=mintcoder&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&nbsp;</p>
<p>.NET Framework gives the control and flexibility over the way applications run. We can have the control over the resources accessed, which versions of the assemblies to be used and where remotes objects are located.These settings can be done in the <a title="Configuration Files" href="http://msdn2.microsoft.com/en-us/library/1xtk877y(VS.80).aspx">configuration files</a> , avoiding the need to recompile the applications when changes are required.</p>
<h5>Locating Assemblies at Runtime:</h5>
<p><a title="How the Runtime Locates Assemblies" href="http://msdn2.microsoft.com/en-us/library/yx7xezcf(VS.80).aspx">Here</a> is an article from MSDN that explains about the way runtime framework searches for the assemblies.</p>
<p>This is a sample which&nbsp;shows the configuration to pick assemblies which are&nbsp;at remote site and directories other than the Application Directory</p>
<p><font color="#0000ff">&lt;<font color="#800000">configuration</font>&gt;<br />&nbsp; &lt;<font color="#800000">runtime</font>&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp; &lt;<font color="#800000">assemblyBinding</font> <font color="#ff0000">xmlns</font>=&#8221;urn:schemas-microsoft-com:asm.v1&#8243;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<font color="#800000">dependentAssembly</font>&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<font color="#800000">assemblyIdentity</font> <font color="#ff0000">name</font>=&#8221;myAssembly&#8221;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color="#ff0000">publicKeyToken</font>=&#8221;32ab4ba45e0a69a1&#8243;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color="#ff0000">culture</font>=&#8221;en-us&#8221; /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<font color="#800000">codeBase</font> <font color="#ff0000">version</font>=&#8221;2.0.0.0&#8243;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color="#ff0000">href</font>=&#8221;</font><a href="http://www.somesite.com/myAssembly.dll&quot;/"><font color="#0000ff">http://www.somesite.com/myAssembly.dll&#8221;/</font></a><font color="#0000ff">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/<font color="#800000">dependentAssembly</font>&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<font color="#800000">dependentAssembly</font>&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;<font color="#800000">assemblyIdentity</font> <font color="#ff0000">name</font>=&#8221;myAssembly2&#8243;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color="#ff0000">publicKeyToken</font>=&#8221;32ab4ba45e0a69a1&#8243;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color="#ff0000">culture</font>=&#8221;en-us&#8221; /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;<font color="#800000">codeBase</font> <font color="#ff0000">version</font>=&#8221;3.0.0.0&#8243;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#ff0000">href</font>=&#8221;file:=///D:/ProgramFiles/SomeDir/myAssembly2.dll&#8221;/&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/<font color="#800000">dependentAssembly</font>&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp; &lt;/<font color="#800000">assemblyBinding</font>&gt;<br />&nbsp; &lt;/<font color="#800000">runtime</font>&gt;<br />&lt;/<font color="#800000">configuration</font>&gt;</font></p>
<p><font color="#808080">For more detailed article refer to <a title="Specifying an Assembly's Location" href="http://msdn2.microsoft.com/en-us/library/4191fzwb(VS.71).aspx">Specifying an Assembly&#8217;s Location</a>. It explains about different ways to bind the assembly using the <font color="#0000ff">&lt;<font color="#800000">codebase</font>&gt;</font> and </font><font color="#0000ff">&lt;<font color="#800000">probing</font>&gt; . </font>This element can be used in the application configuration file, machine configuration file (machine.config), and the publisher policy file.</p>
<p><font color="#808080"></font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mintcoder.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mintcoder.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mintcoder.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mintcoder.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mintcoder.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mintcoder.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mintcoder.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mintcoder.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mintcoder.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mintcoder.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mintcoder.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mintcoder.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mintcoder.wordpress.com&blog=836780&post=8&subd=mintcoder&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mintcoder.wordpress.com/2007/05/07/configuring-applications-part-1-assembly-redirection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/09941fa71883489cde62ed714d978fd5?s=96&#38;d=identicon" medium="image">
			<media:title type="html">mintcoder</media:title>
		</media:content>
	</item>
		<item>
		<title>Blog: My First Entry</title>
		<link>http://mintcoder.wordpress.com/2007/04/22/my-first-blog-entry/</link>
		<comments>http://mintcoder.wordpress.com/2007/04/22/my-first-blog-entry/#comments</comments>
		<pubDate>Sun, 22 Apr 2007 19:27:33 +0000</pubDate>
		<dc:creator>Bharath Chowdary</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://mintcoder.wordpress.com/2007/04/22/my-first-blog-entry/</guid>
		<description><![CDATA[Blogging !! a new way to show yourself.
A bit of googling gave me few famous blogging services. WordPress , Blogger , LiveSpaces , LiveJournal , TypePad  to list a few. All does the same at the end ie., publish your blog. Each service provides unique features and presentation style but definitely provide common functionality: Create Posts, Upload Pictures , Allow Comments, Configure the Appearance  etc. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mintcoder.wordpress.com&blog=836780&post=6&subd=mintcoder&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Blogging </strong>!! a new way to show yourself.</p>
<p>A bit of googling gave me few famous blogging services. <a href="http://wordpress.com/">WordPress</a> , <a href="https://www2.blogger.com">Blogger</a> , <a href="http://spaces.live.com/">LiveSpaces</a> , <a href="http://www.livejournal.com/">LiveJournal</a> , <a href="http://www.typepad.com/">TypePad</a>  to list a few. All does the same at the end ie., publish your blog. Each service provides unique features and presentation style but definitely provide common functionality: Create Posts, Upload Pictures , Allow Comments, Configure the Appearance  etc. End user has to choose these based on few parameters. It can be ease of creation , technical expertise needed to use , advanced features and the look and feel. Here are the <a href="http://www.idealware.org/blogging_software/2006/06/summary-reviews-and-recommendations.php" title="Summary Reviews and Recommendations">reviews &amp; recommendations</a> of them.</p>
<p>All these have built-in web based editors. You may be limited to functionality when you stick to these. Here is a desktop tool <strong><a href="http://windowslivewriter.spaces.live.com/blog/cns!D85741BB5E0BE8AA!174.entry" title="Live Writer">Windows Live Writer</a></strong> which integrates with blogging applications ,&amp; have ease of inserting links, keywords, categories, and images , specifying the date/time for blog post publishing and publishing directly to the blog in either draft or live form . Although browser tools excel they lack the desktop client features and smooth usage. <a href="http://gallery.live.com/default.aspx?l=8">Plugins</a> are available for Live writer.</p>
<p>Keep tracking your favorite blogs and feeds with <a href="http://www.bloglines.com/" title="Blog Lines">BlogLines</a> or <a href="http://www.google.com/help/reader/tour.html" title="Google Reader">Google Reader</a> which uses RSS. You can read the latest entries at one shot.</p>
<p><a href="http://www.business-opportunities.biz/projects/how-much-is-your-blog-worth/" title="Site Rating">How much is your blog worth??</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mintcoder.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mintcoder.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mintcoder.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mintcoder.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mintcoder.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mintcoder.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mintcoder.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mintcoder.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mintcoder.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mintcoder.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mintcoder.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mintcoder.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mintcoder.wordpress.com&blog=836780&post=6&subd=mintcoder&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mintcoder.wordpress.com/2007/04/22/my-first-blog-entry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/09941fa71883489cde62ed714d978fd5?s=96&#38;d=identicon" medium="image">
			<media:title type="html">mintcoder</media:title>
		</media:content>
	</item>
	</channel>
</rss>