<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Emil's Blog</title>
	<link>http://www.meadow.se/wordpress</link>
	<description>Programming Windows, .Net, EPiServer and whatnot...</description>
	<lastBuildDate>Tue, 01 Jun 2010 21:18:23 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>NDepend 3</title>
		<description><![CDATA[In case you missed it, there&#8217;s a very powerful tool called NDepend that helps you analyze your code structure and detect potential problems very easily. A new version, NDepend 3,  was released earlier this year and the biggest new feature is probably Visual Studio integration:

It still has all the code metrics you&#8217;ll probably ever [...]]]></description>
		<link>http://www.meadow.se/wordpress/?p=429</link>
			</item>
	<item>
		<title>Running .Net 4 RC NUnits tests in TeamCity</title>
		<description><![CDATA[Today, we finally found a way to run NUnit tests in .Net 4 assemblies in TeamCity! Here&#8217;s the solution:
Problem with NUnit runner when using MSBuild 4.0
/Emil
]]></description>
		<link>http://www.meadow.se/wordpress/?p=423</link>
			</item>
	<item>
		<title>Authentication for IIS-hosted WCF services</title>
		<description><![CDATA[WCF is very powerful and very, very complicated to configure in many cases. Seemingly simple requirements can get really difficult to get right and security definitely falls in that category. I recently had the following need:

WCF-services hosted in IIS 7.5
Windows authentication should be used for the services
The client must not be required to be in [...]]]></description>
		<link>http://www.meadow.se/wordpress/?p=415</link>
			</item>
	<item>
		<title>Templates for SQL Server Management Studio</title>
		<description><![CDATA[Templates for SQL Server Management Studio 2008 are stored in this folder on WIndows XP:
C:\Documents and Settings\[user]\Application Data\Microsoft\Microsoft SQL Server\100\Tools\Shell\Templates\Sql
On my new WIndows 7 machine, the location is:
C:\Users\[user]\AppData\Roaming\Microsoft\Microsoft SQL Server\100\Tools\Shell\Templates\Sql
Create sub-folders and SQL files there and they show up in the Template Explorer. Really useful...
/Emil
]]></description>
		<link>http://www.meadow.se/wordpress/?p=410</link>
			</item>
	<item>
		<title>Script parameter parsing in PowerShell</title>
		<description><![CDATA[This is an example of how to do script parameter parsing in PowerShell:


switch &#40;$args&#41;
&#123;
&#160; 'salesforceservice'
&#160; &#123;
&#160; &#160; $deploy_service = $true
&#160; &#125;
&#160; 'web'
&#160; &#123;
&#160; &#160; $deploy_web = $true
&#160; &#125;
&#160; default
&#160; &#123;
&#160; &#160; "Bad parameter: " + $_
&#160; &#160; ShowHelp
&#160; &#160; exit
&#160; &#125;
&#125;



Pretty neat, huh?
/Emil
]]></description>
		<link>http://www.meadow.se/wordpress/?p=404</link>
			</item>
	<item>
		<title>NUnit with SQLite and .Net 4.0 Beta 2</title>
		<description><![CDATA[SQLite and unit testing is a great combination for testing database operations without having to manage database files. You can simply create an in-memory database in your setup code and work with that. Perfect in combination with NHibernate for example.
If you want to do this in the current .Net 4.0 beta your out of luck [...]]]></description>
		<link>http://www.meadow.se/wordpress/?p=393</link>
			</item>
	<item>
		<title>log4net configuration Xml Schema</title>
		<description><![CDATA[I just found a very useful XSD for editing log4net configurations:
http://csharptest.net/?p=38
Just copy the schema file to C:\Program Files\Microsoft Visual Studio *\Xml\Schemas and add the correct namespace to the log4net element in your config file:


&#60;log4net xsi:noNamespaceSchemaLocation="http://csharptest.net/downloads/schema/log4net.xsd" 
&#160; &#160; &#160; &#160; &#160; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&#62;



/Emil
]]></description>
		<link>http://www.meadow.se/wordpress/?p=391</link>
			</item>
	<item>
		<title>NUnit with Visual Studio 2010 Beta 2</title>
		<description><![CDATA[Here's a tip of how to run NUnit tests in .Net 4 code:
Running NUnit 2.5 against Visual Studio 2010 .Net 4 code
Note that it's the NUnit.exe.config file in C:\Program Files\NUnit 2.5.2\bin\net-2.0 that should be updated.
]]></description>
		<link>http://www.meadow.se/wordpress/?p=386</link>
			</item>
	<item>
		<title>Twittering&#8230;</title>
		<description><![CDATA[I'm now on Twitter...
http://twitter.com/emilast
Wonder if it's gonna be useful or a time-stealer...
/Emil
]]></description>
		<link>http://www.meadow.se/wordpress/?p=384</link>
			</item>
	<item>
		<title>Distributed transactions with WCF and NHibernate</title>
		<description><![CDATA[I recently started working on a new project in which we wanted to use WCF services that utilized NHibernate for database work. We also wanted those services to support distributed transactions so that several calls to one or more service would be done within the same client transaction. This is possible thanks to functionality in [...]]]></description>
		<link>http://www.meadow.se/wordpress/?p=363</link>
			</item>
</channel>
</rss>
