<?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>Karthikeyan&#039;s blog &#187; Programming</title>
	<atom:link href="http://blog.karthikeyan.co.in/posts/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.karthikeyan.co.in</link>
	<description>Technology and entertainment blog by karthikeyan</description>
	<lastBuildDate>Thu, 09 Sep 2010 20:03:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>C# how to open a file that is locked by another process</title>
		<link>http://blog.karthikeyan.co.in/posts/c-how-to-open-a-file-that-is-locked-by-another-process/</link>
		<comments>http://blog.karthikeyan.co.in/posts/c-how-to-open-a-file-that-is-locked-by-another-process/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 12:22:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.karthikeyan.co.in/posts/c-how-to-open-a-file-that-is-locked-by-another-process/</guid>
		<description><![CDATA[If the file is locked by the process exclusively, it is not possible to open those files. But if the process holds only shared lock, we can open the file using c# using the following code

FileStream objf = new FileStream(&#8221;Ouput.xls&#8221;, FileMode.Open, FileAccess.Read, FileShare.ReadWrite); 
Excel hold the shared lock on the files. 
]]></description>
		<wfw:commentRss>http://blog.karthikeyan.co.in/posts/c-how-to-open-a-file-that-is-locked-by-another-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP .Net Wrappers for ExtJS javascript library</title>
		<link>http://blog.karthikeyan.co.in/posts/asp-net-wrappers-for-extjs-javascript-library/</link>
		<comments>http://blog.karthikeyan.co.in/posts/asp-net-wrappers-for-extjs-javascript-library/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 16:29:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.karthikeyan.co.in/posts/asp-net-wrappers-for-extjs-javascript-library/</guid>
		<description><![CDATA[ExtJs (extjs.com) is a excellent javascript library for building rich UI interactive web applications using Ajax technology. The following C# ASP .net wrappers are availalble for the ExtJS library.

i. Coolite (coolite.com)
ii. Ext Extender toolkit (www.codeplex.com/ExtJsExtenderControl)
iii. Ext Sharp (code.google.com/p/extsharp/)
]]></description>
		<wfw:commentRss>http://blog.karthikeyan.co.in/posts/asp-net-wrappers-for-extjs-javascript-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

