<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>RaSor&#039;s Blog</title>
	<atom:link href="http://rasor.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rasor.wordpress.com</link>
	<description>In the beginning it was for development [sourcecode language=&#039;css&#039;]…[/sourcecode]</description>
	<lastBuildDate>Mon, 09 Jan 2012 12:32:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rasor.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>RaSor&#039;s Blog</title>
		<link>http://rasor.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rasor.wordpress.com/osd.xml" title="RaSor&#039;s Blog" />
	<atom:link rel='hub' href='http://rasor.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Windows links</title>
		<link>http://rasor.wordpress.com/2011/12/27/windows-links/</link>
		<comments>http://rasor.wordpress.com/2011/12/27/windows-links/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 10:28:16 +0000</pubDate>
		<dc:creator>rasor</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://rasor.wordpress.com/?p=1720</guid>
		<description><![CDATA[This post will contain some Windows 7 helpfull stuff Links Link to Administrative Tools : shortcut:%systemroot%\system32\control.exe /name Microsoft.AdministrativeTools The End<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rasor.wordpress.com&amp;blog=2263138&amp;post=1720&amp;subd=rasor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rasor.wordpress.com/2011/12/27/windows-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b6cf6c4e0fa216452dccc8158bf673f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rasor</media:title>
		</media:content>
	</item>
		<item>
		<title>Cool powershell: From Xml to Csv in two lines</title>
		<link>http://rasor.wordpress.com/2011/12/23/cool-powershell-from-xml-to-csv-in-two-lines/</link>
		<comments>http://rasor.wordpress.com/2011/12/23/cool-powershell-from-xml-to-csv-in-two-lines/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 15:08:07 +0000</pubDate>
		<dc:creator>rasor</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Xml2Csv]]></category>

		<guid isPermaLink="false">http://rasor.wordpress.com/?p=1712</guid>
		<description><![CDATA[With one-level xml you can convert xml to csv in two lines of powershell: Create file Stsadm-EnumSites.xml: cmd &#62; stsadm -o enumsites -url http://teams &#62; Stsadm-EnumSites.xml Your converter code: Output: Stsadm-EnumSites.csv Cool :-)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rasor.wordpress.com&amp;blog=2263138&amp;post=1712&amp;subd=rasor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rasor.wordpress.com/2011/12/23/cool-powershell-from-xml-to-csv-in-two-lines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b6cf6c4e0fa216452dccc8158bf673f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rasor</media:title>
		</media:content>
	</item>
		<item>
		<title>Powershell with .NET</title>
		<link>http://rasor.wordpress.com/2011/12/23/powershell-with-net/</link>
		<comments>http://rasor.wordpress.com/2011/12/23/powershell-with-net/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 08:01:32 +0000</pubDate>
		<dc:creator>rasor</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[Powershell]]></category>

		<guid isPermaLink="false">http://rasor.wordpress.com/?p=1700</guid>
		<description><![CDATA[This post is where I want to put how to do things from .NET in powershell. There are some automatic conversions, for instance, that makes code different. Using string.Split() Using String.IsNullOrEmpty() Add CRLF to strings Links: More on arrays: http://ss64.com/ps/syntax-arrays.html WebRequest: http://alexgorbatchev.com/SyntaxHighlighter/manual/brushes/powershell.html Send email: http://www.iislogs.com/steveschofield/send-email-with-powershell-script-schedule-script-with-windows-task-scheduler CRLF: http://stackoverflow.com/questions/325953/how-can-i-replace-newlines-using-powershell<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rasor.wordpress.com&amp;blog=2263138&amp;post=1700&amp;subd=rasor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rasor.wordpress.com/2011/12/23/powershell-with-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b6cf6c4e0fa216452dccc8158bf673f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rasor</media:title>
		</media:content>
	</item>
		<item>
		<title>SP2010 WSP Global or not?</title>
		<link>http://rasor.wordpress.com/2011/12/04/sp2010-wsp-global-or-not/</link>
		<comments>http://rasor.wordpress.com/2011/12/04/sp2010-wsp-global-or-not/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 12:09:24 +0000</pubDate>
		<dc:creator>rasor</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://rasor.wordpress.com/?p=1691</guid>
		<description><![CDATA[In some cases a WSP is deployed to all WebApps. In other cases you can select which WebApps you will deploy the WSP to. But what makes the difference? When you in CentralAdmin goto System Settings &#8211; Manage Farm Solutions &#8211; Select a Wsp If Contains Web Application Resource: Yes then it can be deployed to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rasor.wordpress.com&amp;blog=2263138&amp;post=1691&amp;subd=rasor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rasor.wordpress.com/2011/12/04/sp2010-wsp-global-or-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b6cf6c4e0fa216452dccc8158bf673f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rasor</media:title>
		</media:content>
	</item>
		<item>
		<title>Sharepoint 2010 deployment using Visual Studio</title>
		<link>http://rasor.wordpress.com/2011/11/18/sharepoint-2010-deployment-using-visual-studio/</link>
		<comments>http://rasor.wordpress.com/2011/11/18/sharepoint-2010-deployment-using-visual-studio/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 10:40:25 +0000</pubDate>
		<dc:creator>rasor</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://rasor.wordpress.com/?p=1681</guid>
		<description><![CDATA[In a Sharepoint, where deveopment is in Visual Studio and deployment to ITest is via Wsp I have a solution structure like this: - Solution:MyCom.MyWepApp - Project:Common.ProjectForSeveralWebAppsWsp //A Wsp packaging project including code common to several webapps - Project:MyWepApp.Wa.Layout //Some MyWepApp specific code - Project:MyWepApp.Wa.WepParts //Some more MyWepApp specific code - Project:MyWepApp.Wa.WepAppWsp //A Wsp packaging [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rasor.wordpress.com&amp;blog=2263138&amp;post=1681&amp;subd=rasor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rasor.wordpress.com/2011/11/18/sharepoint-2010-deployment-using-visual-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b6cf6c4e0fa216452dccc8158bf673f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rasor</media:title>
		</media:content>
	</item>
		<item>
		<title>VS: Sgen error and Fusion Log Viewer</title>
		<link>http://rasor.wordpress.com/2011/11/17/vs-sgen-error-and-fusion-log-viewer/</link>
		<comments>http://rasor.wordpress.com/2011/11/17/vs-sgen-error-and-fusion-log-viewer/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 06:53:22 +0000</pubDate>
		<dc:creator>rasor</dc:creator>
				<category><![CDATA[Error]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://rasor.wordpress.com/?p=1677</guid>
		<description><![CDATA[Some SGEN errors: I you in Visual Studio get the error (while building release): SGEN : error : Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. Then read about it here: http://hashtagfail.com/post/5255977780/sgen-loaderexceptions-error and further about Fusion Log Viewer: http://www.hanselman.com/blog/BackToBasicsUsingFusionLogViewerToDebugObscureLoaderErrors.aspx I you in Visual Studio get the error (while building [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rasor.wordpress.com&amp;blog=2263138&amp;post=1677&amp;subd=rasor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rasor.wordpress.com/2011/11/17/vs-sgen-error-and-fusion-log-viewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b6cf6c4e0fa216452dccc8158bf673f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rasor</media:title>
		</media:content>
	</item>
		<item>
		<title>OAuth bridge for WIF</title>
		<link>http://rasor.wordpress.com/2011/11/15/oauth-bridge-for-wif/</link>
		<comments>http://rasor.wordpress.com/2011/11/15/oauth-bridge-for-wif/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 02:09:59 +0000</pubDate>
		<dc:creator>rasor</dc:creator>
				<category><![CDATA[Identity Management]]></category>
		<category><![CDATA[OAuth]]></category>
		<category><![CDATA[WIF]]></category>

		<guid isPermaLink="false">http://rasor.wordpress.com/?p=1668</guid>
		<description><![CDATA[OAuth Clients from .NET: So how to access an OAuth protected resource (REST service) from a .NET webapplication in a generic manner? Using WIF would be nice, since you would then just work just as if the OAuth protected REST service was an RP (and STS). In this case I think your app would be an [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rasor.wordpress.com&amp;blog=2263138&amp;post=1668&amp;subd=rasor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rasor.wordpress.com/2011/11/15/oauth-bridge-for-wif/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b6cf6c4e0fa216452dccc8158bf673f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rasor</media:title>
		</media:content>
	</item>
		<item>
		<title>Powershell: Change encoding for Import-Csv</title>
		<link>http://rasor.wordpress.com/2011/08/16/powershell-change-encoding-for-import-csv/</link>
		<comments>http://rasor.wordpress.com/2011/08/16/powershell-change-encoding-for-import-csv/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 11:27:50 +0000</pubDate>
		<dc:creator>rasor</dc:creator>
				<category><![CDATA[Powershell]]></category>

		<guid isPermaLink="false">http://rasor.wordpress.com/?p=1647</guid>
		<description><![CDATA[Import-Csv does not accept ANSI files. Also semicolon delimiter needs to be specified.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rasor.wordpress.com&amp;blog=2263138&amp;post=1647&amp;subd=rasor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rasor.wordpress.com/2011/08/16/powershell-change-encoding-for-import-csv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b6cf6c4e0fa216452dccc8158bf673f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rasor</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL: Do Accent Insentitive (AI) and Case Insentitive (CI) join</title>
		<link>http://rasor.wordpress.com/2011/08/11/sql-do-accent-insentitive-ai-and-case-insentitive-ci-join/</link>
		<comments>http://rasor.wordpress.com/2011/08/11/sql-do-accent-insentitive-ai-and-case-insentitive-ci-join/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 09:04:07 +0000</pubDate>
		<dc:creator>rasor</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://rasor.wordpress.com/?p=1641</guid>
		<description><![CDATA[SQL Tip: A couple of links: http://blog.sqlauthority.com/2007/06/11/sql-server-cannot-resolve-collation-conflict-for-equal-to-operation/ http://stackoverflow.com/questions/2461522/how-do-i-perform-an-accent-insensitive-compare-e-with-e-e-e-and-e-in-sql-serv<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rasor.wordpress.com&amp;blog=2263138&amp;post=1641&amp;subd=rasor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rasor.wordpress.com/2011/08/11/sql-do-accent-insentitive-ai-and-case-insentitive-ci-join/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b6cf6c4e0fa216452dccc8158bf673f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rasor</media:title>
		</media:content>
	</item>
		<item>
		<title>Upgrading MOSS07 WSPBuilder sln to SP2010 sln</title>
		<link>http://rasor.wordpress.com/2011/08/05/upgrading-moss07-wspbuilder-sln-to-sp2010-sln/</link>
		<comments>http://rasor.wordpress.com/2011/08/05/upgrading-moss07-wspbuilder-sln-to-sp2010-sln/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 06:01:48 +0000</pubDate>
		<dc:creator>rasor</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://rasor.wordpress.com/?p=1637</guid>
		<description><![CDATA[Your old MOSS/WSS sln build using WSPBuilder can be converted to a SP2010 project using VS2010 Project template Download and install http://cksdev.codeplex.com/ You will need a SiteColl to use for debug your converted solution: Create a DNS entry for the hostheader e.g. myapp.mycom.eu Create a WebApp e.g. http://myapp.mycom.eu:80 Create a SiteColl e.g. just the root: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rasor.wordpress.com&amp;blog=2263138&amp;post=1637&amp;subd=rasor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rasor.wordpress.com/2011/08/05/upgrading-moss07-wspbuilder-sln-to-sp2010-sln/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b6cf6c4e0fa216452dccc8158bf673f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rasor</media:title>
		</media:content>
	</item>
		<item>
		<title>Upgrading Moss07 WSPBuilder07 sln to a WSPBuilder10 in a SP2010 sln</title>
		<link>http://rasor.wordpress.com/2011/08/03/upgrading-moss07-sln-to-sp2010-sln/</link>
		<comments>http://rasor.wordpress.com/2011/08/03/upgrading-moss07-sln-to-sp2010-sln/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 05:45:48 +0000</pubDate>
		<dc:creator>rasor</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://rasor.wordpress.com/?p=1627</guid>
		<description><![CDATA[The old MOSS07 solutions uses WSPBuilder07 Strategy is to upgrade the MOSS07 solution to SP2010 using WSPBuilder10 for existing solutions. New solutions should use the new SPI file layout http://sharepoint.mindsharpblogs.com/Todd/archive/2010/08/24/Visual-Studio-2010-SharePoint-Project-SPIs.aspx. It replaced WSPBuilder. Upgrading MOSS07 project that uses WSPBuilder.exe v0.9.9.0728 Get and install WSPBuilder Extensions 2010 BETA 1.4. This will add WSPBuilder to VS2010 as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rasor.wordpress.com&amp;blog=2263138&amp;post=1627&amp;subd=rasor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rasor.wordpress.com/2011/08/03/upgrading-moss07-sln-to-sp2010-sln/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b6cf6c4e0fa216452dccc8158bf673f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rasor</media:title>
		</media:content>
	</item>
		<item>
		<title>TFS2010: Build, deploy, test links</title>
		<link>http://rasor.wordpress.com/2011/01/05/tfs2010-build-deploy-test-links/</link>
		<comments>http://rasor.wordpress.com/2011/01/05/tfs2010-build-deploy-test-links/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 09:04:36 +0000</pubDate>
		<dc:creator>rasor</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[TFS]]></category>
		<category><![CDATA[Virtual]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://rasor.wordpress.com/?p=1609</guid>
		<description><![CDATA[Ports Required for Installation of Team Foundation Components http://msdn.microsoft.com/en-us/library/dd578664.aspx How to: Deploy an Application on a Virtual Environment http://msdn.microsoft.com/en-us/library/ee471614.aspx Build and Deploy Continuously http://msdn.microsoft.com/en-us/library/ee308011.aspx Understanding a Team Foundation Build System http://msdn.microsoft.com/en-us/library/dd793166.aspx Define a Build Using the Default Template http://msdn.microsoft.com/en-us/library/dd647547.aspx#configs Control Where the Build System Places Your Binaries http://msdn.microsoft.com/en-us/library/ff977206.aspx Team Foundation Build Activities &#8211; InvokeProcess http://msdn.microsoft.com/en-us/library/gg265783.aspx#Activity_InvokeProcess<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rasor.wordpress.com&amp;blog=2263138&amp;post=1609&amp;subd=rasor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rasor.wordpress.com/2011/01/05/tfs2010-build-deploy-test-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b6cf6c4e0fa216452dccc8158bf673f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rasor</media:title>
		</media:content>
	</item>
		<item>
		<title>Terminal Server access</title>
		<link>http://rasor.wordpress.com/2010/11/24/terminal-server-access/</link>
		<comments>http://rasor.wordpress.com/2010/11/24/terminal-server-access/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 06:06:12 +0000</pubDate>
		<dc:creator>rasor</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://rasor.wordpress.com/?p=1600</guid>
		<description><![CDATA[A couple of things to set for getting Remote Desktop access to a server for a domain user: If you need Allow logon through Terminal Service, then there is a shortcut to add users on the server to the local group ﻿﻿﻿Remote Desktop Users: Right-Click your server &#8211; Properties &#8211; Remote &#8211; Select Remote Users [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rasor.wordpress.com&amp;blog=2263138&amp;post=1600&amp;subd=rasor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rasor.wordpress.com/2010/11/24/terminal-server-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b6cf6c4e0fa216452dccc8158bf673f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rasor</media:title>
		</media:content>
	</item>
		<item>
		<title>Textpad tips</title>
		<link>http://rasor.wordpress.com/2010/11/11/textpad-tips/</link>
		<comments>http://rasor.wordpress.com/2010/11/11/textpad-tips/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 12:17:09 +0000</pubDate>
		<dc:creator>rasor</dc:creator>
				<category><![CDATA[TextPad]]></category>

		<guid isPermaLink="false">http://rasor.wordpress.com/?p=1598</guid>
		<description><![CDATA[Using Textpad a few tips are here listed: Remove every second linebreak in a text file Find: ^\(.*\)\n\(.*\) Explanation: Find beginning of line &#8220;^&#8221;. In block 1: &#8220;\(\)\&#8221; select all chars: &#8220;.*&#8221; Stop block 1 at newline &#8220;\n&#8221; In block 2: &#8221;\(\)\&#8221; select all chars: &#8220;.*&#8221; Replace: \1\2 Explanation: Write block 1 &#8220;\1&#8243; and then block [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rasor.wordpress.com&amp;blog=2263138&amp;post=1598&amp;subd=rasor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rasor.wordpress.com/2010/11/11/textpad-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b6cf6c4e0fa216452dccc8158bf673f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rasor</media:title>
		</media:content>
	</item>
		<item>
		<title>Miscellaneous VB6 and VBA upgrade</title>
		<link>http://rasor.wordpress.com/2010/11/03/miscellaneous-vb6-and-vba-upgrade/</link>
		<comments>http://rasor.wordpress.com/2010/11/03/miscellaneous-vb6-and-vba-upgrade/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 05:51:19 +0000</pubDate>
		<dc:creator>rasor</dc:creator>
				<category><![CDATA[VB6]]></category>

		<guid isPermaLink="false">http://rasor.wordpress.com/?p=1594</guid>
		<description><![CDATA[Links: Converting a VBA Macro to C# 4.0. A manual process, so this can be used for VB.NET as target as well. No VB6 converter exists in VS2010. Instead use ArtinSoft’s Visual Basic Upgrade Companion (VBUC) . This tool can convert to C# and it can convert old API&#8217;s like ADO to newer API&#8217;s like [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rasor.wordpress.com&amp;blog=2263138&amp;post=1594&amp;subd=rasor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rasor.wordpress.com/2010/11/03/miscellaneous-vb6-and-vba-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b6cf6c4e0fa216452dccc8158bf673f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rasor</media:title>
		</media:content>
	</item>
		<item>
		<title>SP2010: Pattern &amp; Practices &#8211; SP Guidance 2010</title>
		<link>http://rasor.wordpress.com/2010/07/20/sp2010-pattern-practices-sp-guidance-2010/</link>
		<comments>http://rasor.wordpress.com/2010/07/20/sp2010-pattern-practices-sp-guidance-2010/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 08:17:56 +0000</pubDate>
		<dc:creator>rasor</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Study]]></category>

		<guid isPermaLink="false">http://rasor.wordpress.com/?p=1556</guid>
		<description><![CDATA[Content from Pattern &#38; Practices &#8211; SP Guidance 2010: Download Developing Applications for SharePoint 2010 The End.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rasor.wordpress.com&amp;blog=2263138&amp;post=1556&amp;subd=rasor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rasor.wordpress.com/2010/07/20/sp2010-pattern-practices-sp-guidance-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b6cf6c4e0fa216452dccc8158bf673f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rasor</media:title>
		</media:content>

		<media:content url="http://rasor.files.wordpress.com/2010/07/pnpspguidance1.png?w=300" medium="image">
			<media:title type="html">Pnp Sp Guidance Content 1</media:title>
		</media:content>

		<media:content url="http://rasor.files.wordpress.com/2010/07/pnpspguidance2.png?w=300" medium="image">
			<media:title type="html">Pnp Sp Guidance Content 2</media:title>
		</media:content>
	</item>
		<item>
		<title>.NET3.0: Extension method sample</title>
		<link>http://rasor.wordpress.com/2010/06/10/net3-0-extension-method-sample/</link>
		<comments>http://rasor.wordpress.com/2010/06/10/net3-0-extension-method-sample/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 08:38:30 +0000</pubDate>
		<dc:creator>rasor</dc:creator>
				<category><![CDATA[NET]]></category>

		<guid isPermaLink="false">http://rasor.wordpress.com/?p=1541</guid>
		<description><![CDATA[Needed a sample of extension methods both in c# and VB.NET  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rasor.wordpress.com&amp;blog=2263138&amp;post=1541&amp;subd=rasor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rasor.wordpress.com/2010/06/10/net3-0-extension-method-sample/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b6cf6c4e0fa216452dccc8158bf673f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rasor</media:title>
		</media:content>
	</item>
		<item>
		<title>EMS Commandlets</title>
		<link>http://rasor.wordpress.com/2010/06/09/ems-commandlets/</link>
		<comments>http://rasor.wordpress.com/2010/06/09/ems-commandlets/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 11:42:00 +0000</pubDate>
		<dc:creator>rasor</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Powershell]]></category>

		<guid isPermaLink="false">http://rasor.wordpress.com/?p=1534</guid>
		<description><![CDATA[Just for a nice reference&#8230; Exchange 2010 Cmdlets http://technet.microsoft.com/en-us/library/bb124413.aspx  The End<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rasor.wordpress.com&amp;blog=2263138&amp;post=1534&amp;subd=rasor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rasor.wordpress.com/2010/06/09/ems-commandlets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b6cf6c4e0fa216452dccc8158bf673f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rasor</media:title>
		</media:content>
	</item>
		<item>
		<title>List of Utilities</title>
		<link>http://rasor.wordpress.com/2010/06/07/list-of-utilities/</link>
		<comments>http://rasor.wordpress.com/2010/06/07/list-of-utilities/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 11:13:16 +0000</pubDate>
		<dc:creator>rasor</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Utility]]></category>

		<guid isPermaLink="false">http://rasor.wordpress.com/?p=1525</guid>
		<description><![CDATA[Miscellaneous List from Scott Hanselman http://www.hanselman.com/blog/ScottHanselmans2009UltimateDeveloperAndPowerUsersToolListForWindows.aspx Debug/Trace tools DebugView http://technet.microsoft.com/en-us/sysinternals/bb842059.aspx IE Developer Toolbar and other http://blogs.msdn.com/b/ie/archive/2007/06/22/from-microsoft-teched-2007-web-development-tools-for-internet-explorer.aspx IE Developer tools included in IE8: http://msdn.microsoft.com/en-US/library/dd565628.aspx Reflector has become commercial &#8211; instead use ILSpy: http://wiki.sharpdevelop.net/ilspy.ashx Test http://www.loadui.org/About-loadUI/what-is-loadui.html Sharepoint tools SharePoint Content Deployment Wizard http://spdeploymentwizard.codeplex.com/ ULS Viewer http://code.msdn.microsoft.com/ULSViewer WebParts http://www.amrein.com/apps/page.asp?Q=5728 Powershell tools PowerShell Integrated Scripting Environment (ISE) Windows OS tools [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rasor.wordpress.com&amp;blog=2263138&amp;post=1525&amp;subd=rasor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rasor.wordpress.com/2010/06/07/list-of-utilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b6cf6c4e0fa216452dccc8158bf673f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rasor</media:title>
		</media:content>
	</item>
		<item>
		<title>Virtualization: Running VirtualBox on a Windows 7 laptop &#8211; Windows 2008 R2 Server guest</title>
		<link>http://rasor.wordpress.com/2010/04/04/virtualization-running-virtualbox-on-a-windows-7-laptop-windows-2008-r2-server-guest/</link>
		<comments>http://rasor.wordpress.com/2010/04/04/virtualization-running-virtualbox-on-a-windows-7-laptop-windows-2008-r2-server-guest/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 18:46:42 +0000</pubDate>
		<dc:creator>rasor</dc:creator>
				<category><![CDATA[HW]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Virtual]]></category>

		<guid isPermaLink="false">http://rasor.wordpress.com/?p=1452</guid>
		<description><![CDATA[Using VirtualBox as hypervisor on a laptop eases usage of WLAN and USB on the guest OS. This post is based on using VirtualBox 3.1.6 on Windows 7 (64 bit) with Windows 2008 R2 server, 64 bit, Standard edition. Out of the box Windows 7 installed drivers for the WLAN in my laptop (with CPU i7 720) and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rasor.wordpress.com&amp;blog=2263138&amp;post=1452&amp;subd=rasor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rasor.wordpress.com/2010/04/04/virtualization-running-virtualbox-on-a-windows-7-laptop-windows-2008-r2-server-guest/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b6cf6c4e0fa216452dccc8158bf673f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rasor</media:title>
		</media:content>

		<media:content url="http://rasor.files.wordpress.com/2010/04/04-04-2010_14-45-35.png" medium="image">
			<media:title type="html">VirtualBox-Setttings-General</media:title>
		</media:content>

		<media:content url="http://rasor.files.wordpress.com/2010/04/04-04-2010_14-51-36.png" medium="image">
			<media:title type="html">VirtualBox-Setttings-Input</media:title>
		</media:content>

		<media:content url="http://rasor.files.wordpress.com/2010/04/04-04-2010_14-55-331.png" medium="image">
			<media:title type="html">VirtualBox-Setttings-Network</media:title>
		</media:content>

		<media:content url="http://rasor.files.wordpress.com/2010/04/04-04-2010_14-58-35.png" medium="image">
			<media:title type="html">Virtual Network card</media:title>
		</media:content>

		<media:content url="http://rasor.files.wordpress.com/2010/04/04-04-2010_14-58-39.png" medium="image">
			<media:title type="html">Virtual Network DHCP server</media:title>
		</media:content>

		<media:content url="http://rasor.files.wordpress.com/2010/04/04-04-2010_15-38-51.png" medium="image">
			<media:title type="html">Host network cards</media:title>
		</media:content>

		<media:content url="http://rasor.files.wordpress.com/2010/04/04-04-2010_15-58-06.png" medium="image">
			<media:title type="html">VBox-Choose OS</media:title>
		</media:content>

		<media:content url="http://rasor.files.wordpress.com/2010/04/04-04-2010_16-02-50.png" medium="image">
			<media:title type="html">VBox -  Memory</media:title>
		</media:content>

		<media:content url="http://rasor.files.wordpress.com/2010/04/04-04-2010_16-06-49.png" medium="image">
			<media:title type="html">Virtual HD for VM</media:title>
		</media:content>

		<media:content url="http://rasor.files.wordpress.com/2010/04/04-04-2010_16-13-06.png" medium="image">
			<media:title type="html">HD place and size</media:title>
		</media:content>

		<media:content url="http://rasor.files.wordpress.com/2010/04/04-04-2010_16-16-01.png" medium="image">
			<media:title type="html">04-04-2010_16-16-01</media:title>
		</media:content>

		<media:content url="http://rasor.files.wordpress.com/2010/04/04-04-2010_16-28-03.png" medium="image">
			<media:title type="html">VM - Settings - System - Motherboard</media:title>
		</media:content>

		<media:content url="http://rasor.files.wordpress.com/2010/04/04-02-2010_14-02-11.png" medium="image">
			<media:title type="html">Install OS - Choose keyboard</media:title>
		</media:content>

		<media:content url="http://rasor.files.wordpress.com/2010/04/04-02-2010_14-03-44.png" medium="image">
			<media:title type="html">04-02-2010_14-03-44</media:title>
		</media:content>

		<media:content url="http://rasor.files.wordpress.com/2010/04/04-02-2010_14-20-08.png" medium="image">
			<media:title type="html">Choose psw for admin</media:title>
		</media:content>

		<media:content url="http://rasor.files.wordpress.com/2010/04/04-04-2010_17-45-53.png" medium="image">
			<media:title type="html">Guest Netwotk card</media:title>
		</media:content>

		<media:content url="http://rasor.files.wordpress.com/2010/04/04-04-2010_17-55-55.png" medium="image">
			<media:title type="html">Logon to host</media:title>
		</media:content>

		<media:content url="http://rasor.files.wordpress.com/2010/04/04-04-2010_18-07-47.png" medium="image">
			<media:title type="html">3 IP&#039;s - same server</media:title>
		</media:content>

		<media:content url="http://rasor.files.wordpress.com/2010/04/04-04-2010_17-48-17.png" medium="image">
			<media:title type="html">Internet from guest through WLAN</media:title>
		</media:content>

		<media:content url="http://rasor.files.wordpress.com/2010/04/04-04-2010_18-33-41.png" medium="image">
			<media:title type="html">NAT</media:title>
		</media:content>
	</item>
	</channel>
</rss>
