<?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>Lars Hildebrandt's Blog &#187; Allgemeines</title>
	<atom:link href="http://blog.larshildebrandt.de/category/allgemeines/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.larshildebrandt.de</link>
	<description>übers Programmieren und mehr...</description>
	<lastBuildDate>Mon, 28 Nov 2011 21:11:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>NuPack &#8211; Package Management für .net und Visual Studio 2010</title>
		<link>http://blog.larshildebrandt.de/nupack-package-management-for-net-and-visual-studio-2010/153.html</link>
		<comments>http://blog.larshildebrandt.de/nupack-package-management-for-net-and-visual-studio-2010/153.html#comments</comments>
		<pubDate>Fri, 08 Oct 2010 21:50:30 +0000</pubDate>
		<dc:creator>Lars Hildebrandt</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Programmieren]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://blog.larshildebrandt.de/?p=153</guid>
		<description><![CDATA[Seit gestern beschäftige ich mich mit einem neuen AddOn für Visual Studio. Ein AddIn, das die Chance hat, eines der wichtigsten der nächsten Zeit zu werden. Die Rede ist von NuPack. NuPack ist Paket-Manager, der es ermöglicht auf natürliche Art und Weise benötigte externe Assemblies in ein Visual Studio-Projekt aufzunehmen. Kein Erzeugen eines Lib-Ordners mehr. [...]]]></description>
			<content:encoded><![CDATA[<p>Seit gestern beschäftige ich mich mit einem neuen AddOn für Visual Studio. Ein AddIn, das die Chance hat, eines der wichtigsten der nächsten Zeit zu werden. Die Rede ist von NuPack. NuPack ist Paket-Manager, der es ermöglicht auf natürliche Art und Weise benötigte externe Assemblies in ein Visual Studio-Projekt aufzunehmen. Kein Erzeugen eines Lib-Ordners mehr. Kein SVN-Copy oder ähnliches, um die Assemblies in den Lib-Ordner zu kopieren&#8230;</p>
<p>Doch wie funktioniert das Ganze mit NuPack? Eigentlich ganz einfach. Als erstes brauchen wir mal das AddIn. Dieses kann zum einen von <a href="http://nupack.codeplex.com">http://nupack.codeplex.com</a> geladen oder über den Extension Manager hinzugefügt werden.</p>
<p><a href="http://blog.larshildebrandt.de/wp-content/uploads/2010/10/20101008_NuPack_1.jpg"><img src="http://blog.larshildebrandt.de/wp-content/uploads/2010/10/20101008_NuPack_1.jpg" alt="" title="Die Erweiterung im Extension Manager" width="600" height="338" class="alignleft size-full wp-image-155" /></a></p>
<p>Nach erfolgreicher Installation der Erweiterung erhält man einen neuen Menüpunkt im Solution Explorer, der es einem erlaubt ein Package dem Projekt hinzuzufügen.</p>
<p><a href="http://blog.larshildebrandt.de/wp-content/uploads/2010/10/20101008_NuPack_2.jpg"><img src="http://blog.larshildebrandt.de/wp-content/uploads/2010/10/20101008_NuPack_2.jpg" alt="" title="Package hinzufügen" width="300" height="182" class="alignleft size-full wp-image-157" /></a></p>
<p>Im folgenden Dialog, der dem des Extension Managers nachempfunden wurde, findet man die bereitgestellten Assemblies bzw. Funktionalitäten. </p>
<p><a href="http://blog.larshildebrandt.de/wp-content/uploads/2010/10/20101008_NuPack_3.jpg"><img src="http://blog.larshildebrandt.de/wp-content/uploads/2010/10/20101008_NuPack_3.jpg" alt="" title="Packageauswahl" width="600" height="437" class="alignleft size-full wp-image-165" /></a></p>
<p>Mit einem Klick auf den entsprechenden Install-Button wird das Package geladen. Automatisch wird die geladene Assembly neben der Solution in einen Package-Ordner abgelegt und die Referenz auf die Assembly dem Projekt hinzugefügt wird. </p>
<p><a href="http://blog.larshildebrandt.de/wp-content/uploads/2010/10/20101008_NuPack_4.jpg"><img src="http://blog.larshildebrandt.de/wp-content/uploads/2010/10/20101008_NuPack_4.jpg" alt="" title="Referenz hinzugefügt" width="250" height="216" class="alignleft size-full wp-image-166" /></a>  <a href="http://blog.larshildebrandt.de/wp-content/uploads/2010/10/20101008_NuPack_5.jpg"><img src="http://blog.larshildebrandt.de/wp-content/uploads/2010/10/20101008_NuPack_5.jpg" alt="" title="Dateistruktur" width="187" height="81" class="alignleft size-full wp-image-167" /></a></p>
<p>Weiterhin besteht die Möglichkeit Config-Einträge automatisch in die entsprechende Config einzutragen. Ein Beispiel hierfür ist Elmah.</p>
<p><a href="http://blog.larshildebrandt.de/wp-content/uploads/2010/10/20101008_NuPack_7.jpg"><img src="http://blog.larshildebrandt.de/wp-content/uploads/2010/10/20101008_NuPack_7.jpg" alt="" title="Hinzufügen von Config-Einträgen am Beispiel Elmah" width="500" height="187" class="alignleft size-full wp-image-170" /></a></p>
<p>Zusätzlich zu dem Dialog gestützten Installieren, gibt es noch den Weg über die Package Manager Console, die mit PowerShell-Befehlen die Funktionen des Dialogs abdeckt und darüber hinaus noch einige zusätzliche Funktionen bietet.</p>
<p><a href="http://blog.larshildebrandt.de/wp-content/uploads/2010/10/20101008_NuPack_6.jpg"><img src="http://blog.larshildebrandt.de/wp-content/uploads/2010/10/20101008_NuPack_6.jpg" alt="" title="Package Manager Console" width="400" height="114" class="alignleft size-full wp-image-169" /></a></p>
<p>Ein weiterer spannender Aspekt der Erweiterung ist die generelle Funktionsweise. Die Liste der zur Verfügung stehenden Assemblies wird über einen Feed bereitgestellt, der in den Settings von Visual Studio eingestellt bzw. angepasst werden kann. Über diesen Weg und die Tatsache, dass ebenfalls ein Tool zur Erstellung der Packages auf der Code-Plex-Seite bereitgestellt wurde, lassen sich auch im Firmenumfeld deutlich einfachere Szenarien für die Bereitstellung einheitlicher und kompatibler Erweiterungen darstellen. Man braucht ja nur einen eigenen Feed mit den geprüften und erlaubten Assemblies bereitstellen und schon können diese von den Kollegen genutzt werden.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.larshildebrandt.de/nupack-package-management-for-net-and-visual-studio-2010/153.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Erste Eindrücke von der TechEd 2009 in Berlin</title>
		<link>http://blog.larshildebrandt.de/erste-eindrucke-von-der-teched-2009-in-berlin/147.html</link>
		<comments>http://blog.larshildebrandt.de/erste-eindrucke-von-der-teched-2009-in-berlin/147.html#comments</comments>
		<pubDate>Tue, 10 Nov 2009 20:45:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Programmieren]]></category>
		<category><![CDATA[Berlin]]></category>
		<category><![CDATA[Konferenz]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[TechEd]]></category>

		<guid isPermaLink="false">http://blog.larshildebrandt.de/?p=147</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div class="ngg-galleryoverview" id="ngg-gallery-2-147">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://blog.larshildebrandt.de/erste-eindrucke-von-der-teched-2009-in-berlin/147.html?show=slide">
			[Zeige als Diashow]		</a>
	</div>

	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://blog.larshildebrandt.de/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=2&amp;mode=gallery'});">
			[Mit PicLens anzeigen]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-1" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/001.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="001" alt="001" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_001.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-2" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/002.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="002" alt="002" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_002.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-3" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/003.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="003" alt="003" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_003.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-4" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/004.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="004" alt="004" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_004.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-5" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/005.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="005" alt="005" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_005.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-6" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/006.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="006" alt="006" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_006.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-7" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/007.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="007" alt="007" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_007.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-8" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/008.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="008" alt="008" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_008.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-9" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/009.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="009" alt="009" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_009.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-10" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/010.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="010" alt="010" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_010.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-11" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/011.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="011" alt="011" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_011.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-12" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/012.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="012" alt="012" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_012.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-13" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/013.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="013" alt="013" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_013.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-14" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/014.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="014" alt="014" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_014.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-15" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/015.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="015" alt="015" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_015.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-16" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/016.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="016" alt="016" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_016.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-17" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/017.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="017" alt="017" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_017.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-18" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/018.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="018" alt="018" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_018.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-19" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/019.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="019" alt="019" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_019.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-20" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/020.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="020" alt="020" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_020.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-21" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/021.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="021" alt="021" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_021.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-22" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/022.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="022" alt="022" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_022.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-23" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/023.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="023" alt="023" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_023.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-24" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/024.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="024" alt="024" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_024.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-25" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/025.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="025" alt="025" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_025.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-26" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/026.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="026" alt="026" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_026.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-27" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/027.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="027" alt="027" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_027.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-28" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/028.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="028" alt="028" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_028.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-29" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/029.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="029" alt="029" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_029.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-30" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/030.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="030" alt="030" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_030.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-31" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/031.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="031" alt="031" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_031.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-32" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/032.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="032" alt="032" src="http://blog.larshildebrandt.de/wp-content/gallery/20091109_teched/thumbs/thumbs_032.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>



