<?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>SQL Fool &#187; .NET</title>
	<atom:link href="http://sqlfool.com/tag/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://sqlfool.com</link>
	<description>Self-Professed SQL Scripting Junkie!</description>
	<lastBuildDate>Wed, 02 May 2012 21:25:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Webcast Tomorrow!</title>
		<link>http://sqlfool.com/2009/05/webcast-tomorrow/</link>
		<comments>http://sqlfool.com/2009/05/webcast-tomorrow/#comments</comments>
		<pubDate>Wed, 27 May 2009 20:09:30 +0000</pubDate>
		<dc:creator>Michelle Ufford</dc:creator>
				<category><![CDATA[PASS]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[SQL 2008]]></category>
		<category><![CDATA[SQL Tips]]></category>
		<category><![CDATA[Syndication]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[SSMS]]></category>
		<category><![CDATA[webcast]]></category>

		<guid isPermaLink="false">http://sqlfool.com/?p=981</guid>
		<description><![CDATA[I&#8217;m excited to be doing a webcast tomorrow with the infamous illustrious Brent Ozar for Quest&#8217;s Pain-of-the-Week. The title is &#8220;Getting Started with SQL Server Management Studio,&#8221; and as you&#8217;ve probably gathered, it&#8217;s pretty entry-level stuff. If you read my blog, then chances are you don&#8217;t need to watch this webcast. But if you know [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m excited to be doing a webcast tomorrow with the <span style="text-decoration: line-through;">infamous</span> illustrious <a href="http://www.brentozar.com" target="_blank">Brent Ozar</a> for <a href="http://www.quest.com/backstage/pow.aspx" target="_blank">Quest&#8217;s Pain-of-the-Week</a>.  The title is &#8220;<a href="http://www.quest.com/events/listdetails.aspx?contentid=9602&amp;technology=&amp;prod=&amp;prodfamily=&amp;loc" target="_blank">Getting Started with SQL Server Management Studio</a>,&#8221; and as you&#8217;ve probably gathered, it&#8217;s pretty entry-level stuff.  If you read my blog, then chances are you don&#8217;t need to watch this webcast.  But if you know anyone who&#8217;s trying to learn SQL Server or is trying to make the upgrade from 2000 to 2005/2008, this may be a good webcast for them.</p>
<p>I&#8217;ve also got a few other speaking engagements coming up:</p>
<p>June 2nd: <a href="http://www.cvineta.org/" target="_blank">Cedar Valley .NET User Group</a><br />
I&#8217;ll be reprising my Iowa Code Camp presentation on &#8220;SQL Server for the .NET Developer&#8221; for CVINETA.  This presentation focuses on what you need to know about good table design, indexing strategies, and fragmentation&#8230; you know, what you wish every .NET developer knew about SQL Server.  <img src='http://sqlfool.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>June 11th: <a href="http://www.quest.com/events/listdetails.aspx?contentid=9601&amp;technology=&amp;prod=&amp;prodfamily=&amp;loc=" target="_blank">PoTW: Time-Saving SQL Server Management Studio Tips &amp; Tricks</a><br />
I&#8217;ll also be doing this webcast with <a href="http://twitter.com/BrentO" target="_blank">@BrentO</a> as a follow-up to our webcast tomorrow.  It will focus on how to save time and improve your sanity by using some neat little tricks in SSMS 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://sqlfool.com/2009/05/webcast-tomorrow/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Iowa Code Camp Resources</title>
		<link>http://sqlfool.com/2009/05/iowa-code-camp-resources/</link>
		<comments>http://sqlfool.com/2009/05/iowa-code-camp-resources/#comments</comments>
		<pubDate>Sun, 03 May 2009 18:14:22 +0000</pubDate>
		<dc:creator>Michelle Ufford</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Syndication]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[volunteer]]></category>

		<guid isPermaLink="false">http://sqlfool.com/?p=916</guid>
		<description><![CDATA[Thanks to everyone who attended my session on &#8220;SQL Server for the .NET Developer&#8221; at yesterday&#8217;s Iowa Code Camp! I hope you found the session informative. Here&#8217;s the materials from the presentation: SQL Server for the .NET Developer Slide Deck Index Defrag Script Error Handling Example Missing Indexes Process Special thanks to @underwhelmed and @peschkaj [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to everyone who attended my session on &#8220;SQL Server for the .NET Developer&#8221; at yesterday&#8217;s <a href="http://www.iowacodecamp.com" target="_blank">Iowa Code Camp</a>!  I hope you found the session informative.  Here&#8217;s the materials from the presentation:</p>
<ul>
<li><a href='http://sqlfool.com/wp-content/uploads/2009/05/sql-server-for-the-net-developer.pptx' target="_blank">SQL Server for the .NET Developer Slide Deck</a></li>
<li><a href="http://sqlfool.com/2009/03/automated-index-defrag-script/" target="_blank">Index Defrag Script</a></li>
<li><a href="http://sqlfool.com/2008/12/error-handling-in-t-sql/" target="_blank">Error Handling Example</a></li>
<li><a href="http://sqlfool.com/2009/04/a-look-at-missing-indexes/" target="_blank">Missing Indexes Process</a></li>
</ul>
<p>Special thanks to <a href="http://twitter.com/underwhelmed" target="_blank">@underwhelmed</a> and <a href="http://twitter.com/peschkaj" target="_blank">@peschkaj</a> for traveling to attend the Iowa Code Camp!  <img src='http://sqlfool.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Open Giving</strong></p>
<p>During the Iowa Code Camp, I had a chance to get involved with the Open Giving project.  From the <a href="http://opengiving.codeplex.com/" target="_blank">CodePlex</a>, here&#8217;s a brief overview:</p>
<blockquote><p>An effort to create a complete registration system to create events and for volunteers to register for those events. Helps make it easier for organizations to enable people to give back to their communities.</p></blockquote>
<p>Basically, it&#8217;s an open source software project to create a *free* event management system for volunteer organizations.  This is a really great cause and I&#8217;m glad I&#8217;ve had a chance to help.  If you&#8217;re interested in helping, please leave me a message and I&#8217;ll put you in touch with the appropriate folks.  </p>
]]></content:encoded>
			<wfw:commentRss>http://sqlfool.com/2009/05/iowa-code-camp-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iowa Code Camp &#8211; Tomorrow!</title>
		<link>http://sqlfool.com/2009/05/iowa-code-camp-tomorrow/</link>
		<comments>http://sqlfool.com/2009/05/iowa-code-camp-tomorrow/#comments</comments>
		<pubDate>Fri, 01 May 2009 16:36:36 +0000</pubDate>
		<dc:creator>Michelle Ufford</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Syndication]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[presentation]]></category>

		<guid isPermaLink="false">http://sqlfool.com/?p=912</guid>
		<description><![CDATA[Just a reminder that the Iowa Code Camp is tomorrow! The camp is being held at Kirkwood College in Cedar Rapids, Iowa, and starts at 8am. There&#8217;s a lot of great sessions, and attendance is free! You can find more details on their website at http://iowacodecamp.com. I&#8217;ll be presenting on &#8220;SQL Server for the .NET [...]]]></description>
			<content:encoded><![CDATA[<p>Just a reminder that the Iowa Code Camp is tomorrow!  The camp is being held at Kirkwood College in Cedar Rapids, Iowa, and starts at 8am.  There&#8217;s a lot of great sessions, and attendance is free!  You can find more details on their website at <a href="http://iowacodecamp.com" target="_blank">http://iowacodecamp.com</a>.</p>
<p>I&#8217;ll be presenting on &#8220;SQL Server for the .NET Developer.&#8221;  I&#8217;ll be covering the basics of SQL Server, such as good table design, indexing strategies, and efficient queries.</p>
<p>The esteemed <a href="http://facility9.com" target="_blank">Jeremiah Peschka</a> (<a href="http://twitter.com/peschkaj" target="_blank">@peschkaj</a>) will be giving his presentation on &#8220;A Dynamic World Demands Dynamic SQL.&#8221;  If you missed his AppDev SIG presentation, here&#8217;s your chance (and mine!) to see what you missed.</p>
<p>If you come to the Code Camp, make sure to stop by and say hi to me!  <img src='http://sqlfool.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://sqlfool.com/2009/05/iowa-code-camp-tomorrow/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Iowa Code Camp &#8211; Call for Speakers</title>
		<link>http://sqlfool.com/2009/04/iowa-code-camp-call-for-speakers/</link>
		<comments>http://sqlfool.com/2009/04/iowa-code-camp-call-for-speakers/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 15:02:16 +0000</pubDate>
		<dc:creator>Michelle Ufford</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[PASS]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Syndication]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[presentation]]></category>

		<guid isPermaLink="false">http://sqlfool.com/?p=724</guid>
		<description><![CDATA[This is a little late, but I want to mention that the Iowa Code Camp has put out a call for speakers. I&#8217;ve spoken with Greg, and he told me they&#8217;re still looking for 2 or 3 more SQL-related sessions. If you have a topic you&#8217;d like to speak on, please send him an e-mail! [...]]]></description>
			<content:encoded><![CDATA[<p>This is a little late, but I want to mention that the Iowa Code Camp has put out a <a href="http://www.solidrockstable.com/blogs/PragmaticTSQL/Lists/Posts/Post.aspx?ID=38" target="_blank">call for speakers</a>.  I&#8217;ve spoken with Greg, and he told me they&#8217;re still looking for 2 or 3 more SQL-related sessions.  If you have a topic you&#8217;d like to speak on, please send him an e-mail!</p>
<p>I&#8217;ll also be speaking at this year&#8217;s <a href="http://iowacodecamp.com/" target="_blank">Code Camp</a> on May 2nd.  Here&#8217;s a brief overview of my planned topic:</p>
<p><strong>SQL Server for the .NET Developer</strong><br />
<em>Most .NET developers will inevitably work with SQL Server in some form or another.  Many will even be asked to create tables and stored procedures to support their applications.  This session will focus on what every .NET developer should understand about SQL Server.  We&#8217;ll cover the basics, such as good table design and efficient queries, and we&#8217;ll touch on some indexing concepts, too.  Then we&#8217;ll wrap up with some strategies for developing high volume SQL Server applications.</em></p>
<p>Lately I&#8217;ve been trying to work on my speaking skills.  So if you&#8217;re within a 4-5 hour radius of east Iowa (Chicago, Milwaukee, Minneapolis, etc.) and would like me to come speak at your next SQL event, please send me an e-mail at michelle @ sqlfool dot com.  <img src='http://sqlfool.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://sqlfool.com/2009/04/iowa-code-camp-call-for-speakers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

