<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress.com" -->
<rss version="0.92">
<channel>
	<title>Code Slammer</title>
	<link>http://codeslammer.wordpress.com</link>
	<description>Scott Bateman's Center for .NET Architects and Developers</description>
	<lastBuildDate>Wed, 20 May 2009 14:34:27 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Getting .dll files out of the GAC</title>
		<description><![CDATA[Periodically, you may find it necessary to get a copy of a .dll file out of the the GAC (C:\Windows\Assembly).&#160; Navigating to this folder, you will notice it doesn’t “feel” like a normal windows folder since it isn’t.&#160; You can drag .dll files onto this folder to install, but you can’t drag anything out of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeslammer.wordpress.com&blog=1307752&post=147&subd=codeslammer&ref=&feed=1" />]]></description>
		<link>http://codeslammer.wordpress.com/2009/05/20/getting-dll-files-out-of-the-gac/</link>
			</item>
	<item>
		<title>string.format(&quot;{0} Architect{1}&quot;, &quot;Over&quot;, &quot;ed&quot;)</title>
		<description><![CDATA[As an enterprise software architect, there are many difficult problems that I face at work.&#160; Most of the time, these problems require an elegantly architected solution that promises to be both maintainable and efficient at the same time.&#160; This is always a difficult balance to achieve.&#160; 
The thing that surprises me most is that many [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeslammer.wordpress.com&blog=1307752&post=140&subd=codeslammer&ref=&feed=1" />]]></description>
		<link>http://codeslammer.wordpress.com/2009/04/23/stringformat0-architect1-over-ed/</link>
			</item>
	<item>
		<title>WMIC Wildcard Search using like and %</title>
		<description><![CDATA[This is a quick post to provide some detail on using the wildcard search for WMIC.&#160; This feature of the command structure will allow you to use like conditions in a where clause to look for objects that match a specific pattern.&#160; For those of you comfortable with the SQL syntax for the same task, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeslammer.wordpress.com&blog=1307752&post=139&subd=codeslammer&ref=&feed=1" />]]></description>
		<link>http://codeslammer.wordpress.com/2009/02/21/wmic-wildcard-search-using-like-and/</link>
			</item>
	<item>
		<title>VSS Labeling Problem &#8211; File $/path/ is already open</title>
		<description><![CDATA[Recently, while using the source control system that everyone hates (but seems to continue to use), I was trying to apply a label and got the following error:
 
The path name blurred to protect intellectual property, but this was a path in VSS, not a file.&#160; When trying to apply a label to the folder [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeslammer.wordpress.com&blog=1307752&post=138&subd=codeslammer&ref=&feed=1" />]]></description>
		<link>http://codeslammer.wordpress.com/2009/02/12/vss-labeling-problem-file-path-is-already-open/</link>
			</item>
	<item>
		<title>Saving Changes is Not Permitted?</title>
		<description><![CDATA[In order to test drive the data modeling features of SS2008, I decided to use the engine for a real-world application.&#160; I&#8217;m now attempting to use SQL Server to manage the Bateman household.&#160; My first table in the design is a simple list of chores that we need to make sure get done around the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeslammer.wordpress.com&blog=1307752&post=131&subd=codeslammer&ref=&feed=1" />]]></description>
		<link>http://codeslammer.wordpress.com/2008/10/19/saving-changes-is-not-permitted/</link>
			</item>
	<item>
		<title>Cool New Features in SSMS &#8211; Recent Expensive Queries</title>
		<description><![CDATA[Depending on whether you are more of a developer or more of a DBA you may care more or less about this next feature.  However, anyone can benefit from it.  SSMS 2008 makes it very easy to crack open the Activity Monitor as there is a noticeable button right on the toolbar.

Once inside you get [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeslammer.wordpress.com&blog=1307752&post=124&subd=codeslammer&ref=&feed=1" />]]></description>
		<link>http://codeslammer.wordpress.com/2008/10/10/cool-new-features-in-ssms-recent-expensive-queries/</link>
			</item>
	<item>
		<title>Cool New Features in SSMS &#8211; Select Top 100 Rows</title>
		<description><![CDATA[As I have been playing with the newest version of Microsoft&#8217;s SQL Server Managements Studio (SSMS), I wanted to share a few of the cool new features.  It seemed that the jump from Query Analyzer in SQL Server 2000 to SSMS in 2005 was not necessarily a smooth one and many people complained about SSMS.  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeslammer.wordpress.com&blog=1307752&post=114&subd=codeslammer&ref=&feed=1" />]]></description>
		<link>http://codeslammer.wordpress.com/2008/10/09/cool-new-features-in-ssms-select-top-100-rows/</link>
			</item>
	<item>
		<title>Missing Web Site Templates in Visual Web Developer 2008 Express Edition</title>
		<description><![CDATA[Continuing in my quest to experience the goodness of the new .NET 3.5 SP1 stuff from the ground up, I installed Visual Web Developer 2008 Express Edition.&#160; After all, now that I have my AdventureWorks database up and running, I want to experiment with ASP.NET data scaffolding (ASP.NET Dynamic Data), JavaScript Intellisense, ADO.NET Entity Framework, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeslammer.wordpress.com&blog=1307752&post=107&subd=codeslammer&ref=&feed=1" />]]></description>
		<link>http://codeslammer.wordpress.com/2008/10/06/missing-web-site-templates-in-visual-web-developer-2008-express-edition/</link>
			</item>
	<item>
		<title>SQL Server 2008 Sample Databases</title>
		<description><![CDATA[If you remember good ol&#8217; NorthWind, you&#8217;ll know that having a sample SQL Server database can be great for sampling new technologies and performing RDBMS experiments and tests.  As much as detail-oriented presenters and trainers like to use NorthWind, it is an old sample from SQL Server 2000 that doesn&#8217;t have many of the new [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeslammer.wordpress.com&blog=1307752&post=89&subd=codeslammer&ref=&feed=1" />]]></description>
		<link>http://codeslammer.wordpress.com/2008/10/05/sql-server-2008-sample-databases/</link>
			</item>
	<item>
		<title>What&#8217;s that picture?</title>
		<description><![CDATA[In case you were wondering what the picture is in the current banner on this blog, that&#8217;s me on a hike in a semi-remote region of Western India (Maharashtra).  Outside of Mumbai, there is a hilltop community named Matheran that has many hiking trails with stunning views of the surrounding area.  Where I am standing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeslammer.wordpress.com&blog=1307752&post=79&subd=codeslammer&ref=&feed=1" />]]></description>
		<link>http://codeslammer.wordpress.com/2008/09/07/whats-that-picture/</link>
			</item>
</channel>
</rss>
