<?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>RichNetApps &#187; .NET</title>
	<atom:link href="http://www.richnetapps.com/category/dotnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richnetapps.com</link>
	<description>Internet Applications - Flash, Flex, Silverlight, JavaFX</description>
	<lastBuildDate>Wed, 18 Jan 2012 06:40:36 +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>WCF-LINQ Exception : Cycled Object Reference</title>
		<link>http://www.richnetapps.com/wcf-linq-exception-cycled-object-reference/</link>
		<comments>http://www.richnetapps.com/wcf-linq-exception-cycled-object-reference/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 20:10:21 +0000</pubDate>
		<dc:creator>Sanda Borlea</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[cycled]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[linq]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[serialized]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.richnetapps.com/?p=507</guid>
		<description><![CDATA[A simple solution to a complicated error for anyone to try out before searching any further : Having to write a WCF service to handle complex LINQ entities with various foreign key references I came across the following exception when trying to consume the respective service : Object graph for type &#8220;EntityType&#8221; contains cycles and [...]]]></description>
		<wfw:commentRss>http://www.richnetapps.com/wcf-linq-exception-cycled-object-reference/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LINQ Demystified : Using LINQ on Existing Data Model</title>
		<link>http://www.richnetapps.com/linq-demystified-using-linq-on-existing-data-model/</link>
		<comments>http://www.richnetapps.com/linq-demystified-using-linq-on-existing-data-model/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 10:27:51 +0000</pubDate>
		<dc:creator>Sanda Borlea</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[linq]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.richnetapps.com/?p=478</guid>
		<description><![CDATA[As many other times, I came across this issue having to begin at the wrong end, i.e. having the result and in need of the problem. The samples and recommended procedures offer  - as in most cases -  only the simplest examples. The workaround is often tedious and in absence of feedback uncertain.]]></description>
		<wfw:commentRss>http://www.richnetapps.com/linq-demystified-using-linq-on-existing-data-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Custom VS Snippets</title>
		<link>http://www.richnetapps.com/add-custom-vs-snippets/</link>
		<comments>http://www.richnetapps.com/add-custom-vs-snippets/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 08:08:16 +0000</pubDate>
		<dc:creator>Sanda Borlea</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[snippets]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.richnetapps.com/?p=469</guid>
		<description><![CDATA[This note refers to Visual Studio snippets and shows how you can easily add your own. Very useful when having to create many classes with lots of properties such snippets save a lot of time. They are usually to be found in the Visual Studio folder under My Documents (i.e. for VS 2008 : C:\Documents [...]]]></description>
		<wfw:commentRss>http://www.richnetapps.com/add-custom-vs-snippets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Generate Objects from Xml Files</title>
		<link>http://www.richnetapps.com/generate-objects-from-xml-files/</link>
		<comments>http://www.richnetapps.com/generate-objects-from-xml-files/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 04:50:01 +0000</pubDate>
		<dc:creator>Sanda Borlea</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Recently needed some quick method to use objects generated from an existing xml file without bothering to create an xml schema for it. After a few attempts and searching for explanations why a simple task like this wouldn´t work, finally put the steps together:]]></description>
		<wfw:commentRss>http://www.richnetapps.com/generate-objects-from-xml-files/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Searching in all tables and columns of a database</title>
		<link>http://www.richnetapps.com/searching_in_all_tables_and_columns_of_a/</link>
		<comments>http://www.richnetapps.com/searching_in_all_tables_and_columns_of_a/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 11:51:33 +0000</pubDate>
		<dc:creator>Armand Niculescu</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I was forced recently to do some maintenance and bug fixing on an aging .NET-based CMS. Most of the problems were in the SQL Server database, with lots of corrupted entries. The most frustrating thing however was that at times I didn&#8217;t even know where to find the entries. Try finding some specific strings in [...]]]></description>
		<wfw:commentRss>http://www.richnetapps.com/searching_in_all_tables_and_columns_of_a/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NET Framework version penetration?</title>
		<link>http://www.richnetapps.com/net_framework_version_penetration/</link>
		<comments>http://www.richnetapps.com/net_framework_version_penetration/#comments</comments>
		<pubDate>Mon, 13 Aug 2007 11:47:30 +0000</pubDate>
		<dc:creator>Armand Niculescu</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[One of the things I&#8217;ve always loved about Flash was the transparency regarding the player version penetration, adoption rates, geographical data and so on. The way we could relatively easy decide what Flash version to target, e.g. &#8220;should we use AS3/Flash9 for this project considering that it&#8217;ll be completed in 4 months?&#8221; Is there something [...]]]></description>
		<wfw:commentRss>http://www.richnetapps.com/net_framework_version_penetration/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Search and Replace tool for MSSQL</title>
		<link>http://www.richnetapps.com/search_and_replace_mssql/</link>
		<comments>http://www.richnetapps.com/search_and_replace_mssql/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 11:50:06 +0000</pubDate>
		<dc:creator>Armand Niculescu</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[find&replace]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[tsql]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Every now and then I come across some bad practices that needs repairing. This time the &#8220;no-no&#8221; was in a database tables. I had to change hard-coded links in quite a few tables. Replacing 10,000 absolute URLs spread across the database can be a huge headache, so I decided to work smart, not hard. So [...]]]></description>
		<wfw:commentRss>http://www.richnetapps.com/search_and_replace_mssql/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Access 2007 and NULLs</title>
		<link>http://www.richnetapps.com/access_2007_and_nulls/</link>
		<comments>http://www.richnetapps.com/access_2007_and_nulls/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 11:54:39 +0000</pubDate>
		<dc:creator>Armand Niculescu</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I wasted several hours not realizing that MS Access 2007 doesn&#8217;t display NULLs in a table. It all started when we&#8217;ve been asked to patch up an old project whose authors have gone missing. The application was ASP.NET 1.1 with an Access db and no source code and no documentation. Oh, the joy! The database [...]]]></description>
		<wfw:commentRss>http://www.richnetapps.com/access_2007_and_nulls/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Converting rootless XmlReader to XmlDocument in .NET</title>
		<link>http://www.richnetapps.com/converting_xmlreader_to_xmldocument_in_n/</link>
		<comments>http://www.richnetapps.com/converting_xmlreader_to_xmldocument_in_n/#comments</comments>
		<pubDate>Thu, 18 Jan 2007 11:56:14 +0000</pubDate>
		<dc:creator>Armand Niculescu</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[MS SQL has the ability to retrieve data as XML by using the &#8220;FOR XML [RAW &#124; AUTO [ELEMENTS] &#124; EXPLICIT]&#8221; parameters, which is very useful especially when used in a web service that communicates with a Flash / Flex client as the results don&#8217;t have to be converted, but just output to the client. [...]]]></description>
		<wfw:commentRss>http://www.richnetapps.com/converting_xmlreader_to_xmldocument_in_n/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Forgot or lost SQL Server &#8220;sa&#8221; password</title>
		<link>http://www.richnetapps.com/forgot_or_lost_sql_server_sa_password_1/</link>
		<comments>http://www.richnetapps.com/forgot_or_lost_sql_server_sa_password_1/#comments</comments>
		<pubDate>Wed, 18 Oct 2006 11:45:47 +0000</pubDate>
		<dc:creator>Armand Niculescu</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Here&#8217;s a neat thing to remember if you&#8217;re using MSSQL: To change the &#8220;sa&#8221; password, login to your computer using an administrator account. Open your SQL Server and log in using Windows Authentication. Open a new query window and type in the following command: sp_password @new = 'new_password', @loginame = 'sa' After that go to [...]]]></description>
		<wfw:commentRss>http://www.richnetapps.com/forgot_or_lost_sql_server_sa_password_1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced

Served from: www.richnetapps.com @ 2012-02-07 14:40:12 -->
