<?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"
	>

<channel>
	<title>Dot Net Tips and Tricks</title>
	<atom:link href="http://www.nootz.net/index.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nootz.net</link>
	<description>Visual Studio, Notification Services and Service Broker Tips, Fixes and Examples.</description>
	<pubDate>Mon, 26 May 2008 16:35:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Tech-Ed Developers 2008 in Orlando</title>
		<link>http://www.nootz.net/index.php/tech-ed-developers-2008-in-orlando.html</link>
		<comments>http://www.nootz.net/index.php/tech-ed-developers-2008-in-orlando.html#comments</comments>
		<pubDate>Mon, 26 May 2008 16:34:49 +0000</pubDate>
		<dc:creator>gnewtzie</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.nootz.net/index.php/tech-ed-developers-2008-in-orlando.html</guid>
		<description><![CDATA[If anyone is going to the conference and would like to meet up to chat, just drop a comment and we&#8217;ll set something up.

]]></description>
		<wfw:commentRss>http://www.nootz.net/index.php/tech-ed-developers-2008-in-orlando.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Visual Studio 2008 Impressions</title>
		<link>http://www.nootz.net/index.php/visual-studio-2008-impressions.html</link>
		<comments>http://www.nootz.net/index.php/visual-studio-2008-impressions.html#comments</comments>
		<pubDate>Mon, 26 May 2008 16:33:40 +0000</pubDate>
		<dc:creator>gnewtzie</dc:creator>
		
		<category><![CDATA[Visual Studio]]></category>

		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://www.nootz.net/index.php/visual-studio-2008-impressions.html</guid>
		<description><![CDATA[VS 2008 and the accompaning c# 3.0 has virtually changed the way I write code. I know that&#8217;s a lot to say about a product, but I feel that strongly about it. It has simplified my writing by exciting me to go back and look at how I write code.
I&#8217;ll start with Lambda Expressions because [...]]]></description>
		<wfw:commentRss>http://www.nootz.net/index.php/visual-studio-2008-impressions.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Visual Studio 2008 RTM</title>
		<link>http://www.nootz.net/index.php/visual-studio-2008-rtm.html</link>
		<comments>http://www.nootz.net/index.php/visual-studio-2008-rtm.html#comments</comments>
		<pubDate>Fri, 18 Jan 2008 18:46:42 +0000</pubDate>
		<dc:creator>gnewtzie</dc:creator>
		
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.nootz.net/index.php/visual-studio-2008-rtm.html</guid>
		<description><![CDATA[Well it&#8217;s finally here. We&#8217;ve all been waiting for the final version and the wait is over. We have already converted our applications to the .Net 3.5 framework and the conversion was completely painless. No conflicts whatsoever. The 3.5 framework still uses the .Net 2.0 runtime, so the conversion should happen without major problems if [...]]]></description>
		<wfw:commentRss>http://www.nootz.net/index.php/visual-studio-2008-rtm.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Debugging 64-bit applications using Visual Studio 2008</title>
		<link>http://www.nootz.net/index.php/debugging-64-bit-applications-using-visual-studio-2008.html</link>
		<comments>http://www.nootz.net/index.php/debugging-64-bit-applications-using-visual-studio-2008.html#comments</comments>
		<pubDate>Fri, 18 Jan 2008 18:41:50 +0000</pubDate>
		<dc:creator>gnewtzie</dc:creator>
		
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.nootz.net/index.php/debugging-64-bit-applications-using-visual-studio-2008.html</guid>
		<description><![CDATA[A short note on this issue that I came across recently. Let’s say we are trying to debug a managed/unmanaged code in Visual Studio 2008 in a 64-bit machine. We complete the code and hit F5 (debug the application), and land up with the following error:
 
Error while trying to run project: Unable to start debugging.
The [...]]]></description>
		<wfw:commentRss>http://www.nootz.net/index.php/debugging-64-bit-applications-using-visual-studio-2008.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Passing a Table to a Stored Procedure</title>
		<link>http://www.nootz.net/index.php/passing-a-table-to-a-stored-procedure.html</link>
		<comments>http://www.nootz.net/index.php/passing-a-table-to-a-stored-procedure.html#comments</comments>
		<pubDate>Wed, 12 Sep 2007 15:08:24 +0000</pubDate>
		<dc:creator>gnewtzie</dc:creator>
		
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.nootz.net/index.php/passing-a-table-to-a-stored-procedure.html</guid>
		<description><![CDATA[An interesting feature of SQL Server 2008 is the ability to pass tables as a parameter around in stored procedures. I know myself, I&#8217;ve found many times where I need to execute a stored procedure from another stored procedure and want to get the result back and then join against it in another stored procedure. [...]]]></description>
		<wfw:commentRss>http://www.nootz.net/index.php/passing-a-table-to-a-stored-procedure.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Database Engine Tuning Wizard - Error CRT</title>
		<link>http://www.nootz.net/index.php/database-engine-tuning-wizard-error-crt.html</link>
		<comments>http://www.nootz.net/index.php/database-engine-tuning-wizard-error-crt.html#comments</comments>
		<pubDate>Tue, 04 Sep 2007 18:17:40 +0000</pubDate>
		<dc:creator>gnewtzie</dc:creator>
		
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.nootz.net/index.php/database-engine-tuning-wizard-error-crt.html</guid>
		<description><![CDATA[I use the Database Engine Tuning Wizard to analyze queries for performance. If you get the dreaded CRT error:
&#160;
 
&#160;
Microsoft has posted a nice knowledge base article on how to correct the problem here.

]]></description>
		<wfw:commentRss>http://www.nootz.net/index.php/database-engine-tuning-wizard-error-crt.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Troubleshoot Connectivity Issue in SQL Server 2005 - Part III</title>
		<link>http://www.nootz.net/index.php/troubleshoot-connectivity-issue-in-sql-server-2005-part-iii.html</link>
		<comments>http://www.nootz.net/index.php/troubleshoot-connectivity-issue-in-sql-server-2005-part-iii.html#comments</comments>
		<pubDate>Fri, 31 Aug 2007 13:26:58 +0000</pubDate>
		<dc:creator>gnewtzie</dc:creator>
		
		<category><![CDATA[SQL Server]]></category>

		<category><![CDATA[Service Broker]]></category>

		<guid isPermaLink="false">http://www.nootz.net/index.php/troubleshoot-connectivity-issue-in-sql-server-2005-part-iii.html</guid>
		<description><![CDATA[Part III – Connection Fail when SqlClient connects to Sql Server 2005

I found this article for troubleshooting Service broker and thought others might find it useful. I&#8217;ve just posted the summary and the link to the original is below.

When you connect to SQL Server 2005 either using &#8220;SQL Server Managment Studio&#8221; or any application compiled [...]]]></description>
		<wfw:commentRss>http://www.nootz.net/index.php/troubleshoot-connectivity-issue-in-sql-server-2005-part-iii.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>UltraWinGrid and bound DataSource</title>
		<link>http://www.nootz.net/index.php/ultrawingrid-and-bound-datasource.html</link>
		<comments>http://www.nootz.net/index.php/ultrawingrid-and-bound-datasource.html#comments</comments>
		<pubDate>Thu, 30 Aug 2007 03:17:08 +0000</pubDate>
		<dc:creator>gnewtzie</dc:creator>
		
		<category><![CDATA[Infragistics]]></category>

		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://www.nootz.net/index.php/ultrawingrid-and-bound-datasource.html</guid>
		<description><![CDATA[I found a nice trick for the Infragistic&#8217;s UltraWinGrid. The UltraGridRow has a property ListObject which can be cast to the original datasource object.  An example would be the following:
IList&#60;CustObjectBE&#62; orders = new List&#60;CustObjectBE&#62;();
UltraWinGrid grid = gridOrders; &#60;&#8211; Grid on a form.
grid.DataSource = orders;
UltraGridRow row = grid.ActiveRow;
CustObjectBE order = row.ListObject as CustObjectBE;
if (order != null)
{
//Do [...]]]></description>
		<wfw:commentRss>http://www.nootz.net/index.php/ultrawingrid-and-bound-datasource.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>The Works on My Machine Certification</title>
		<link>http://www.nootz.net/index.php/the-works-on-my-machine-certification.html</link>
		<comments>http://www.nootz.net/index.php/the-works-on-my-machine-certification.html#comments</comments>
		<pubDate>Thu, 21 Jun 2007 13:21:13 +0000</pubDate>
		<dc:creator>gnewtzie</dc:creator>
		
		<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://www.nootz.net/index.php/the-works-on-my-machine-certification.html</guid>
		<description><![CDATA[This is my life&#8230; Works On My Machine

]]></description>
		<wfw:commentRss>http://www.nootz.net/index.php/the-works-on-my-machine-certification.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>C# for kids (I&#8217;m not sure the concept is right)</title>
		<link>http://www.nootz.net/index.php/c-for-kids-im-not-sure-the-concept-is-right.html</link>
		<comments>http://www.nootz.net/index.php/c-for-kids-im-not-sure-the-concept-is-right.html#comments</comments>
		<pubDate>Fri, 15 Jun 2007 13:15:43 +0000</pubDate>
		<dc:creator>gnewtzie</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.nootz.net/index.php/c-for-kids-im-not-sure-the-concept-is-right.html</guid>
		<description><![CDATA[I found an interesting link on Microsoft&#8217;s web site today. http://msdn.microsoft.com/vstudio/express/beginner/kids/csharp/  C-Sharp for Kids. I&#8217;m not sure kids are going to be in to programming and if they are I think they need to get out and play some sports. Just thought this one was funny.

]]></description>
		<wfw:commentRss>http://www.nootz.net/index.php/c-for-kids-im-not-sure-the-concept-is-right.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
