<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://dotnet-forum.de/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>The Architect&lt;br /&gt; aka &amp;quot;DotNetMastermind&amp;quot;</title><link>http://dotnet-forum.de/blogs/thearchitect/default.aspx</link><description>Wissenswertes zur Entwicklung hochwertiger grafischer Oberflächen (Rich User Interfaces) in WPF, Silverlight (dotNet, .NET) und Silverlight for Windows Phone 7 (WP7)</description><dc:language /><generator>CommunityServer 2007.1 (Debug Build: 20917.1142)</generator><item><title>Gloweffekt in .NET 4.0 (BitmapEffect-Klasse)</title><link>http://dotnet-forum.de/blogs/thearchitect/archive/2010/12/30/gloweffekt-in-net-4-0-bitmapeffect-klasse.aspx</link><pubDate>Wed, 29 Dec 2010 23:51:00 GMT</pubDate><guid isPermaLink="false">6dcdb6ae-26a7-4704-ae8b-cbd278e59bdf:48506</guid><dc:creator>TheArchitect</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet-forum.de/blogs/thearchitect/rsscomments.aspx?PostID=48506</wfw:commentRss><comments>http://dotnet-forum.de/blogs/thearchitect/archive/2010/12/30/gloweffekt-in-net-4-0-bitmapeffect-klasse.aspx#comments</comments><description>Seit .NET 4.0 läuft die Zuweisung eines „OuterGlowBitmapEffektes“ ins Leere. Das Ärgerliche bei dem Versuch diese Klasse zu verwenden ist, dass man im XAML-Code zunächst einmal nichts bemerkt (kein Hinweis im Visual Studio auf eine obsolete [veraltete...(&lt;a href="http://dotnet-forum.de/blogs/thearchitect/archive/2010/12/30/gloweffekt-in-net-4-0-bitmapeffect-klasse.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnet-forum.de/aggbug.aspx?PostID=48506" width="1" height="1"&gt;</description><category domain="http://dotnet-forum.de/blogs/thearchitect/archive/tags/WPF/default.aspx">WPF</category><category domain="http://dotnet-forum.de/blogs/thearchitect/archive/tags/GUI/default.aspx">GUI</category><category domain="http://dotnet-forum.de/blogs/thearchitect/archive/tags/Design/default.aspx">Design</category><category domain="http://dotnet-forum.de/blogs/thearchitect/archive/tags/XAML/default.aspx">XAML</category><category domain="http://dotnet-forum.de/blogs/thearchitect/archive/tags/Effekte/default.aspx">Effekte</category></item><item><title>Silverlight Applikation pausieren ohne dass der Browser „einfriert“</title><link>http://dotnet-forum.de/blogs/thearchitect/archive/2010/12/30/silverlight-applikation-pausieren-ohne-dass-der-browser-einfriert.aspx</link><pubDate>Wed, 29 Dec 2010 23:33:00 GMT</pubDate><guid isPermaLink="false">6dcdb6ae-26a7-4704-ae8b-cbd278e59bdf:48504</guid><dc:creator>TheArchitect</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet-forum.de/blogs/thearchitect/rsscomments.aspx?PostID=48504</wfw:commentRss><comments>http://dotnet-forum.de/blogs/thearchitect/archive/2010/12/30/silverlight-applikation-pausieren-ohne-dass-der-browser-einfriert.aspx#comments</comments><description>Zum Pausieren einer Silverlight Applikation kann man nicht einfach die Methode Thread.Sleep( int millisecondsTimeout ) aus dem Namespace System.Threading verwenden, da dadurch nicht nur die Silverlight Applikation, sondern darüber hinaus auch der ganze...(&lt;a href="http://dotnet-forum.de/blogs/thearchitect/archive/2010/12/30/silverlight-applikation-pausieren-ohne-dass-der-browser-einfriert.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnet-forum.de/aggbug.aspx?PostID=48504" width="1" height="1"&gt;</description><category domain="http://dotnet-forum.de/blogs/thearchitect/archive/tags/GUI/default.aspx">GUI</category><category domain="http://dotnet-forum.de/blogs/thearchitect/archive/tags/Design/default.aspx">Design</category><category domain="http://dotnet-forum.de/blogs/thearchitect/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>TextBlock animiert ein- und ausblenden</title><link>http://dotnet-forum.de/blogs/thearchitect/archive/2010/11/30/textblock-animiert-ein-und-ausblenden-im-stile-eines-vorspanns.aspx</link><pubDate>Tue, 30 Nov 2010 21:49:00 GMT</pubDate><guid isPermaLink="false">6dcdb6ae-26a7-4704-ae8b-cbd278e59bdf:47656</guid><dc:creator>TheArchitect</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet-forum.de/blogs/thearchitect/rsscomments.aspx?PostID=47656</wfw:commentRss><comments>http://dotnet-forum.de/blogs/thearchitect/archive/2010/11/30/textblock-animiert-ein-und-ausblenden-im-stile-eines-vorspanns.aspx#comments</comments><description>Nachdem ich gestern bei einem Film die Einblendungen der „credits“ im Vorspann sah, dachte ich mir : „Das geht doch bestimmt auch ganz einfach mit WPF“. Habe mich dann auch dran gesetzt und eine kleine Extension-Methode geschrieben, mit welcher man jeden...(&lt;a href="http://dotnet-forum.de/blogs/thearchitect/archive/2010/11/30/textblock-animiert-ein-und-ausblenden-im-stile-eines-vorspanns.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnet-forum.de/aggbug.aspx?PostID=47656" width="1" height="1"&gt;</description><category domain="http://dotnet-forum.de/blogs/thearchitect/archive/tags/WPF/default.aspx">WPF</category><category domain="http://dotnet-forum.de/blogs/thearchitect/archive/tags/GUI/default.aspx">GUI</category><category domain="http://dotnet-forum.de/blogs/thearchitect/archive/tags/Design/default.aspx">Design</category><category domain="http://dotnet-forum.de/blogs/thearchitect/archive/tags/Animation/default.aspx">Animation</category><category domain="http://dotnet-forum.de/blogs/thearchitect/archive/tags/WPFSmartLibrary/default.aspx">WPFSmartLibrary</category></item><item><title>Silverlight 4 Templates für WP7 Apps</title><link>http://dotnet-forum.de/blogs/thearchitect/archive/2010/11/29/silverlight-4-templates-f-252-r-wp7-apps.aspx</link><pubDate>Mon, 29 Nov 2010 01:30:00 GMT</pubDate><guid isPermaLink="false">6dcdb6ae-26a7-4704-ae8b-cbd278e59bdf:47498</guid><dc:creator>TheArchitect</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet-forum.de/blogs/thearchitect/rsscomments.aspx?PostID=47498</wfw:commentRss><comments>http://dotnet-forum.de/blogs/thearchitect/archive/2010/11/29/silverlight-4-templates-f-252-r-wp7-apps.aspx#comments</comments><description>Als Ergänzung zum meinem Blog-Eintrag vom 22.11.2010 ( http://dotnet-forum.de/blogs/thearchitect/archive/2010/11/22/windows-phone-7-entwicklung-best-practice.aspx ) hier nochmals die Möglichkeit zum Download eines Projektes, welches ein einfaches Template...(&lt;a href="http://dotnet-forum.de/blogs/thearchitect/archive/2010/11/29/silverlight-4-templates-f-252-r-wp7-apps.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnet-forum.de/aggbug.aspx?PostID=47498" width="1" height="1"&gt;</description><category domain="http://dotnet-forum.de/blogs/thearchitect/archive/tags/WPF/default.aspx">WPF</category><category domain="http://dotnet-forum.de/blogs/thearchitect/archive/tags/GUI/default.aspx">GUI</category><category domain="http://dotnet-forum.de/blogs/thearchitect/archive/tags/Design/default.aspx">Design</category><category domain="http://dotnet-forum.de/blogs/thearchitect/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://dotnet-forum.de/blogs/thearchitect/archive/tags/WindowsPhone7/default.aspx">WindowsPhone7</category></item><item><title>Windows Phone 7 Entwicklung “Best Practice“</title><link>http://dotnet-forum.de/blogs/thearchitect/archive/2010/11/22/windows-phone-7-entwicklung-best-practice.aspx</link><pubDate>Mon, 22 Nov 2010 20:12:00 GMT</pubDate><guid isPermaLink="false">6dcdb6ae-26a7-4704-ae8b-cbd278e59bdf:47357</guid><dc:creator>TheArchitect</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet-forum.de/blogs/thearchitect/rsscomments.aspx?PostID=47357</wfw:commentRss><comments>http://dotnet-forum.de/blogs/thearchitect/archive/2010/11/22/windows-phone-7-entwicklung-best-practice.aspx#comments</comments><description>Bei einer kürzlich durchgeführten Entwicklung einer grafischen Oberfläche (GUI) für eine Windows Phone 7 (WP7) App bin ich folgendermaßen vorgegangen : Für die Entwicklung einer WP7 App muss man die Windows Phone Developer Tools RTW installieren. Diese...(&lt;a href="http://dotnet-forum.de/blogs/thearchitect/archive/2010/11/22/windows-phone-7-entwicklung-best-practice.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnet-forum.de/aggbug.aspx?PostID=47357" width="1" height="1"&gt;</description><category domain="http://dotnet-forum.de/blogs/thearchitect/archive/tags/WPF/default.aspx">WPF</category><category domain="http://dotnet-forum.de/blogs/thearchitect/archive/tags/GUI/default.aspx">GUI</category><category domain="http://dotnet-forum.de/blogs/thearchitect/archive/tags/Design/default.aspx">Design</category><category domain="http://dotnet-forum.de/blogs/thearchitect/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://dotnet-forum.de/blogs/thearchitect/archive/tags/WindowsPhone7/default.aspx">WindowsPhone7</category></item></channel></rss>
