<?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>are.ehibou.com &#187; C#.NET</title>
	<atom:link href="http://are.ehibou.com/category/cnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://are.ehibou.com</link>
	<description>are.ehibou.com Web Log</description>
	<lastBuildDate>Mon, 03 Oct 2011 13:29:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>java, *.jar to c# .NET</title>
		<link>http://are.ehibou.com/java-jar-to-c-net/</link>
		<comments>http://are.ehibou.com/java-jar-to-c-net/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 13:20:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C#.NET]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://are.ehibou.com/?p=187</guid>
		<description><![CDATA[<p>&#160;</p> <p>Use tools from ikvm.net to generate .NET libraries out of java code.</p> <p>&#160; </p> ]]></description>
		<wfw:commentRss>http://are.ehibou.com/java-jar-to-c-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>c#.NET file acces denied problem</title>
		<link>http://are.ehibou.com/cnet-file-acces-denied-problem/</link>
		<comments>http://are.ehibou.com/cnet-file-acces-denied-problem/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 14:03:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C#.NET]]></category>
		<category><![CDATA[Side Notes]]></category>
		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://are.ehibou.com/?p=83</guid>
		<description><![CDATA[<p>I was trying to access a file with the user having only read permission. the code looked like:</p> FileStream fs =new FileStream( "c:\path\to\file.ext", FileMode.Open); <p>and it uset to throw exception &#8220;access denied&#8221;. After some investigations I&#8217;ve found that FileAccess.Read helps a lot. FileStream fs = new FileStream( "c:\path\to\file.ext", FileMode.Open, FileAccess.Read); <p> </p> ]]></description>
		<wfw:commentRss>http://are.ehibou.com/cnet-file-acces-denied-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generic Configuration Section Handler</title>
		<link>http://are.ehibou.com/generic-configuration-section-handler/</link>
		<comments>http://are.ehibou.com/generic-configuration-section-handler/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 10:55:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C#.NET]]></category>

		<guid isPermaLink="false">http://are.ehibou.com/?p=73</guid>
		<description><![CDATA[<p>Check this link. It is a good way to deal with configuration sections in .NET environment. </p> ]]></description>
		<wfw:commentRss>http://are.ehibou.com/generic-configuration-section-handler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# .NET project fails to compile because of System.Data.SqlClient SortOrder data type.</title>
		<link>http://are.ehibou.com/c-net-project-fails-to-compole-because-of-systemdatasqlclient-sortorder-data-type/</link>
		<comments>http://are.ehibou.com/c-net-project-fails-to-compole-because-of-systemdatasqlclient-sortorder-data-type/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 11:29:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C#.NET]]></category>
		<category><![CDATA[Side Notes]]></category>

		<guid isPermaLink="false">http://are.ehibou.com/?p=71</guid>
		<description><![CDATA[<p>Had a headache because of compilation of project which was using System.Data.SqlClient SortOrder data type. After some hours of investigations we found out that Microsoft .NET framework 2.0 SP1 was not installed on the machine. .NET 2.0 contains system.Data.SqlClient namespace but not SortOrder type in it. SP1 adds this data type to the namespace mentioned [...]]]></description>
		<wfw:commentRss>http://are.ehibou.com/c-net-project-fails-to-compole-because-of-systemdatasqlclient-sortorder-data-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Dude and Visual Studio 2005: Full Text Indexes on Views With Schema Binding are Ignored During Deployment</title>
		<link>http://are.ehibou.com/data-dude-and-visual-studio-2005-full-text-indexes-on-views-with-schema-binding-are-ignored-during-deployment/</link>
		<comments>http://are.ehibou.com/data-dude-and-visual-studio-2005-full-text-indexes-on-views-with-schema-binding-are-ignored-during-deployment/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 02:54:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C#.NET]]></category>

		<guid isPermaLink="false">http://are.ehibou.com/?p=67</guid>
		<description><![CDATA[<p>Data Dude and Visual Studio 2005: Full Text Indexes on Views With Schema Binding are Ignored During Deployment. SQL Script import works. *.fulltextindex.sql files are created, but indexes are ignored to deploy &#8230;  This  is  solved in visual studio 2008.  In case you are using  2005  put these scripts to your post deployment scripts &#8230;. </p>
]]></description>
		<wfw:commentRss>http://are.ehibou.com/data-dude-and-visual-studio-2005-full-text-indexes-on-views-with-schema-binding-are-ignored-during-deployment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Make Or Mark Method Or Property Obsolete/Deprecated</title>
		<link>http://are.ehibou.com/how-to-make-or-mark-method-or-property-obsoletedeprecated/</link>
		<comments>http://are.ehibou.com/how-to-make-or-mark-method-or-property-obsoletedeprecated/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 13:29:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C#.NET]]></category>
		<category><![CDATA[Side Notes]]></category>

		<guid isPermaLink="false">http://are.ehibou.com/how-to-make-method-or-property-obsoletedeprecated/</guid>
		<description><![CDATA[<p>How To Make Or Mark Method Or Property Obsolete/Deprecated</p> [Obsolete("This method is obsolete")] public void SomeMethod() { //do something; } <p> </p> ]]></description>
		<wfw:commentRss>http://are.ehibou.com/how-to-make-or-mark-method-or-property-obsoletedeprecated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JetBrains ReSharper 3.0 Exceptions Trying to Edit Options</title>
		<link>http://are.ehibou.com/jetbrains-resharper-30-exceptions-trying-to-edit-options/</link>
		<comments>http://are.ehibou.com/jetbrains-resharper-30-exceptions-trying-to-edit-options/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 16:00:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C#.NET]]></category>
		<category><![CDATA[Side Notes]]></category>

		<guid isPermaLink="false">http://are.ehibou.com/jetbrains-resharper-30-exceptions-trying-to-edit-options/</guid>
		<description><![CDATA[<p>Trying to edit some ReSharper options I used to get an internal exception alerts. The first thing I thought about was reinstall of ReSharper. The problem is that simple reinstall was not effective. As ReSharper uninstall is not clean for some reason it leaves some garbage after itself. So I just searched my computer for [...]]]></description>
		<wfw:commentRss>http://are.ehibou.com/jetbrains-resharper-30-exceptions-trying-to-edit-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generic Genetic Optimization Algorythm (c#.NET)</title>
		<link>http://are.ehibou.com/generic-genetic-optimization-algorythm-cnet/</link>
		<comments>http://are.ehibou.com/generic-genetic-optimization-algorythm-cnet/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 16:14:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C#.NET]]></category>

		<guid isPermaLink="false">http://are.ehibou.com/generic-genetic-optimization-algorythm-cnet/</guid>
		<description><![CDATA[<p>Just decidet to try to write a generic genetic optimization algorythm class. The essential thing in genetic algorythm is individ. And this is its c# interface:</p>  interface IIndivid  {   object Value   {    get;    set;   }   IIndivid Mutate();   IIndivid Cross(object obj);   IIndivid Optimize();   void Validate();   IIndivid Clone();  } <p>Now we need a set of delegates to make [...]]]></description>
		<wfw:commentRss>http://are.ehibou.com/generic-genetic-optimization-algorythm-cnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some common DotNetNuke installation problems</title>
		<link>http://are.ehibou.com/some-common-dotnetnuke-installation-problems/</link>
		<comments>http://are.ehibou.com/some-common-dotnetnuke-installation-problems/#comments</comments>
		<pubDate>Wed, 18 Oct 2006 09:09:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C#.NET]]></category>
		<category><![CDATA[DotNetNuke]]></category>
		<category><![CDATA[Side Notes]]></category>

		<guid isPermaLink="false">http://are.ehibou.com/some-common-dotnetnuke-installation-problems/</guid>
		<description><![CDATA[<p>Decided to look through a free content management (CMS) system &#8211; DotNetNuke (www.dotnetnuke.com). Downloaded the package and did the steps described in readme.txt.</p> <p>The first problem i faced was sql exception on adding a Store Account module.</p> An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005,this failure [...]]]></description>
		<wfw:commentRss>http://are.ehibou.com/some-common-dotnetnuke-installation-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encoding Preamble (mystic bytes at the begining of the utf-8,utf-16,utf-7 encoded stream)</title>
		<link>http://are.ehibou.com/encoding-preamble-mystic-bytes-at-the-begining-of-the-utf-8utf-16utf-7-encoded-stream/</link>
		<comments>http://are.ehibou.com/encoding-preamble-mystic-bytes-at-the-begining-of-the-utf-8utf-16utf-7-encoded-stream/#comments</comments>
		<pubDate>Wed, 29 Mar 2006 13:19:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C#.NET]]></category>

		<guid isPermaLink="false">http://are.ehibou.com/encoding-preamble-mystic-bytes-at-the-begining-of-the-utf-8utf-16utf-7-encoded-stream/</guid>
		<description><![CDATA[<p>Faced a problem with detecting file encoding when file is with no encoding preamble Bytes FE and FF (0xFE,0xFF) encoded useing given encoding. The problem was that flash movie, which uses xml data source as input parameter was not able to detect the encoding of the source. (.NET web form) I&#8217;ve solved this problem by [...]]]></description>
		<wfw:commentRss>http://are.ehibou.com/encoding-preamble-mystic-bytes-at-the-begining-of-the-utf-8utf-16utf-7-encoded-stream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

