<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Diganta Kumar&#039;s Blog &#187; C#</title>
	<atom:link href="http://digantakumar.com/category/microsoft/c-microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://digantakumar.com</link>
	<description>SharePoint &#124; Content Management System &#124; .NET development.</description>
	<lastBuildDate>Thu, 12 Jan 2012 00:15:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='digantakumar.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/a0f4bd72afa1617ac3112bf2275c3130?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Diganta Kumar&#039;s Blog &#187; C#</title>
		<link>http://digantakumar.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://digantakumar.com/osd.xml" title="Diganta Kumar&#039;s Blog" />
	<atom:link rel='hub' href='http://digantakumar.com/?pushpress=hub'/>
		<item>
		<title>How to get rid of Event Viewer errors?</title>
		<link>http://digantakumar.com/2010/09/23/how-to-get-rid-of-event-viewer-errors/</link>
		<comments>http://digantakumar.com/2010/09/23/how-to-get-rid-of-event-viewer-errors/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 07:06:55 +0000</pubDate>
		<dc:creator>Diganta Kumar</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://digantakumar.com/?p=743</guid>
		<description><![CDATA[Error: The description for Event ID ( 0 ) in Source ( Learning Management System ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digantakumar.com&amp;blog=5149709&amp;post=743&amp;subd=digantakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://digantakumar.com/2010/09/23/how-to-get-rid-of-event-viewer-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>-33.867139 151.207114</georss:point>
		<geo:lat>-33.867139</geo:lat>
		<geo:long>151.207114</geo:long>
		<media:content url="http://0.gravatar.com/avatar/8b11706d8a475666bf6d09f328259ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">digantakumar</media:title>
		</media:content>

		<media:content url="http://digantakumar.files.wordpress.com/2010/09/registrykey.png" medium="image">
			<media:title type="html">RegistryKey</media:title>
		</media:content>
	</item>
		<item>
		<title>How to check whether the application is single sign on or form authentication from C# code?</title>
		<link>http://digantakumar.com/2010/07/30/how-to-check-whether-the-application-is-single-sign-on-or-form-authentication-from-c-code/</link>
		<comments>http://digantakumar.com/2010/07/30/how-to-check-whether-the-application-is-single-sign-on-or-form-authentication-from-c-code/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 02:48:35 +0000</pubDate>
		<dc:creator>Diganta Kumar</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://digantakumar.com/?p=713</guid>
		<description><![CDATA[Suppose you have a C# web application which need to run on a internal (inside network) and external (DMZ) web servers. These two application talks to the same database. The internal application need single sign on (SSO) and the external application is form authentication. Now in Visual studio you have one project for both these [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digantakumar.com&amp;blog=5149709&amp;post=713&amp;subd=digantakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://digantakumar.com/2010/07/30/how-to-check-whether-the-application-is-single-sign-on-or-form-authentication-from-c-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>-33.867139 151.207114</georss:point>
		<geo:lat>-33.867139</geo:lat>
		<geo:long>151.207114</geo:long>
		<media:content url="http://0.gravatar.com/avatar/8b11706d8a475666bf6d09f328259ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">digantakumar</media:title>
		</media:content>
	</item>
		<item>
		<title>Visual Studio 2010 Could not load file or assembly</title>
		<link>http://digantakumar.com/2010/06/04/visual-studio-2010-could-not-load-file-or-assembly/</link>
		<comments>http://digantakumar.com/2010/06/04/visual-studio-2010-could-not-load-file-or-assembly/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 05:42:44 +0000</pubDate>
		<dc:creator>Diganta Kumar</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://digantakumar.com/?p=724</guid>
		<description><![CDATA[Visual Studio build error: : Error 15 Could not load file or assembly 'file:///C:\Documents and Settings\kumard\My Documents\Visual Studio 2010\Projects\LANSW.LMS\site\References\SwitchIT.DataAccess.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515) Solution: Right click on each *.dll file in Windows Explorer. Uncheck &#8220;Read Only&#8221;. Click &#8220;Unblock&#8221;. If dll are stored in a network drive, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digantakumar.com&amp;blog=5149709&amp;post=724&amp;subd=digantakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://digantakumar.com/2010/06/04/visual-studio-2010-could-not-load-file-or-assembly/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<georss:point>-33.867139 151.207114</georss:point>
		<geo:lat>-33.867139</geo:lat>
		<geo:long>151.207114</geo:long>
		<media:content url="http://0.gravatar.com/avatar/8b11706d8a475666bf6d09f328259ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">digantakumar</media:title>
		</media:content>
	</item>
		<item>
		<title>Enable Web Services Enhancements (WSE) 3.0 in Visual Studio 2008 and 2010</title>
		<link>http://digantakumar.com/2010/06/04/wse-3-in-visual-studio-2008-and-2010/</link>
		<comments>http://digantakumar.com/2010/06/04/wse-3-in-visual-studio-2008-and-2010/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 02:00:36 +0000</pubDate>
		<dc:creator>Diganta Kumar</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[Enable WSE in visual studio]]></category>
		<category><![CDATA[WSE]]></category>

		<guid isPermaLink="false">http://digantakumar.com/?p=714</guid>
		<description><![CDATA[Web Service Enhancements 3 (WSE 3) is not officially supported for Visual Studio 2008. The reason is that Microsoft wants you migrate your code to WCF. Use this work around to enable Web Services Enhancements (WSE) 3.0 in VS2008 and VS2010. 1. Download and install Web Services Enhancements (WSE) 3.0 for Microsoft .NET. Make sure [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digantakumar.com&amp;blog=5149709&amp;post=714&amp;subd=digantakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://digantakumar.com/2010/06/04/wse-3-in-visual-studio-2008-and-2010/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<georss:point>-33.867139 151.207114</georss:point>
		<geo:lat>-33.867139</geo:lat>
		<geo:long>151.207114</geo:long>
		<media:content url="http://0.gravatar.com/avatar/8b11706d8a475666bf6d09f328259ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">digantakumar</media:title>
		</media:content>

		<media:content url="http://digantakumar.files.wordpress.com/2010/06/wse3-0installfiles.png" medium="image">
			<media:title type="html">WSE v3.0 Installation Filesn under Program Files</media:title>
		</media:content>

		<media:content url="http://digantakumar.files.wordpress.com/2010/06/wsesettingsvs3addin.png" medium="image">
			<media:title type="html">WSESettingsVS3.Addin</media:title>
		</media:content>

		<media:content url="http://digantakumar.files.wordpress.com/2010/06/devenv-exe-config.png" medium="image">
			<media:title type="html">devenv.exe.config</media:title>
		</media:content>

		<media:content url="http://digantakumar.files.wordpress.com/2010/06/wse-setting-3-0-under-vs2010-project.png" medium="image">
			<media:title type="html">WSE Setting 3.0 under VS2010 project</media:title>
		</media:content>
	</item>
		<item>
		<title>How to resolve error connecting to undo manager of source file in Visual Studio 2008 SP1?</title>
		<link>http://digantakumar.com/2010/01/11/vs-2008-sp1-error-connecting-to-undo-manager-of-source-file/</link>
		<comments>http://digantakumar.com/2010/01/11/vs-2008-sp1-error-connecting-to-undo-manager-of-source-file/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 22:21:05 +0000</pubDate>
		<dc:creator>Diganta Kumar</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://digantakumar.com/?p=678</guid>
		<description><![CDATA[Visual Studio error: Error connecting to undo manager of source file 'C:\Documents and Settings\kumard\My Documents\Visual Studio 2008\Projects\LANSW.Survey\Survey\Default.aspx.designer.cs'. Solution: In the solution explorer find the &#8216;Default.aspx.designer.cs&#8217; and do the following: a. Remove Default.aspx.designer.cs b. Right click on Default.aspx and Convert to Web Application c. Build your project or solution d. Run it and it works. Resources [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digantakumar.com&amp;blog=5149709&amp;post=678&amp;subd=digantakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://digantakumar.com/2010/01/11/vs-2008-sp1-error-connecting-to-undo-manager-of-source-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>-33.867139 151.207114</georss:point>
		<geo:lat>-33.867139</geo:lat>
		<geo:long>151.207114</geo:long>
		<media:content url="http://0.gravatar.com/avatar/8b11706d8a475666bf6d09f328259ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">digantakumar</media:title>
		</media:content>
	</item>
		<item>
		<title>Date Formatting in C#</title>
		<link>http://digantakumar.com/2009/12/12/date-formatting-in-c/</link>
		<comments>http://digantakumar.com/2009/12/12/date-formatting-in-c/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 23:55:01 +0000</pubDate>
		<dc:creator>Diganta Kumar</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://digantakumar.com/?p=671</guid>
		<description><![CDATA[Cheat sheet &#60;%= String.Format(&#34;{specifier}&#34;, DateTime.Now) %&#62; Specifier Description Output d Short Date 08/04/2007 D Long Date 08 April 2007 t Short Time 21:08 T Long Time 21:08:59 f Full date and time 08 April 2007 21:08 F Full date and time (long) 08 April 2007 21:08:59 g Default date and time 08/04/2007 21:08 G Default [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digantakumar.com&amp;blog=5149709&amp;post=671&amp;subd=digantakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://digantakumar.com/2009/12/12/date-formatting-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b11706d8a475666bf6d09f328259ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">digantakumar</media:title>
		</media:content>
	</item>
		<item>
		<title>Disabling Validation for ASP.NET Server Controls</title>
		<link>http://digantakumar.com/2009/11/21/disabling-validation-for-asp-net-server-controls/</link>
		<comments>http://digantakumar.com/2009/11/21/disabling-validation-for-asp-net-server-controls/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 21:14:19 +0000</pubDate>
		<dc:creator>Diganta Kumar</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://digantakumar.com/?p=659</guid>
		<description><![CDATA[When using validation controls in your ASP.NET pages you might want to disable validation in certain situations. The most common example is when you want to disable validation for a Cancel button. You can instruct the ASP.NET server control to disable just the client-side validation, or both the client-side and the server-side validation. Disabling Client-Side [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digantakumar.com&amp;blog=5149709&amp;post=659&amp;subd=digantakumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://digantakumar.com/2009/11/21/disabling-validation-for-asp-net-server-controls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b11706d8a475666bf6d09f328259ed9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">digantakumar</media:title>
		</media:content>
	</item>
	</channel>
</rss>
