<?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>Erata.NET &#187; .NET</title>
	<atom:link href="http://www.erata.net/tag/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.erata.net</link>
	<description>If we don't have the solution you have the wrong problem</description>
	<lastBuildDate>Thu, 17 Nov 2011 11:12:57 +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>Verify that the current user is granted access in the appropriate allowAccounts section of SMSvcHost.exe.config</title>
		<link>http://www.erata.net/windows/verify-that-the-current-user-is-granted-access-in-the-appropriate-allowaccounts-section-of-smsvchost-exe-config/</link>
		<comments>http://www.erata.net/windows/verify-that-the-current-user-is-granted-access-in-the-appropriate-allowaccounts-section-of-smsvchost-exe-config/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 14:54:46 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lt system]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Vista]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Microsoft.NET]]></category>
		<category><![CDATA[net.tcp]]></category>
		<category><![CDATA[netsh]]></category>
		<category><![CDATA[PsGetSid]]></category>
		<category><![CDATA[security identifier]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[SMSvcHost.exe.config]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[wcf]]></category>
		<category><![CDATA[WCF Service]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows microsoft]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[youraccount]]></category>

		<guid isPermaLink="false">http://www.erata.net/?p=209</guid>
		<description><![CDATA[Quick tip that maybe will save others time: 
 
In Windows 7 ( and maybe Vista) when hosting a WCF Service in a console application AS A USER and not as administrator, you might get an exception telling you that you don't have access to register with the net.tcp port sharing service. 
 
To resolve this problem: 
 
- Download <a title="PsGetSid" href="http://technet.microsoft.com/en-us/sysinternals/bb897417">PsGetSid</a> ( this will give you the  <a href="http://www.erata.net/windows/verify-that-the-current-user-is-granted-access-in-the-appropriate-allowaccounts-section-of-smsvchost-exe-config/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/windows/verify-that-the-current-user-is-granted-access-in-the-appropriate-allowaccounts-section-of-smsvchost-exe-config/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NServiceBus with NHibernate and MySQL</title>
		<link>http://www.erata.net/net/nservicebus-with-nhibernate-and-mysql/</link>
		<comments>http://www.erata.net/net/nservicebus-with-nhibernate-and-mysql/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 10:59:26 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Andreas Öhlund]]></category>
		<category><![CDATA[c sharp]]></category>
		<category><![CDATA[database server]]></category>
		<category><![CDATA[distributed]]></category>
		<category><![CDATA[fault tolerant]]></category>
		<category><![CDATA[hole design]]></category>
		<category><![CDATA[index column]]></category>
		<category><![CDATA[massage]]></category>
		<category><![CDATA[messaging]]></category>
		<category><![CDATA[MSDTC]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql transaction]]></category>
		<category><![CDATA[nhibernate]]></category>
		<category><![CDATA[nservicebus]]></category>
		<category><![CDATA[sample applications]]></category>
		<category><![CDATA[summary]]></category>
		<category><![CDATA[tolerant services]]></category>
		<category><![CDATA[transaction]]></category>
		<category><![CDATA[transactions]]></category>
		<category><![CDATA[Udi Dahan]]></category>
		<category><![CDATA[unitOfWork]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[unix experience]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.erata.net/net/nservicebus-with-nhibernate-and-mysql/</guid>
		<description><![CDATA[<p>In the last project I have been working i finally got a chance to design and implement a solution based on <a title="NServiceBus" href="http://nservicebus.com/">NServiceBus</a> and <a title="NHibernate" href="http://nhforge.org/">NHibernate</a>, two tools I’ve been watching for a while but never got a chance to play with in more than sample applications. For some external reasons I've been forced to use <a href="http://www.mysql.com/">MySQL</a> as a database server in this project.</p>  <p></p>  <a href="http://www.erata.net/net/nservicebus-with-nhibernate-and-mysql/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/net/nservicebus-with-nhibernate-and-mysql/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>C# HTTP Request</title>
		<link>http://www.erata.net/net/csharp-http-request/</link>
		<comments>http://www.erata.net/net/csharp-http-request/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 10:05:06 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[main string]]></category>
		<category><![CDATA[maner]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[request]]></category>
		<category><![CDATA[response request]]></category>
		<category><![CDATA[string args]]></category>
		<category><![CDATA[synchronous]]></category>
		<category><![CDATA[System.Net]]></category>
		<category><![CDATA[today]]></category>
		<category><![CDATA[void]]></category>
		<category><![CDATA[webrequest]]></category>

		<guid isPermaLink="false">http://www.erata.net/?p=108</guid>
		<description><![CDATA[A few years ago I've written an article on <a href="http://www.erata.net/qt-boost/synchronous-http-request/">how to perform a synchronous HTTP</a> request using Qt 4.2. I I've seen this article today and since now I'm mostly working with C# i was wandering how fast can i do the same thing in c#. After very few minutes I've managed to came up with this: 
using System; 
using System.Net; 
using System.IO; 
 
class Program 
{ 
 static <a href="http://www.erata.net/net/csharp-http-request/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/net/csharp-http-request/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET Tips and Tricks</title>
		<link>http://www.erata.net/net/net-tips-and-tricks/</link>
		<comments>http://www.erata.net/net/net-tips-and-tricks/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 12:13:14 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[c sharp]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.erata.net/?p=103</guid>
		<description><![CDATA[I would like to share a very interesting blog with .net tips and tricks: 
 
<a href="http://kossovsky.net/">http://kossovsky.net/</a> <a href="http://www.erata.net/net/net-tips-and-tricks/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/net/net-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# Extension Methods</title>
		<link>http://www.erata.net/net/c-extension-methods/</link>
		<comments>http://www.erata.net/net/c-extension-methods/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 10:24:18 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[c extension]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[extension methods]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[null]]></category>
		<category><![CDATA[NullReferenceException]]></category>
		<category><![CDATA[public static string]]></category>
		<category><![CDATA[static class]]></category>
		<category><![CDATA[static method]]></category>
		<category><![CDATA[static methods]]></category>
		<category><![CDATA[syntax sugar]]></category>
		<category><![CDATA[TestClass]]></category>
		<category><![CDATA[world test]]></category>

		<guid isPermaLink="false">http://www.erata.net/?p=76</guid>
		<description><![CDATA[After a few months I've enjoyed the newly ( or not ) added extension methods in 3.0 yesterday i discovered that one of the assumptions I've made about them was false. My assumption was that if the instance on witch you call an extension method is NULL you would get a NullReferenceException. Turns out it's not the case and you can call the extension method on a null reference <a href="http://www.erata.net/net/c-extension-methods/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/net/c-extension-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC or ASP.NET just got plesent</title>
		<link>http://www.erata.net/net/asp-net-mvc-or-asp-net-just-got-plesent/</link>
		<comments>http://www.erata.net/net/asp-net-mvc-or-asp-net-just-got-plesent/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 07:44:23 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[aka]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[c templates]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[generic types]]></category>
		<category><![CDATA[lambda expressions]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[new job]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web applications]]></category>
		<category><![CDATA[web apps]]></category>

		<guid isPermaLink="false">http://www.erata.net/?p=71</guid>
		<description><![CDATA[I've been really busy the last months with the new job where we use c#. I've grown found to it ... it has a lot of nice features ... lambda expressions, anonymous types, generic types. Sure there are a lot of thing that can be improved like real generic types ( aka C++ templates ) but it's a really reliable tool. 
 
In the past I've worked on a few <a href="http://www.erata.net/net/asp-net-mvc-or-asp-net-just-got-plesent/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/net/asp-net-mvc-or-asp-net-just-got-plesent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Theme for Erata.NET</title>
		<link>http://www.erata.net/news/new-theme-for-eratanet/</link>
		<comments>http://www.erata.net/news/new-theme-for-eratanet/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 13:39:45 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[denis]]></category>
		<category><![CDATA[Erata]]></category>
		<category><![CDATA[Erata.NET]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[os x leopard]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[theme author]]></category>
		<category><![CDATA[theme directory]]></category>

		<guid isPermaLink="false">http://www.erata.net/?p=53</guid>
		<description><![CDATA[I found this theme on <a title="Theme Directory" href="http://wordpress.org/extend/themes">Wordpress Theme Directory</a> and loved it at first site. 
 
The theme is called <a title="Librio" href="http://deniart.ru/">Librio</a> and its inspired by Mac OS X Leopard. The theme author is <a title="Denis" href="http://deniart.ru/">Denis</a>. 
 
Thanks Denis, great theme <a href="http://www.erata.net/news/new-theme-for-eratanet/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/news/new-theme-for-eratanet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wellcome to Erata.NET</title>
		<link>http://www.erata.net/news/wellcome-to-eratanet/</link>
		<comments>http://www.erata.net/news/wellcome-to-eratanet/#comments</comments>
		<pubDate>Wed, 23 Aug 2006 11:52:05 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[commercial solutions]]></category>
		<category><![CDATA[Erata]]></category>
		<category><![CDATA[Erata.NET]]></category>
		<category><![CDATA[open source projects]]></category>
		<category><![CDATA[point]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://www.erata.net/weblog/default/2006/08/23/wellcome-to-eratanet/</guid>
		<description><![CDATA[This is the first post on the new <a href="http://www.erata.net">Erata.NET</a> . The point is to create a community, hopefully start/manage a few open-source projects, and if needed provide commercial solutions &#038; support. I can only hope it will work <a href="http://www.erata.net/news/wellcome-to-eratanet/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/news/wellcome-to-eratanet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

