<?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>Coretech Blog &#187; .NET</title>
	<atom:link href="http://blog.coretech.dk/category/scripting/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coretech.dk</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 14:26:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Serializing System.Net.IPAddress to XML</title>
		<link>http://blog.coretech.dk/jgs/serializing-system-net-ipaddress-to-xml/</link>
		<comments>http://blog.coretech.dk/jgs/serializing-system-net-ipaddress-to-xml/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 10:01:29 +0000</pubDate>
		<dc:creator>Jakob Gottlieb Svendsen</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[IPAddress]]></category>
		<category><![CDATA[System.Net-IPAddress]]></category>

		<guid isPermaLink="false">http://blog.coretech.dk/scripting/serializing-system-net-ipaddress-to-xml/</guid>
		<description><![CDATA[&#160; Working on a project today, i needed to serialize one of my classes that included at System.Net.IPAddress property. Problem problem is that IPAddress does not support XML Serialization since it does not implement a parameterless constructor! I tried to search the net, but couldnt find a complete guide, therefore i am posting this, hoping [...]]]></description>
		<wfw:commentRss>http://blog.coretech.dk/jgs/serializing-system-net-ipaddress-to-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET Links and Books (2956B/2957B)</title>
		<link>http://blog.coretech.dk/jgs/net-links-and-books-2956b2957b/</link>
		<comments>http://blog.coretech.dk/jgs/net-links-and-books-2956b2957b/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 08:19:11 +0000</pubDate>
		<dc:creator>Jakob Gottlieb Svendsen</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://blog.coretech.dk/scripting/net-links-and-books-2956b2957b/</guid>
		<description><![CDATA[Exam: 70-536: http://www.microsoft.com/learning/en/us/Exam.aspx?ID=70-536&#38;Locale=en-us Second shot (valid until June 30, 2010): http://www.prometric.com/Microsoft/SS_MCP_form.htm?s=ssm MOC 2956B: Delegates and Events in C# / .NET http://www.akadia.com/services/dotnet_delegates_and_events.html DotNetZip &#8211; Zip Class Library http://dotnetzip.codeplex.com/ Prefix-casting versus as-casting in C#: http://gen5.info/q/2008/06/13/prefix-casting-versus-as-casting-in-c/ MOC 2957B: Hatchbrush shapes: http://www.java2s.com/Tutorial/CSharp/0480__2D/HatchBrushStyle.htm Manual Double buffering: http://www.bobpowell.net/doublebuffer.htm String Format 101: http://blogs.msdn.com/kathykam/archive/2006/03/29/564426.aspx Regex Lib: http://www.regexlib.com RegexBuddy: http://www.regexbuddy.com/ Service Custom Commands http://arcanecode.com/2007/05/30/windows-services-in-c-sending-commands-to-your-windows-service-part-7/ [...]]]></description>
		<wfw:commentRss>http://blog.coretech.dk/jgs/net-links-and-books-2956b2957b/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>MOC Lab Launcher Fixer for Windows 7</title>
		<link>http://blog.coretech.dk/jgs/moc-lab-launcher-fixer-for-windows-7/</link>
		<comments>http://blog.coretech.dk/jgs/moc-lab-launcher-fixer-for-windows-7/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 14:11:30 +0000</pubDate>
		<dc:creator>Jakob Gottlieb Svendsen</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Windows Installer / MSI]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Lab Launcher]]></category>
		<category><![CDATA[MOC]]></category>
		<category><![CDATA[MSI]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows installer]]></category>

		<guid isPermaLink="false">http://blog.coretech.dk/?p=1742</guid>
		<description><![CDATA[Windows 7 has arrived, and everything is fine! We only have one problem. Many of the MOC Course Material is using the &#8220;Lab Launcher&#8221;. The MSI for the &#8220;Lab Launcher&#8221; is not supported by Windows 7. To Fix this problem a Hack/Edit of the MSI is needed. Read this blog post for info about how [...]]]></description>
		<wfw:commentRss>http://blog.coretech.dk/jgs/moc-lab-launcher-fixer-for-windows-7/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Add Custom Data Type / Structure to My.Settings in VB.NET / WPF</title>
		<link>http://blog.coretech.dk/jgs/add-custom-data-type-structure-to-mysettings-in-vbnet-wpf/</link>
		<comments>http://blog.coretech.dk/jgs/add-custom-data-type-structure-to-mysettings-in-vbnet-wpf/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 14:15:14 +0000</pubDate>
		<dc:creator>Jakob Gottlieb Svendsen</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[C#.NET]]></category>
		<category><![CDATA[custom structure]]></category>
		<category><![CDATA[my.settings]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[structure]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://blog.coretech.dk/home/add-custom-data-type-structure-to-mysettings-in-vbnet-wpf/</guid>
		<description><![CDATA[During the work of a new Coretech SCCM Manager GUI in WPF, i ran in to some problems with My.Settings. I have used My.Settings for all settings in the Utility, and are using my own structures for the combo-box value and others. The problem is that i could not create a setting, that contained my [...]]]></description>
		<wfw:commentRss>http://blog.coretech.dk/jgs/add-custom-data-type-structure-to-mysettings-in-vbnet-wpf/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

