<?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>Code-Journey.com &#187; .NET</title>
	<atom:link href="http://code-journey.com/category/dotnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://code-journey.com</link>
	<description>Mostly SharePoint</description>
	<lastBuildDate>Mon, 28 Jun 2010 08:16:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Missing Gacutil.exe running Windows Server 2008 / Vista / Visual Studio 2008</title>
		<link>http://code-journey.com/2009/07/03/missing-gacutilexe-running-windows-server-2008-vista-visual-studio-2008/</link>
		<comments>http://code-journey.com/2009/07/03/missing-gacutilexe-running-windows-server-2008-vista-visual-studio-2008/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 21:41:25 +0000</pubDate>
		<dc:creator>Code-Journey</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://code-journey.com/?p=282</guid>
		<description><![CDATA[My gacutil.exe is missing! Again&#8230;
This is my second post regarding a missing Gacutil. This time it&#8217;s also for Windows Server 2008 / Vista / Windows 7 and Visual Studio 2008. It&#8217;s easier this time.
I often find myself using gacutil to add assemblies to GAC using postbuild events in Visual Studio. This is a fast and [...]


Related posts:<ol><li><a href='http://code-journey.com/2009/01/20/missing-gacutilexe/' rel='bookmark' title='Permanent Link: Missing gacutil.exe'>Missing gacutil.exe</a></li></ol>]]></description>
		<wfw:commentRss>http://code-journey.com/2009/07/03/missing-gacutilexe-running-windows-server-2008-vista-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Write XML file using XmlTextWriter</title>
		<link>http://code-journey.com/2009/02/12/write-xml-file-using-xmltextwriter/</link>
		<comments>http://code-journey.com/2009/02/12/write-xml-file-using-xmltextwriter/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 00:22:54 +0000</pubDate>
		<dc:creator>Code-Journey</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://code-journey.com/?p=155</guid>
		<description><![CDATA[I will give an example on how to create a simple XML-file by using the XmlTextWriter. It&#8217;s actually quite simple, and not at all as time consuming as I first thought when I started playing around with it.

XML namespace
First of all we have to add the namespace for XML:
Using System.XML;
Begin the document
The document is created [...]


No related posts.]]></description>
		<wfw:commentRss>http://code-journey.com/2009/02/12/write-xml-file-using-xmltextwriter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Missing gacutil.exe</title>
		<link>http://code-journey.com/2009/01/20/missing-gacutilexe/</link>
		<comments>http://code-journey.com/2009/01/20/missing-gacutilexe/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 15:06:37 +0000</pubDate>
		<dc:creator>Code-Journey</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://code-journey.com/?p=140</guid>
		<description><![CDATA[Why is my gacutil.exe missing?
&#8220;c:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\gacutil.exe is not recognized as an internal or external command&#8221;
Note: if you are running Windows Server 2008 and Visual Studio 2008 then you have the Gacutil.exe already. Se this post.
I have several times looked for the  gacutil.exe file when I needed to make a batch script [...]


Related posts:<ol><li><a href='http://code-journey.com/2009/07/03/missing-gacutilexe-running-windows-server-2008-vista-visual-studio-2008/' rel='bookmark' title='Permanent Link: Missing Gacutil.exe running Windows Server 2008 / Vista / Visual Studio 2008'>Missing Gacutil.exe running Windows Server 2008 / Vista / Visual Studio 2008</a></li></ol>]]></description>
		<wfw:commentRss>http://code-journey.com/2009/01/20/missing-gacutilexe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>#1 Create your first Web Application</title>
		<link>http://code-journey.com/2008/12/04/1-create-your-first-web-application/</link>
		<comments>http://code-journey.com/2008/12/04/1-create-your-first-web-application/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 14:28:13 +0000</pubDate>
		<dc:creator>Code-Journey</dc:creator>
				<category><![CDATA[70-528 examples]]></category>

		<guid isPermaLink="false">http://code-journey.com/?p=57</guid>
		<description><![CDATA[Post #1 in the series of 70-528 examples to help you study for the certification.
Skills covered in this post
Create and configure a Web application.

Create a new Web application.
Add Web Forms pages to a Web application.

Creating your first web application is pretty straighforward and a few ways to do it are covered here.
The example will be [...]


No related posts.]]></description>
		<wfw:commentRss>http://code-journey.com/2008/12/04/1-create-your-first-web-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
