<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Silverlight</title>
        <link>http://blog.codemurai.de/category/Silverlight.aspx</link>
        <description>Meine Gedanken und nützliche Tipps aus der Praxis zum Thema Silverlight</description>
        <language>de-DE</language>
        <copyright>André Krämer</copyright>
        <generator>Subtext Version 2.6.0.1</generator>
        <item>
            <title>Deutsche Texte in Infragistics NetAdvantage 10.2</title>
            <link>http://blog.codemurai.de/archive/2010/07/01/deutsche-texte-in-infragistics-netadvantage-10-2.aspx</link>
            <description>&lt;p&gt;Wie &lt;a href="http://blogs.infragistics.com/blogs/craig_shoemaker/" target="_blank"&gt;Craig Shoemaker&lt;/a&gt; bereits in seinem &lt;a href="http://blogs.infragistics.com/blogs/craig_shoemaker/archive/2010/06/23/german-localized-strings-now-available-in-netadvantage-10-2.aspx" target="_blank"&gt;Blog geschrieben hat&lt;/a&gt;, werden die Infragistics NetAdvantage Controls für Silverlight und WPF ab der Version 10.2 auch mit Deutschen Oberflächentexten ausgeliefert. In diesem Beitrag möchte ich die Notwendigen Schritte noch einmal im Schnelldurchlauf in deutscher Sprache am Beispiel von Silverlight erläutern.&lt;/p&gt;  &lt;h2&gt;Initiales Setup&lt;/h2&gt;  &lt;p&gt;Mein Silverlightprojekt besteht aus einer einzigen Seite, in der ein XamGrid definiert wurde:&lt;/p&gt;  &lt;pre class="brush: xml"&gt;&amp;lt;UserControl x:Class="NAGermanLocalization1.MainPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    mc:Ignorable="d"
    d:DesignHeight="300" d:DesignWidth="400" xmlns:ig="http://schemas.infragistics.com/xaml"&amp;gt;

    &amp;lt;Grid x:Name="LayoutRoot" Background="White"&amp;gt;
        &amp;lt;ig:XamGrid HorizontalAlignment="Left" Name="xamGrid1" VerticalAlignment="Top"  AutoGenerateColumns="false"  &amp;gt;
            &amp;lt;ig:XamGrid.FilteringSettings&amp;gt;
                &amp;lt;ig:FilteringSettings AllowFiltering="FilterMenu" /&amp;gt;
            &amp;lt;/ig:XamGrid.FilteringSettings&amp;gt;
            &amp;lt;ig:XamGrid.GroupBySettings&amp;gt;
                &amp;lt;ig:GroupBySettings AllowGroupByArea="Top" /&amp;gt;
            &amp;lt;/ig:XamGrid.GroupBySettings&amp;gt;
            &amp;lt;ig:XamGrid.Columns&amp;gt;
                &amp;lt;ig:TextColumn Key="Id" /&amp;gt;
                &amp;lt;ig:TextColumn Key="Name"/&amp;gt;
                &amp;lt;ig:TextColumn Key="Vorname"/&amp;gt;
                &amp;lt;ig:TextColumn Key="Land" /&amp;gt;
            &amp;lt;/ig:XamGrid.Columns&amp;gt;
        &amp;lt;/ig:XamGrid&amp;gt;
    &amp;lt;/Grid&amp;gt;
&amp;lt;/UserControl&amp;gt;&lt;/pre&gt;

&lt;p&gt;Für das Grid habe ich wie der vorherige Codeausschnitt zeigt Filtern und Gruppieren aktiviert.&lt;/p&gt;

&lt;p&gt;Meine Codebehind Datei sieht ähnlich schmal aus:&lt;/p&gt;

&lt;pre class="brush: csharp"&gt;using System.Collections.Generic;
using System.Windows.Controls;

namespace NAGermanLocalization1
{
    public partial class MainPage : UserControl
    {
        public MainPage()
        {
            InitializeComponent();
            InitGrid();
        }

        private void InitGrid()
        {
 	        List&amp;lt;Kunde&amp;gt; kunden = new List&amp;lt;Kunde&amp;gt;();
            for (int i = 0; i&amp;lt;10; i++)
            {
                Kunde kunde = new Kunde{Id = i, Name = string.Format("Name {0}", i), Vorname = string.Format("Vorname {0}", i), Land = "DE"};
                kunden.Add(kunde);
            }
            xamGrid1.ItemsSource = kunden;
        }
    }

