<?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>NeuroLive.NET &#187; IDE tweaks</title>
	<atom:link href="http://blog.neurolive.net/category/programming/idetweaks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.neurolive.net</link>
	<description>:: Towards self-reorganizing machine intelligence</description>
	<lastBuildDate>Thu, 13 Jan 2011 15:33:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Remove System.Data and System.XML permanently (Visual Studio 2005)</title>
		<link>http://blog.neurolive.net/2009/07/remove-system-data-and-system-xml-permanently-vs2005/</link>
		<comments>http://blog.neurolive.net/2009/07/remove-system-data-and-system-xml-permanently-vs2005/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 06:49:26 +0000</pubDate>
		<dc:creator>bigmoshi</dc:creator>
				<category><![CDATA[IDE tweaks]]></category>

		<guid isPermaLink="false">http://blog.neurolive.net/?p=83</guid>
		<description><![CDATA[In Visual Studio 2005, references to the System.Data and System.Xml are automatically added when new class files are created. This happens even when you do not use Data or Xml at all. Why should you always manually remove these references from your project after adding new classes? Time to remove them permanently.]]></description>
		<wfw:commentRss>http://blog.neurolive.net/2009/07/remove-system-data-and-system-xml-permanently-vs2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disappearing Nested User Controls in VS2005</title>
		<link>http://blog.neurolive.net/2009/07/disappearing-nested-user-controls-in-vs2005/</link>
		<comments>http://blog.neurolive.net/2009/07/disappearing-nested-user-controls-in-vs2005/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 08:36:28 +0000</pubDate>
		<dc:creator>bigmoshi</dc:creator>
				<category><![CDATA[IDE tweaks]]></category>

		<guid isPermaLink="false">http://blog.neurolive.net/?p=144</guid>
		<description><![CDATA[When trying to nest usercontrols, the child usercontrol sometimes disappears off the parent usercontrol. This is a commonly reported bug on the internet, and there's a hotfix FIX:#842706 for vs2003 but not for vs2005, and its extremely annoying. What happens is that after placing the MyControl on your MyForm.designer.cs, it just disappears when you save MyParentControl in wysiwyg mode.

For me, the problem occurs because the Component Designer auto-validates &#038; re-generates your MyParentControl.designer.cs code again. And, if your MyControl constructor requires initializing parameters, vs2005 will just delete that instantiation in MyParentControl.designer.cs.]]></description>
		<wfw:commentRss>http://blog.neurolive.net/2009/07/disappearing-nested-user-controls-in-vs2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Showing User Controls On Toolbar C#</title>
		<link>http://blog.neurolive.net/2009/07/showing-user-controls-on-toolbar-c/</link>
		<comments>http://blog.neurolive.net/2009/07/showing-user-controls-on-toolbar-c/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 08:23:12 +0000</pubDate>
		<dc:creator>bigmoshi</dc:creator>
				<category><![CDATA[IDE tweaks]]></category>

		<guid isPermaLink="false">http://blog.neurolive.net/?p=143</guid>
		<description><![CDATA[User controls when placed in the same project in visual studios some times don't appear on your toolbar. Recently had this experience when loading up some code on another workstation. Here's how to fix it.]]></description>
		<wfw:commentRss>http://blog.neurolive.net/2009/07/showing-user-controls-on-toolbar-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

