<?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>Trace.WriteLine(_blogTitle); &#187; Allgemeines</title> <atom:link href="http://www.langalaxy.de/category/allgemeines/feed/" rel="self" type="application/rss+xml" /><link>http://www.langalaxy.de</link> <description>Random output</description> <lastBuildDate>Fri, 28 Oct 2011 17:20:03 +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>Inhalt einer CHM-Datei wird nicht dargestellt</title><link>http://www.langalaxy.de/2009/07/inhalt-einer-chm-datei-wird-nicht-dargestellt/</link> <comments>http://www.langalaxy.de/2009/07/inhalt-einer-chm-datei-wird-nicht-dargestellt/#comments</comments> <pubDate>Fri, 03 Jul 2009 18:02:55 +0000</pubDate> <dc:creator>ckeller</dc:creator> <category><![CDATA[Allgemeines]]></category> <category><![CDATA[chm]]></category> <category><![CDATA[de]]></category><guid
isPermaLink="false">http://www.langalaxy.de/?p=119</guid> <description><![CDATA[Wer kennt das Problem nicht. Man dokumentiert seinen Code, erstellt daraus per Sandcastle eine Dokumentation und erhält beim Öffnen derselben folgendes Problem. Eine Ursache des Problems kann ein &#8216;#&#8216; im Pfad der Datei sein. Ein &#8216;#&#8217; stellt in HTML einen Anker dar, weshalb der CHM-Viewer die Inhalte der Datei nicht korrekt auflösen kann. Weitere Erklärungen [...]]]></description> <content:encoded><![CDATA[<p
style="text-align: left;">Wer kennt das Problem nicht. Man dokumentiert seinen Code, erstellt daraus per Sandcastle eine Dokumentation und erhält beim Öffnen derselben folgendes Problem. <img
class="size-medium wp-image-120 aligncenter" title="CHM-Datei mit Darstellungsfehlern" src="http://www.langalaxy.de/wp-content/uploads/2009/07/chm-300x227.png" alt="chm" width="300" height="227" /></p><p
style="text-align: left;">Eine Ursache des Problems kann ein &#8216;<strong>#</strong>&#8216; im Pfad der Datei sein. Ein &#8216;#&#8217; stellt in HTML einen Anker dar, weshalb der CHM-Viewer die Inhalte der Datei nicht korrekt auflösen kann.</p><p
style="text-align: left;">Weitere Erklärungen und andere Ursachen sind hier beschrieben: <a
title="http://www.drexplain.com/press/chm-files-the-page-cannot-be-displayed-error/" href="http://www.drexplain.com/press/chm-files-the-page-cannot-be-displayed-error/">http://www.drexplain.com/press/chm-files-the-page-cannot-be-displayed-error/</a></p> ]]></content:encoded> <wfw:commentRss>http://www.langalaxy.de/2009/07/inhalt-einer-chm-datei-wird-nicht-dargestellt/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Rhino Mocks + void</title><link>http://www.langalaxy.de/2009/05/rhino-mocks-void/</link> <comments>http://www.langalaxy.de/2009/05/rhino-mocks-void/#comments</comments> <pubDate>Thu, 14 May 2009 18:35:58 +0000</pubDate> <dc:creator>ckeller</dc:creator> <category><![CDATA[Allgemeines]]></category> <category><![CDATA[de]]></category> <category><![CDATA[Hints]]></category> <category><![CDATA[Rhino Mocks]]></category><guid
isPermaLink="false">http://www.langalaxy.de/?p=86</guid> <description><![CDATA[Methoden ohne Rückgabewert können folgendermaßen gemockt werden Expect.Call&#40;delegate &#123; fooBar.VoidMethod&#40;&#41;; &#125;&#41;; oder mit Lambda-Ausdruck Expect.Call&#40;&#40;&#41; =&#62;&#123; fooBar.VoidMethod&#40;&#41;; &#125;&#41;;]]></description> <content:encoded><![CDATA[<p>Methoden ohne Rückgabewert können folgendermaßen gemockt werden</p><div
class="wp_syntax"><div
class="code"><pre class="csharp" style="font-family:monospace;">Expect<span style="color: #008000;">.</span><span style="color: #0000FF;">Call</span><span style="color: #008000;">&#40;</span><span style="color: #6666cc; font-weight: bold;">delegate</span> <span style="color: #008000;">&#123;</span> fooBar<span style="color: #008000;">.</span><span style="color: #0000FF;">VoidMethod</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span> <span style="color: #008000;">&#125;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span></pre></div></div><p>oder mit Lambda-Ausdruck</p><div
class="wp_syntax"><div
class="code"><pre class="csharp" style="font-family:monospace;">Expect<span style="color: #008000;">.</span><span style="color: #0000FF;">Call</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span> <span style="color: #008000;">=&gt;</span><span style="color: #008000;">&#123;</span> fooBar<span style="color: #008000;">.</span><span style="color: #0000FF;">VoidMethod</span><span style="color: #008000;">&#40;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span> <span style="color: #008000;">&#125;</span><span style="color: #008000;">&#41;</span><span style="color: #008000;">;</span></pre></div></div>]]></content:encoded> <wfw:commentRss>http://www.langalaxy.de/2009/05/rhino-mocks-void/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Doppelte Einträge in einer Liste entfernen</title><link>http://www.langalaxy.de/2008/07/doppelte-eintrage-in-einer-liste-entfernen/</link> <comments>http://www.langalaxy.de/2008/07/doppelte-eintrage-in-einer-liste-entfernen/#comments</comments> <pubDate>Wed, 16 Jul 2008 16:26:13 +0000</pubDate> <dc:creator>ckeller</dc:creator> <category><![CDATA[Allgemeines]]></category> <category><![CDATA[C#]]></category> <category><![CDATA[de]]></category> <category><![CDATA[Snippets]]></category><guid
isPermaLink="false">http://www.langalaxy.de/?p=34</guid> <description><![CDATA[]]></description> <content:encoded><![CDATA[<div
id="gist-1143060" class="gist"><div
class="gist-file"><div
class="gist-data gist-syntax"><div
class="highlight"><pre><div class='line' id='LC1'>private static List&lt;T&gt; RemoveDoubleItems&lt;T&gt;(List&lt;T&gt; list)</div><div class='line' id='LC2'>{</div><div class='line' id='LC3'>&nbsp;&nbsp;&nbsp;&nbsp;List&lt;T&gt; newList = new List&lt;T&gt;();</div><div class='line' id='LC4'>&nbsp;&nbsp;&nbsp;&nbsp;Dictionary&lt;T,string&gt; keyList = new Dictionary&lt;T,string&gt;();</div><div class='line' id='LC5'><br/></div><div class='line' id='LC6'>&nbsp;&nbsp;&nbsp;&nbsp;foreach (T item in list)</div><div class='line' id='LC7'>&nbsp;&nbsp;&nbsp;&nbsp;{</div><div class='line' id='LC8'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (!keyList.ContainsKey(item))</div><div class='line' id='LC9'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{</div><div class='line' id='LC10'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;keyList.Add(item, string.Empty);</div><div class='line' id='LC11'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;newList.Add(item);</div><div class='line' id='LC12'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</div><div class='line' id='LC13'>&nbsp;&nbsp;&nbsp;&nbsp;}</div><div class='line' id='LC14'><br/></div><div class='line' id='LC15'>&nbsp;&nbsp;&nbsp;&nbsp;return newList;</div><div class='line' id='LC16'>}</div></pre></div></div><div
class="gist-meta"> <a
href="https://gist.github.com/raw/1143060/724b73568d709d7dc75839316a5c16eeaa61da7d/long-version" style="float:right;">view raw</a> <a
href="https://gist.github.com/1143060#file_long_version" style="float:right;margin-right:10px;color:#666">long-version</a> <a
href="https://gist.github.com/1143060">This Gist</a> brought to you by <a
href="http://github.com">GitHub</a>.</div></div><div
class="gist-file"><div
class="gist-data gist-syntax"><div
class="highlight"><pre><div class='line' id='LC1'>private static List&lt;T&gt; RemoveDoubleItems&lt;T&gt;(List&lt;T&gt; list)</div><div class='line' id='LC2'>{</div><div class='line' id='LC3'>&nbsp;&nbsp;&nbsp;&nbsp;return list.Distinct().ToList();</div><div class='line' id='LC4'>}</div></pre></div></div><div
class="gist-meta"> <a
href="https://gist.github.com/raw/1143060/ff252e57e314e72ed71cda6ddd1b7985bf950a22/short-version" style="float:right;">view raw</a> <a
href="https://gist.github.com/1143060#file_short_version" style="float:right;margin-right:10px;color:#666">short-version</a> <a
href="https://gist.github.com/1143060">This Gist</a> brought to you by <a
href="http://github.com">GitHub</a>.</div></div></div>]]></content:encoded> <wfw:commentRss>http://www.langalaxy.de/2008/07/doppelte-eintrage-in-einer-liste-entfernen/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>ReflectionTypeLoadException beim Installieren von MMC Snap-ins</title><link>http://www.langalaxy.de/2008/07/reflectiontypeloadexception-beim-installieren-von-mmc-snap-ins/</link> <comments>http://www.langalaxy.de/2008/07/reflectiontypeloadexception-beim-installieren-von-mmc-snap-ins/#comments</comments> <pubDate>Wed, 16 Jul 2008 15:53:03 +0000</pubDate> <dc:creator>ckeller</dc:creator> <category><![CDATA[Allgemeines]]></category> <category><![CDATA[C#]]></category> <category><![CDATA[de]]></category> <category><![CDATA[MMC]]></category><guid
isPermaLink="false">http://www.langalaxy.de/?p=17</guid> <description><![CDATA[Die Installation eines MMC Snapins schlägt unter XP SP2 mit einer ReflectionTypeLoadException fehl. InstallUtil.exe SimpleSnapin.dll Abhilfe siehe http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2621568&#38;SiteID=1]]></description> <content:encoded><![CDATA[<p>Die Installation eines MMC Snapins schlägt unter XP SP2 mit einer ReflectionTypeLoadException fehl.</p><div
class="wp_syntax"><div
class="code"><pre class="winbatch" style="font-family:monospace;">InstallUtil.exe SimpleSnapin.dll</pre></div></div><p>Abhilfe siehe <a
title="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2621568&amp;SiteID=1" href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2621568&amp;SiteID=1" target="_blank">http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2621568&amp;SiteID=1</a></p> ]]></content:encoded> <wfw:commentRss>http://www.langalaxy.de/2008/07/reflectiontypeloadexception-beim-installieren-von-mmc-snap-ins/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 378/410 objects using disk: basic

Served from: www.langalaxy.de @ 2012-02-07 02:59:53 -->