    public class Kunde
    {
        public int Id { get; set; }
        public string Name { get; set; }
        public string Vorname { get; set; }
        public string Land { get; set; }
    }
}&lt;/pre&gt;

&lt;p&gt;An der Oberfläche schaut das ganze nun wie folgt aus:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.codemurai.de/images/DeutscheTexteinInfragisticsNetAdvantag.2_14FDF/GridVorher.png"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="GridVorher" src="/images/localhost/GridVorher_thumb.png" width="244" height="149" /&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.codemurai.de/images/DeutscheTexteinInfragisticsNetAdvantag.2_14FDF/DialogVorher.png"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="DialogVorher" src="/images/localhost/DialogVorher_thumb.png" width="244" height="110" /&gt;&lt;/a&gt; &lt;/p&gt;

&lt;h2&gt;Und einmal auf Deutsch bitte ...&lt;/h2&gt;

&lt;p&gt;Um das ganze nun zu lokalisieren, sind lediglich zwei Schritte erforderlich.&lt;/p&gt;

&lt;p&gt;Zunächst muss das Silverlight Projekt entladen und anschließend im Textmodus editiert werden:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.codemurai.de/images/DeutscheTexteinInfragisticsNetAdvantag.2_14FDF/unloadproject.png"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="unloadproject" src="/images/localhost/unloadproject_thumb.png" width="207" height="244" /&gt;&lt;/a&gt; &lt;a href="http://blog.codemurai.de/images/DeutscheTexteinInfragisticsNetAdvantag.2_14FDF/editproject.png"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="editproject" src="/images/localhost/editproject_thumb.png" width="244" height="97" /&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Der vorhandene leere Tag &lt;em&gt;SupportedCultures&lt;/em&gt; muss mit dem Wert &lt;em&gt;de&lt;/em&gt; versehen werden.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.codemurai.de/images/DeutscheTexteinInfragisticsNetAdvantag.2_14FDF/supportedcultures.png"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="supportedcultures" src="/images/localhost/supportedcultures_thumb.png" width="244" height="140" /&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Anschließend muss die Projektdatei gespeichert und erneut geladen werden. Als letzter Schritt muss dann innerhalb der Webseite, die das Silverlight Control hostet noch die Zeile &lt;em&gt;&amp;lt;param name="uiculture" value="de" /&amp;gt;&lt;/em&gt; innerhalb des Object Tags eingefügt werden:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.codemurai.de/images/DeutscheTexteinInfragisticsNetAdvantag.2_14FDF/uiculture.png"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="uiculture" src="/images/localhost/uiculture_thumb.png" width="244" height="90" /&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Wenn nun nichts schief gegangen ist, sollten die Oberflächentexte nun auf Deutsch erscheinen:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.codemurai.de/images/DeutscheTexteinInfragisticsNetAdvantag.2_14FDF/GridNachher.png"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="GridNachher" src="/images/localhost/GridNachher_thumb.png" width="244" height="142" /&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.codemurai.de/images/DeutscheTexteinInfragisticsNetAdvantag.2_14FDF/DialogNachher.png"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="DialogNachher" src="/images/localhost/DialogNachher_thumb.png" width="244" height="122" /&gt;&lt;/a&gt; &lt;/p&gt;

&lt;h2&gt;Fazit&lt;/h2&gt;

&lt;p&gt;Lokalisierte Oberflächen werden mit Infragistics NetAdvantage 10.2 zum Kinderspiel, da das umständliche Setzen der Oberflächentexte über die &lt;a href="http://help.infragistics.com/NetAdvantage/WPF/2010.2/CLR4.0/?page=WPF_Customize_Assembly_Resource_Strings.html" target="_blank"&gt;runtime resource-string customization&lt;/a&gt; in Zukunft entfällt.&lt;/p&gt;

&lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:61559608-abe9-41f5-a2fb-64fc37e04cbb" class="wlWriterSmartContent"&gt;Tags: &lt;a href="http://blog.codemurai.de/tags/Infragistics/default.aspx" rel="tag"&gt;Infragistics&lt;/a&gt;, &lt;a href="http://blog.codemurai.de/tags/Silverlight/default.aspx" rel="tag"&gt;Silverlight&lt;/a&gt;, &lt;a href="http://blog.codemurai.de/tags/Localization/default.aspx" rel="tag"&gt;Localization&lt;/a&gt; &lt;/div&gt;&lt;img src="http://blog.codemurai.de/aggbug/124.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>André Krämer</dc:creator>
            <guid>http://blog.codemurai.de/archive/2010/07/01/deutsche-texte-in-infragistics-netadvantage-10-2.aspx</guid>
            <pubDate>Thu, 01 Jul 2010 00:53:59 GMT</pubDate>
            <comments>http://blog.codemurai.de/archive/2010/07/01/deutsche-texte-in-infragistics-netadvantage-10-2.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://blog.codemurai.de/comments/commentRss/124.aspx</wfw:commentRss>
        </item>
        <item>
            <title>He's huge, he's huge in Germany! :-)</title>
            <link>http://blog.codemurai.de/archive/2008/11/09/hes-huge-hes-huge-in-germany.aspx</link>
            <description>&lt;p&gt;(English version below)&lt;br&gt;30 begeisterte Fans des manged Codes fanden gestern Abend Ihren Weg nach Koblenz, um bei unserer &lt;a href="http://www.dnug-koblenz.de/" target="_blank"&gt;.NET User Group&lt;/a&gt; Tony &lt;strike&gt;&lt;a href="http://www.jivetalkin.de/2007/03/hasselhoff-dos-and-donts.html" target="_blank"&gt;Hasselhoff&lt;/a&gt;&lt;/strike&gt;&amp;nbsp;&lt;a href="http://blogs.infragistics.com/blogs/tony_lombardo" target="_blank"&gt;Lombardo&lt;/a&gt;, ASP.NET MVP und Lead-Evangelist bei &lt;a href="http://www.infragistics.com/" target="_blank"&gt;Infragistics&lt;/a&gt;, zu hören. &lt;/p&gt; &lt;p&gt;&lt;a href="http://blog.codemurai.de/images/HeshugeheshugeinGermany_6629/Tony.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="Tony" src="/images/localhost/Tony_thumb.png" width="244" border="0"&gt;&lt;/a&gt; &lt;a href="http://blog.codemurai.de/images/HeshugeheshugeinGermany_6629/teilnehmer.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="teilnehmer" src="/images/localhost/teilnehmer_thumb.jpg" width="244" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;Tony erzählte in einem sehr spannenden Vortrag, was mit Microsoft Silverlight 2.0 fernab von sinnfreien animierten Buttons und TextBoxen machen können. Ganz Konkret ging es um Geschäftsapplikationen, mit denen unsere Kunden sogar arbeiten können ;-)&lt;/p&gt; &lt;p&gt;Unter anderem Sprach Tony über:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Authentifizierung und Authorisierung&lt;/li&gt; &lt;li&gt;Das Speichern von Benutzereinstellungen&lt;/li&gt; &lt;li&gt;Datenzugriff und -bindung&lt;/li&gt; &lt;li&gt;sowie das MVVM Pattern.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;a href="http://blog.codemurai.de/images/HeshugeheshugeinGermany_6629/presentation.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="presentation" src="/images/localhost/presentation_thumb.jpg" width="244" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;Entgegen meiner ersten Befürchtung war die Gruppe trotz des ersten fremdsprachlichen Vortrages recht aktiv und stellte viele Fragen. Außerdem freute ich mich sehr darüber, so viele neue Gesichter zu sehen. Hoffentlich findet der ein oder andere zu zukünftigen Treffen seinen Weg zu uns.&lt;/p&gt; &lt;p&gt;Als User Group freuen wir uns natürlich sehr darüber, dass wir Tony als einzige Gruppe in Europa exklusiv zu Gast haben durften. Vielen Dank an dieser Stelle noch mal an Ihn und das ganze restliche Team von Infragistics, die diesen Vortrag möglich machten!&lt;/p&gt; &lt;p&gt;Als kleines Bonbon sponsorte Infragistics zum Abschluss des Vortrags sogar noch eine MSDN Premium Subscription sowie eine vollständige NetAdvantage Suite, die wir innerhalb der Gruppe verlosen durften. &lt;/p&gt; &lt;p&gt;&lt;a href="http://blog.codemurai.de/images/HeshugeheshugeinGermany_6629/ziehung.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="158" alt="ziehung" src="/images/localhost/ziehung_thumb.jpg" width="244" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;Als Fazit nehme ich mit:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Silverlight eröffnet eine Reihe neuer Möglichkeiten im Web&lt;/li&gt; &lt;li&gt;5 Erwachsene passen in einen Peugeot 106, bequem ist es aber nur für den Fahrer&lt;/li&gt; &lt;li&gt;Man sollte auch grauen Text lesen&lt;/li&gt; &lt;li&gt;Jemand der kein deutsches Bier gewohnt ist, verwechselt leicht den "Kleiner als" Operator "&amp;lt;" mit einem öffnenden Generic&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;English version:&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Yesterday evening, 30 excited fans of managed code found their way to Koblenz in order to listen&amp;nbsp; to Tony &lt;s&gt;&lt;a href="http://www.jivetalkin.de/2007/03/hasselhoff-dos-and-donts.html" target="_blank"&gt;Hasselhoff&lt;/a&gt;&lt;/s&gt; &lt;a href="http://blogs.infragistics.com/blogs/tony_lombardo"&gt;&lt;b&gt;Lombardo&lt;/b&gt;&lt;/a&gt;, ASP.NET MVP and &lt;a href="http://www.infragistics.com/"&gt;&lt;b&gt;Infragistics&lt;/b&gt;&lt;/a&gt; lead evangangelist, at our local &lt;a href="http://www.dnug-koblenz.de/"&gt;&lt;b&gt;.NET user group&lt;/b&gt;&lt;/a&gt;. &lt;p&gt;&lt;a href="http://blog.codemurai.de/images/HeshugeheshugeinGermany_6629/Tony_3.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="Tony" src="/images/localhost/Tony_thumb_3.png" width="244" border="0"&gt;&lt;/a&gt; &lt;a href="http://blog.codemurai.de/images/HeshugeheshugeinGermany_6629/teilnehmer_3.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="teilnehmer" src="/images/localhost/teilnehmer_thumb_3.jpg" width="244" border="0"&gt;&lt;/a&gt;  &lt;p&gt;Tony did a great talk on the possibilities of Microsoft Silverlight 2.0 beyond rotating buttons or text boxes. Actually the whole thing was about Line of Business Applications, which our customers could eventually use to get their job done ;-) &lt;p&gt;During his talk Tony covered: &lt;ul&gt; &lt;li&gt;Authentication and authorization&lt;/li&gt; &lt;li&gt;Preserving user settings&lt;/li&gt; &lt;li&gt;data access and binding&lt;/li&gt; &lt;li&gt;as well as the MVVM pattern&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;a href="http://blog.codemurai.de/images/HeshugeheshugeinGermany_6629/presentation_3.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="presentation" src="/images/localhost/presentation_thumb_3.jpg" width="244" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;Despite my initial worries, the group was very active and asked a lot of question. So nobody seemed to be shy at our first talk in a foreign language. In addition, I've been very happy to see so many new faces during the meeting. Hopefully some of them will find their way to future meetings, too. &lt;p&gt;As a user group we were of course very happy to be the only group to present Tony in Europe. Many thanks again to him and the whole Infragisitcs team for making this talk possible. &lt;p&gt;As a small bonbon, Infragistics sponsored our meeting by raffling a MSDN Premium Subscription as well as a full NetAdvantage Suite. &lt;p&gt;&lt;a href="http://blog.codemurai.de/images/HeshugeheshugeinGermany_6629/ziehung_3.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="158" alt="ziehung" src="/images/localhost/ziehung_thumb_3.jpg" width="244" border="0"&gt;&lt;/a&gt;  &lt;p&gt;My resume of the meeting is: &lt;ul&gt; &lt;li&gt;Silverlight gives you a whole set of new possibilities for web applications&lt;/li&gt; &lt;li&gt;5 persons do fit into a Peugeot 106, but it's only comfortable for the driver&lt;/li&gt; &lt;li&gt;You should read the grey text, too&lt;/li&gt; &lt;li&gt;Somebody who's not used to German beer may easily mix up a "lower then"-operator (&amp;lt;) with an opening generic&lt;/li&gt;&lt;/ul&gt;&lt;img src="http://blog.codemurai.de/aggbug/169.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Andre</dc:creator>
            <guid>http://blog.codemurai.de/archive/2008/11/09/hes-huge-hes-huge-in-germany.aspx</guid>
            <pubDate>Sun, 09 Nov 2008 23:44:42 GMT</pubDate>
            <comments>http://blog.codemurai.de/archive/2008/11/09/hes-huge-hes-huge-in-germany.aspx#feedback</comments>
            <wfw:commentRss>http://blog.codemurai.de/comments/commentRss/169.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Infragistics gibt NetAdvantage Silverlight Roadmap bekannt</title>
            <link>http://blog.codemurai.de/archive/2008/10/14/infragistics-gibt-netadvantage-silverlight-roadmap-bekannt.aspx</link>
            <description>&lt;p&gt;Abgesehen von &amp;quot;Können Sie mir hier bitte einen Stempel drauf machen?&amp;quot; oder &amp;quot;Darf ich so einen Kuli haben?&amp;quot; war&amp;#160; die dritthäufigste Frage an unserem &lt;a href="http://www.Infragistics.com" target="_blank"&gt;Infragistics&lt;/a&gt;-Stand während der diesjährigen &lt;a href="http://www.basta.net" target="_blank"&gt;Herbst-Basta&lt;/a&gt; sicherlich &amp;quot;Wann kommen die &lt;a href="http://www.infragistics.com/hot/silverlight.aspx" target="_blank"&gt;Infragistics Silverlight 2.0&lt;/a&gt; Controls raus?&amp;quot;&lt;/p&gt;  &lt;p&gt;Nun, während der Messe lautete unsere Antwort stets: &amp;quot;So lange Microsoft selbst nicht weiss, wann Silverlight 2.0 heraus kommt, können wir hier leider keine Antwort geben&amp;quot; ;-) &lt;/p&gt;  &lt;p&gt;Tja, wie heute in diversen Blogs zu lesen war ([&lt;a href="http://silverlight.net/blogs/jesseliberty/archive/2008/10/13/silverlight-2-releases-tomorrow.aspx" target="_blank"&gt;1&lt;/a&gt;], [&lt;a href="http://www.nathanbrouwer.nl/default.aspx?e=275" target="_blank"&gt;2&lt;/a&gt;], [&lt;a href="http://blog.silverlight-city.de/post/2008/10/13/Silverlight-RTE-eclipse4SL-eclipse-OpenSource.aspx" target="_blank"&gt;3&lt;/a&gt;]) hat Microsoft die Katze aus dem Sack gelassen und das Silverlight 2.0 RTW für morgen angekündigt.&lt;/p&gt;  &lt;p&gt;Infragistics war allerdings ein wenig schneller - zumindest was die Ankündigungen angeht -&amp;#160; und gabin &lt;a href="http://blogs.infragistics.com/blogs/tony_lombardo/archive/2008/10/08/netadvantage-silverlight-roadmap-it-s-here.aspx" target="_blank"&gt;Tony's Blog&lt;/a&gt; letzten Mittwoch die &lt;a href="http://www.infragistics.com/dotnet/netadvantage/silverlight.aspx" target="_blank"&gt;Infragistics NetAdvantage Silverlight Controls for Line of Business (LOB) Applications Roadmap&lt;/a&gt; bekannt.&lt;/p&gt;  &lt;p&gt;Zusammengefasst sieht diese wie folgt aus:&lt;/p&gt;  &lt;table cellspacing="0" cellpadding="2" width="400" border="0"&gt;&lt;thead&gt;     &lt;tr&gt;       &lt;th&gt;Meilenstein &lt;/th&gt;        &lt;th&gt;Datum &lt;/th&gt;     &lt;/tr&gt;   &lt;/thead&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="200"&gt;Roadmap angekündigt&lt;/td&gt;        &lt;td valign="top" width="200"&gt;Oktober 2008&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="200"&gt;Erstes CTP&lt;/td&gt;        &lt;td valign="top" width="200"&gt;Ende 2008&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="200"&gt;Zweites CTP&lt;/td&gt;        &lt;td valign="top" width="200"&gt;März 2009&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="200"&gt;2009 Vol 1 Release (inkl. Silverlight LOB Controls)&lt;/td&gt;        &lt;td valign="top" width="200"&gt;Quartal 2 2009&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;Die ersten Screenshots sehen schon recht vielversprechend aus&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blog.codemurai.de/images/InfragisticsgibtNetAdvantageSilverlightR_143B9/xamWebChart.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="210" alt="xamWebChart" src="/images/localhost/xamWebChart_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt; &lt;a href="http://blog.codemurai.de/images/InfragisticsgibtNetAdvantageSilverlightR_143B9/xamOutlookbar.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="244" alt="xamOutlookbar" src="/images/localhost/xamOutlookbar_thumb.jpg" width="155" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;bleibt nun also abzuwarten, was tatsächlich daraus wird.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blog.codemurai.de/images/InfragisticsgibtNetAdvantageSilverlightR_143B9/PIC0031.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="184" alt="PIC-0031" src="/images/localhost/PIC0031_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="0"&gt;Eine Aussage zum NetAdvantage Silverlight Release Datum konnten wir während der Basta leider nicht treffen. Spaß auf dem &amp;quot;Bastoberfest&amp;quot; hatten wir aber trotzdem ;-)&lt;/font&gt;&lt;/p&gt;&lt;img src="http://blog.codemurai.de/aggbug/173.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Andre</dc:creator>
            <guid>http://blog.codemurai.de/archive/2008/10/14/infragistics-gibt-netadvantage-silverlight-roadmap-bekannt.aspx</guid>
            <pubDate>Tue, 14 Oct 2008 00:01:48 GMT</pubDate>
            <comments>http://blog.codemurai.de/archive/2008/10/14/infragistics-gibt-netadvantage-silverlight-roadmap-bekannt.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://blog.codemurai.de/comments/commentRss/173.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Gesch&amp;auml;ftsanwendungen mit Silverlight 2.0</title>
            <link>http://blog.codemurai.de/archive/2008/04/07/geschaumlftsanwendungen-mit-silverlight-2-0.aspx</link>
            <description>&lt;p&gt;Wirft man einen Blick auf die Vielzahl der im Internet vorhandenen Silverlight 1.0 Demo Applikationen, stellt man in den meisten Fällen eine Gemeinsamkeit fest:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Die Demo zeigt verblüffende grafische Effekte / Animationen im Web&lt;/li&gt;    &lt;li&gt;Abgesehen von diesen Effekten hat die Demo keinerlei Nährwert :-)&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Infragistics möchte die Lücke der wertvollen Silverlight Demos nun füllen.&lt;/p&gt;  &lt;p&gt;Zu diesem Zweck wird unter &lt;a href="http://www.faceoutlive.com/" target="_blank"&gt;http://www.faceoutlive.com/&lt;/a&gt; ein Silverlight Dashboard für Vertriebsmitarbeiter gezeigt.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blog.codemurai.de/content/binary/WindowsLiveWriter/images/GeschftsanwendungenmitSilverlight2.0_E5C3/faceout.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="229" alt="faceout" src="/images/localhost/faceout_thumb.png" width="244" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Registrierte Benutzer erhalten unter&amp;#160; &lt;a href="http://www.infragistics.com/hot/silverlight.aspx#InfragisticsandSilverlight" target="_blank"&gt;http://www.infragistics.com/hot/silverlight.aspx#InfragisticsandSilverlight&lt;/a&gt; zusätzlich den kompletten Source Code sowie ein &lt;a href="http://www.infragistics.com/uploadedFiles/WhatsHot/Silverlight/Images/FaceOut%20Overview.xps" target="_blank"&gt;12seitiges Dokument&lt;/a&gt;, in dem Infragistics einen kurzen &amp;#220;berblick über die Applikationsarchitektur sowie die &amp;quot;lessons-learned&amp;quot; gibt. Gerade der &amp;quot;lessons-learned&amp;quot; Bereich ist sehr interessant.&lt;/p&gt;  &lt;p&gt;In diesem Sinne: Viel Spaß mit Silverlight ;-)&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:113f1371-1c19-4a54-bcdc-b8db1f28786d" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati tags: &lt;a href="http://technorati.com/tags/Infragistics" rel="tag"&gt;Infragistics&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Silverlight" rel="tag"&gt;Silverlight&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blog.codemurai.de/aggbug/185.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Andre</dc:creator>
            <guid>http://blog.codemurai.de/archive/2008/04/07/geschaumlftsanwendungen-mit-silverlight-2-0.aspx</guid>
            <pubDate>Mon, 07 Apr 2008 17:20:45 GMT</pubDate>
            <comments>http://blog.codemurai.de/archive/2008/04/07/geschaumlftsanwendungen-mit-silverlight-2-0.aspx#feedback</comments>
            <wfw:commentRss>http://blog.codemurai.de/comments/commentRss/185.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>