<div class="ngg-galleryoverview" id="ngg-gallery-3-147">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://blog.larshildebrandt.de/erste-eindrucke-von-der-teched-2009-in-berlin/147.html?show=slide">
			[Zeige als Diashow]		</a>
	</div>

	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://blog.larshildebrandt.de/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=3&amp;mode=gallery'});">
			[Mit PicLens anzeigen]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-33" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091110_teched/001.jpg" title=" " class="thickbox" rel="set_3" >
								<img title="001" alt="001" src="http://blog.larshildebrandt.de/wp-content/gallery/20091110_teched/thumbs/thumbs_001.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-34" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091110_teched/002.jpg" title=" " class="thickbox" rel="set_3" >
								<img title="002" alt="002" src="http://blog.larshildebrandt.de/wp-content/gallery/20091110_teched/thumbs/thumbs_002.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-35" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091110_teched/003.jpg" title=" " class="thickbox" rel="set_3" >
								<img title="003" alt="003" src="http://blog.larshildebrandt.de/wp-content/gallery/20091110_teched/thumbs/thumbs_003.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-36" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091110_teched/004.jpg" title=" " class="thickbox" rel="set_3" >
								<img title="004" alt="004" src="http://blog.larshildebrandt.de/wp-content/gallery/20091110_teched/thumbs/thumbs_004.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-37" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091110_teched/005.jpg" title=" " class="thickbox" rel="set_3" >
								<img title="005" alt="005" src="http://blog.larshildebrandt.de/wp-content/gallery/20091110_teched/thumbs/thumbs_005.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-38" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091110_teched/006.jpg" title=" " class="thickbox" rel="set_3" >
								<img title="006" alt="006" src="http://blog.larshildebrandt.de/wp-content/gallery/20091110_teched/thumbs/thumbs_006.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-39" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091110_teched/007.jpg" title=" " class="thickbox" rel="set_3" >
								<img title="007" alt="007" src="http://blog.larshildebrandt.de/wp-content/gallery/20091110_teched/thumbs/thumbs_007.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-40" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091110_teched/008.jpg" title=" " class="thickbox" rel="set_3" >
								<img title="008" alt="008" src="http://blog.larshildebrandt.de/wp-content/gallery/20091110_teched/thumbs/thumbs_008.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-41" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091110_teched/009.jpg" title=" " class="thickbox" rel="set_3" >
								<img title="009" alt="009" src="http://blog.larshildebrandt.de/wp-content/gallery/20091110_teched/thumbs/thumbs_009.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-42" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091110_teched/010.jpg" title=" " class="thickbox" rel="set_3" >
								<img title="010" alt="010" src="http://blog.larshildebrandt.de/wp-content/gallery/20091110_teched/thumbs/thumbs_010.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-43" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.larshildebrandt.de/wp-content/gallery/20091110_teched/011.jpg" title=" " class="thickbox" rel="set_3" >
								<img title="011" alt="011" src="http://blog.larshildebrandt.de/wp-content/gallery/20091110_teched/thumbs/thumbs_011.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://blog.larshildebrandt.de/erste-eindrucke-von-der-teched-2009-in-berlin/147.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 RC und meine TrueCrypt Partition :(</title>
		<link>http://blog.larshildebrandt.de/windows-7-truecrypt-partition/127.html</link>
		<comments>http://blog.larshildebrandt.de/windows-7-truecrypt-partition/127.html#comments</comments>
		<pubDate>Wed, 06 May 2009 07:43:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[TrueCrypt]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.larshildebrandt.de/?p=127</guid>
		<description><![CDATA[Nachdem ja gestern Windows 7 RC zum öffentlichen Download bereitgestellt wurde, konnte ich natürlich nicht wiederstehen und habe mir gleich die 64 Bit Version auf meinem Rechner zu Hause installiert. Leider musste ich nach der Installation feststellen, dass TrueCrypt meine 2. Platte nicht mehr lesen wollte. Windows 7 hat die verschlüsselte Platte bei der Installation [...]]]></description>
			<content:encoded><![CDATA[<p>Nachdem ja gestern Windows 7 RC zum öffentlichen Download bereitgestellt wurde, konnte ich natürlich nicht wiederstehen und habe mir gleich die 64 Bit Version auf meinem Rechner zu Hause installiert.</p>
<p>Leider musste ich nach der Installation feststellen, dass TrueCrypt meine 2. Platte nicht mehr lesen wollte. Windows 7 hat die verschlüsselte Platte bei der Installation als &#8220;leer&#8221; interpretiert und sie schon mal für mich ahnungslosen Benutzer initialisiert und die für Windows nötigen Files drauf geschrieben.</p>
<p>Zum Glück hatte ich einen recht guten Sicherungsstand, so dass ich nur relativ wenig Daten (darunter ein paar Konzertfotos und auch etwas Source-Code) verloren habe.</p>
<p>Auf diesem Wege also Danke Microsoft&#8230; endlich wieder ein gutes Feature <img src='http://blog.larshildebrandt.de/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.larshildebrandt.de/windows-7-truecrypt-partition/127.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>WpfSimpleChart 1.1.0.0</title>
		<link>http://blog.larshildebrandt.de/wpfsimplechart-1100/44.html</link>
		<comments>http://blog.larshildebrandt.de/wpfsimplechart-1100/44.html#comments</comments>
		<pubDate>Mon, 08 Sep 2008 17:25:58 +0000</pubDate>
		<dc:creator>Lars Hildebrandt</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Chart]]></category>
		<category><![CDATA[Komponente]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://blog.larshildebrandt.de/?p=44</guid>
		<description><![CDATA[Und wieder sind ein paar Tage Entwicklung in meine Chart-Komponente geflossen. Neuerungen: - Pie-Chart - Stacked-Chart - Legenden Demo Source]]></description>
			<content:encoded><![CDATA[<p>Und wieder sind ein paar Tage Entwicklung in meine Chart-Komponente geflossen. </p>
<p>Neuerungen:<br />
- Pie-Chart<br />
- Stacked-Chart<br />
- Legenden</p>
<p><img src="http://blog.larshildebrandt.de/wp-content/uploads/2008/09/20080908_wpfsimplechart_bar.jpg" alt="" title="WpfSimpleChart Bar-Chart" width="500" height="333" class="alignnone size-full wp-image-46" /><br />
<img src="http://blog.larshildebrandt.de/wp-content/uploads/2008/09/20080908_wpfsimplechart_pie.jpg" alt="" title="WpfSimpleChart Pie-Chart" width="500" height="333" class="alignnone size-full wp-image-47" /><br />
<img src="http://blog.larshildebrandt.de/wp-content/uploads/2008/09/20080908_wpfsimplechart_stacked.jpg" alt="" title="WpfSimpleChart Stacked-Chart" width="500" height="333" class="alignnone size-full wp-image-48" /></p>
<p><a href='http://blog.larshildebrandt.de/wp-content/uploads/2008/09/20080908_wpfsimplechartdemo.zip'>Demo</a><br />
<a href='http://blog.larshildebrandt.de/wp-content/uploads/2008/09/20080908_wpfsimplechart.zip'>Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.larshildebrandt.de/wpfsimplechart-1100/44.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 8 Beta ist da&#8230;</title>
		<link>http://blog.larshildebrandt.de/internet-explorer-8-beta-ist-da/35.html</link>
		<comments>http://blog.larshildebrandt.de/internet-explorer-8-beta-ist-da/35.html#comments</comments>
		<pubDate>Thu, 28 Aug 2008 19:32:15 +0000</pubDate>
		<dc:creator>Lars Hildebrandt</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.larshildebrandt.de/2008/08/28/internet-explorer-8-beta-ist-da/</guid>
		<description><![CDATA[Schön, dass Microsoft fleissig an der Weiterentwicklung ihres Browsers arbeitet. Seit ein paar Tagen gibt es nun endlich die erste Beta der neuen Version. Unter folgendem Link gibt es die Beta als öffentlichen Download. Hier auch gleich mal ein lustiger Screenshot der Version&#8230;ist halt nur Beta Schön, das Microsoft die eigenen Produkte kennt]]></description>
			<content:encoded><![CDATA[<p>Schön, dass Microsoft fleissig an der Weiterentwicklung ihres Browsers arbeitet. Seit ein paar Tagen gibt es nun endlich die erste Beta der neuen Version.<br />
Unter folgendem <a href="http://www.microsoft.com/germany/windows/products/winfamily/ie/ie8/getitnow.mspx" target="_blank">Link</a> gibt es die Beta als öffentlichen Download.</p>
<p>Hier auch gleich mal ein lustiger Screenshot der Version&#8230;ist halt nur Beta <img src='http://blog.larshildebrandt.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<img src='http://blog.larshildebrandt.de/wp-content/uploads/2008/08/20080828_internet_explorer_8.jpg' alt='Contextmenü des IE8' /><br />
Schön, das Microsoft die eigenen Produkte kennt <img src='http://blog.larshildebrandt.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.larshildebrandt.de/internet-explorer-8-beta-ist-da/35.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spaß mit Bloxorz</title>
		<link>http://blog.larshildebrandt.de/litte-fun-with-flash-games/6.html</link>
		<comments>http://blog.larshildebrandt.de/litte-fun-with-flash-games/6.html#comments</comments>
		<pubDate>Thu, 20 Dec 2007 14:42:53 +0000</pubDate>
		<dc:creator>Lars Hildebrandt</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://blog.larshildebrandt.de/2007/12/20/litte-fun-with-flash-games/</guid>
		<description><![CDATA[Wenn es Euch mal wieder zu langweilig ist, guckt Euch doch dieses Flash-Spiel an: Link]]></description>
			<content:encoded><![CDATA[<p>Wenn es Euch mal wieder zu langweilig ist, guckt Euch doch dieses Flash-Spiel an:</p>
<p><img src="http://blog.larshildebrandt.de/wp-content/uploads/2007/12/20071220_flashgame.jpg" alt="Bloxorz" /></p>
<p><a href="http://www.albinoblacksheep.com/games/bloxorz" title="Bloxorz" target="_blank">Link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.larshildebrandt.de/litte-fun-with-flash-games/6.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hallo Welt!</title>
		<link>http://blog.larshildebrandt.de/hallo-welt/1.html</link>
		<comments>http://blog.larshildebrandt.de/hallo-welt/1.html#comments</comments>
		<pubDate>Tue, 18 Dec 2007 21:14:09 +0000</pubDate>
		<dc:creator>Lars Hildebrandt</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[hamburg]]></category>
		<category><![CDATA[hildebrandt]]></category>
		<category><![CDATA[lars]]></category>
		<category><![CDATA[Lars Hildebrandt]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.lowcostsolutions.de/?p=1</guid>
		<description><![CDATA[larshildebrandt.de ist online und Ihr befindet Euch gerade auf dem dazugehörigen Blog. Dieser Blog wird sich bald mit vielen Beiträgen zu .net, c#, asp.net, delphi, joomla und vielen anderen Themen füllen&#8230;. Hier ein paar Details zu mir: Mein Name ist Lars Hildebrandt. Ich bin 30 Jahre alt und lebe seit mittlerweile gut 10 Jahren in [...]]]></description>
			<content:encoded><![CDATA[<p>larshildebrandt.de ist online und Ihr befindet Euch gerade auf dem dazugehörigen Blog. Dieser Blog wird sich bald mit vielen Beiträgen zu .net, c#, asp.net, delphi, joomla und vielen anderen Themen füllen&#8230;.</p>
<p>Hier ein paar Details zu mir:</p>
<p>Mein Name ist Lars Hildebrandt. Ich bin 30 Jahre alt und lebe seit mittlerweile gut 10 Jahren in Hamburg. Geboren wurde ich in Rostock, wo ich auch die ersten 20 Jahre meines Lebens verbrachte.</p>
<p>Ich bin als Softwareentwickler für die Bauer Systems KG tätig. Die Bauer Systems KG ist der technische Dienstleister der <a href="http://www.hbv.de" title="Webseite der Bauer Verlagsgruppe" target="_blank">Bauer Verlagsgruppe</a>.</p>
<p>Wer noch mehr über mich erfahren möchte, guckt einfach mal auf mein <a href="https://www.xing.com/profile/Lars_Hildebrandt" title="Mein Xing-Profil" target="_blank">Xing-Profil</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.larshildebrandt.de/hallo-welt/1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

