<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>Tim Fischer's .NET Blog : German</title><link>http://blogs.msdn.com/timfis/archive/tags/German/default.aspx</link><description>Tags: German</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Enterprise Apps in Windows Azure - Calling the Internet Service Bus (.NET Services from Azure)</title><link>http://blogs.msdn.com/timfis/archive/2009/11/07/enterprise-apps-in-windows-azure-calling-the-internet-service-bus-net-services-from-azure.aspx</link><pubDate>Sat, 07 Nov 2009 06:21:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9919003</guid><dc:creator>timfis</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/timfis/comments/9919003.aspx</comments><wfw:commentRss>http://blogs.msdn.com/timfis/commentrss.aspx?PostID=9919003</wfw:commentRss><description>&lt;p&gt;In the last days I implemented a typical &lt;strong&gt;enterprise&lt;/strong&gt; cloud app on Windows Azure. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#ff0000"&gt;&lt;u&gt;WARNING:&lt;/u&gt; Beyond this step no Hello World scenarios! Watch your step!&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/CallingtheInternetS.NETServicesfromAzure_60FC/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/CallingtheInternetS.NETServicesfromAzure_60FC/image_thumb.png" width="599" height="428" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/CallingtheInternetS.NETServicesfromAzure_60FC/image_4.png"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The scenario is based on &lt;a href="http://gallery.expression.microsoft.com/en-us/CoolBlueTimeTracker"&gt;the famous TimeTracker SL3 Sample&lt;/a&gt; which you can find in the Expression Gallery. It is a vendor management system where I can track my vendors time and i can approve the tasks and then have them send over to SAP to create a Purchase Order.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/CallingtheInternetS.NETServicesfromAzure_60FC/image_14.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/CallingtheInternetS.NETServicesfromAzure_60FC/image_thumb_5.png" width="540" height="765" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;The Data Model is quite simple, too and done with Entity Framework over SQL Azure.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/CallingtheInternetS.NETServicesfromAzure_60FC/image_12.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/CallingtheInternetS.NETServicesfromAzure_60FC/image_thumb_4.png" width="546" height="593" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;In 2010 it is nice that you can generate DDL from the Diagram using a right click and select generate database from model. I used that and modified a bit of the code to work in SQL Azure.&lt;/p&gt;  &lt;p&gt;With help of the &lt;a href="http://sqlazureexplorer.codeplex.com/"&gt;SQL Azure Data Explorer&lt;/a&gt; you can actually see the data from within     &lt;br /&gt;VS2010&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/CallingtheInternetS.NETServicesfromAzure_60FC/image_16.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/CallingtheInternetS.NETServicesfromAzure_60FC/image_thumb_6.png" width="579" height="523" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Based on the time-tracker sample it was quite easy to adjust the connection string to point to SQL Azure and add a .xap mapping for SL to the web.config. Then the Time-Tracker already runs smoothly on Windows Azure. Also I added support for SSL and SSO on Windows Azure&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/CallingtheInternetS.NETServicesfromAzure_60FC/image_24.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/CallingtheInternetS.NETServicesfromAzure_60FC/image_thumb_10.png" width="302" height="196" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/CallingtheInternetS.NETServicesfromAzure_60FC/image_20.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/CallingtheInternetS.NETServicesfromAzure_60FC/image_thumb_8.png" width="584" height="425" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Now the reason why i am blogging: I found it quite easy to use the Echoing Sample from the .NET Services SDK as a basis to add communication from my WebRole to my ERP system. However this seemed to work only on my machine and in the simulator.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/CallingtheInternetS.NETServicesfromAzure_60FC/image_22.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/CallingtheInternetS.NETServicesfromAzure_60FC/image_thumb_9.png" width="606" height="370" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;After quite some time I found what was going wrong when accessing the Service Bus from within a WebRole in Azure (when deployed) using NetTcpBinding. I got Configuration Binding Extension not found.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/CallingtheInternetS.NETServicesfromAzure_60FC/image_26.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/CallingtheInternetS.NETServicesfromAzure_60FC/image_thumb_11.png" width="623" height="368" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;I then asked the .NET Services Team what is wrong and it turns out that:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#00ff00"&gt;To use the config elements in Azure you need to move the extensions into your web.config. To find them, take a look at your machine.config file. You’ll have to replicate the system.serviceModel extensions that reference the Microsoft.ServiceBus assembly into your web.config that you deploy into Azure. We haven’t made a cut &amp;amp; paste snippet for that yet, but we really should.&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;If this Problem did not occur i might not have blogged about the whole story. So it seems also to have its good side. ;-). &lt;/p&gt;  &lt;p&gt;Now all works fine also in the Cloud ;-)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/CallingtheInternetS.NETServicesfromAzure_60FC/image_22.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/CallingtheInternetS.NETServicesfromAzure_60FC/image_thumb_9.png" width="606" height="370" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Happy Cloud Computing!&lt;/p&gt;  &lt;p&gt;Tim&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9919003" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/timfis/archive/tags/English/default.aspx">English</category><category domain="http://blogs.msdn.com/timfis/archive/tags/.NET+3.5+SP1/default.aspx">.NET 3.5 SP1</category><category domain="http://blogs.msdn.com/timfis/archive/tags/German/default.aspx">German</category><category domain="http://blogs.msdn.com/timfis/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/timfis/archive/tags/Windows+Azure/default.aspx">Windows Azure</category><category domain="http://blogs.msdn.com/timfis/archive/tags/.NET+4/default.aspx">.NET 4</category></item><item><title>Beta 2 von Microsoft .NET Framework freigegeben</title><link>http://blogs.msdn.com/timfis/archive/2009/10/19/beta-2-von-microsoft-net-freigegeben.aspx</link><pubDate>Mon, 19 Oct 2009 16:25:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9909179</guid><dc:creator>timfis</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/timfis/comments/9909179.aspx</comments><wfw:commentRss>http://blogs.msdn.com/timfis/commentrss.aspx?PostID=9909179</wfw:commentRss><description>&lt;p&gt;Microsoft hat das Microsoft .NET Framework 4 Beta 2 soeben freigeben. Die Details zu den wichtigsten Funktion sowie den Download zu Visual Studio 2010 Beta 2 findet man &lt;a href="http://www.microsoft.de/net"&gt;hier&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9909179" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/timfis/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.msdn.com/timfis/archive/tags/German/default.aspx">German</category><category domain="http://blogs.msdn.com/timfis/archive/tags/.NET+4/default.aspx">.NET 4</category></item><item><title>Fit für die Cloud: Windows Azure Launch Day + 100mal VS 2010Pro!</title><link>http://blogs.msdn.com/timfis/archive/2009/10/05/fit-f-r-die-cloud-windows-azure-launch-day-und-100mal-vs-2010-pro.aspx</link><pubDate>Mon, 05 Oct 2009 13:12:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9903156</guid><dc:creator>timfis</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/timfis/comments/9903156.aspx</comments><wfw:commentRss>http://blogs.msdn.com/timfis/commentrss.aspx?PostID=9903156</wfw:commentRss><description>&lt;p&gt;Es ist höchste Zeit sich mit dem Thema Cloud ernsthafter zu beschäftigen. Bereits auf der World-Wide Partner Konferenz hat Microsoft weitere deutlich attraktiver Preispakete in Aussicht gestellt, die zur PDC kommen werden. Mit Windows Azure wird das Thema Server-Cluster, SQL-Server - “Cluster” und damit das Thema Verfügbarkeit für viele Entwickler in greifbare Nähe rücken. Auch gibt es seit einiger Zeit eine richtige SQL-Server Datenbank in Windows Azure – so dass man nun mit gewohnten APIs wie ODBC/OLE DB/ADO.NET/Linq-To-SQL und anderen arbeiten kann. Full-Trust ist nun auch möglich sowie das Thema PHP.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Jetzt endlich kann man ein eigenes Server-Cluster für umsonst testen und im Handumdrehen Anwendungen auf mehrere Server verteilen&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Es ist höchste Zeit zu lernen, wie einfach es ist auf Windows Azure eine Anwendung auf mehreren Servern bereitzustellen. Zumal mal Microsoft &lt;strong&gt;100 x Visual Studio 2010 Pro&lt;/strong&gt; verlost:&lt;/p&gt;  &lt;p&gt;Mehr Infos hier: &lt;a title="http://www.microsoft.com/germany/msdn/aktuell/azurenow/default.mspx" href="http://www.microsoft.com/germany/msdn/aktuell/azurenow/default.mspx"&gt;http://www.microsoft.com/germany/msdn/aktuell/azurenow/default.mspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Wer Blut geleckt hat und mehr wissen möchte der komme doch auf den Windows Azure Launch Day &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Windows Azure Launch Day in Stuttgart am 26.11 - &lt;/strong&gt;&lt;strong&gt;Windows Azure Buch inklusive!&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Technische Vortäge und ein MS Press Buch zusammen für nur 59,-€ gibt es auf dem Windows Azure Launch Day.    &lt;br /&gt;Auf dem Windows Azure Platform Launch Day stellt Microsoft &lt;b&gt;erstmalig&lt;/b&gt; die produktive Version von Windows Azure in Deutschland vor. Entwickler, IT-Dienstleister und Unternehmen lernen hier, wie man die Microsoft Online Services und die Windows Azure Platform einsetzen kann und wie man für Windows Azure Platform Anwendungen entwickelt. Auf diesem exklusiven Premiereevent erfahren Sie alles Wichtige über die Cloud Angebote von Microsoft und wie Ihre Unternehmen davon profitieren kann. Für 59 € zzgl. MwSt erhält jeder Teilnehmer neben umfangreichen Expertenwissen das Buch &amp;quot;Cloud Computing mit der Windows Azure Platform: Softwareentwicklung mit Windows Azure und den Azure Services&amp;quot; im Wert von 39,90 €.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Für wen ist der Windows Azure Launch Day relevant? &lt;/b&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;b&gt;Entwickler&lt;/b&gt; - die konkret lernen möchten wie man auf der Windows Azure Platform Lösungen erstellt und entwickelt &lt;/li&gt;    &lt;li&gt;&lt;b&gt;IT-Dienstleister &lt;/b&gt;– um zu erfahren wie man Kundenanforderungen mit Cloud Computing auf der Microsoft Plattform umsetzt &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Unternehmensentscheider und Anwender &lt;/b&gt;– um Lösungen basierend auf den Microsoft Online Services und Windows Azure selbst bewerten und konzipieren zu können &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Alle, die an Cloud Computing interessiert sind &lt;/b&gt;– um sich komprimiert über aller Vorteile und Einsatzszenarien von Cloud Computing zu informieren &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;b&gt;Format&lt;/b&gt;: 1-tägige kostenpflichtige Konferenz ist auch zusammen im Kombiticket mit dem &lt;a href="http://www.cloudconf.de/conf"&gt;Cloud Conf Konferenztag buchbar&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;b&gt;Keynote:&lt;/b&gt; Die Microsoft Strategie: Software + Services -&amp;#160; mehr als nur Cloud Computing&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Technologievorträge&lt;/b&gt;      &lt;ul&gt;       &lt;li&gt;&lt;b&gt;Office in der Cloud:&lt;/b&gt; Office Web Apps, Live Meeting, Exchange SharePoint in der Cloud inkl. Customizing und Entwicklung&lt;/li&gt;        &lt;li&gt;&lt;b&gt;Überblick über die neue Windows Azure Platform V1&lt;/b&gt;&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Tutorials&lt;/b&gt;:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;ul&gt;       &lt;li&gt;Entwicklung mit der Windows Azure Platform &lt;/li&gt;        &lt;li&gt;Devices und Cloud Computing &amp;amp; Rich Internet Anwendungen &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Produktinformation&lt;/b&gt;      &lt;ul&gt;       &lt;li&gt;Trainingsangebote und Preismodelle für Partner und Unternehmen &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Mehr Informationen gibt es hier: &lt;a href="http://www.cloudconf.de/day/programm/index.html"&gt;http://www.cloudconf.de&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9903156" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/timfis/archive/tags/German/default.aspx">German</category><category domain="http://blogs.msdn.com/timfis/archive/tags/Windows+Azure/default.aspx">Windows Azure</category></item><item><title>Silverlight 3 Tools für deutsche Visual Studio Versionen sind fertig!!!</title><link>http://blogs.msdn.com/timfis/archive/2009/07/31/silverlight-3-tools-f-r-deutsche-visual-studio-versionen-sind-fertig.aspx</link><pubDate>Fri, 31 Jul 2009 10:41:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9854170</guid><dc:creator>timfis</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/timfis/comments/9854170.aspx</comments><wfw:commentRss>http://blogs.msdn.com/timfis/commentrss.aspx?PostID=9854170</wfw:commentRss><description>&lt;p&gt;Seit kurzem stehen nun auch die Silverlight 3 Tools für die deutschen Versionen von Visual Studio bereit.&lt;/p&gt;  &lt;p&gt;Hier sind die Bits zu finden&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.microsoft.com/germany/net/silverlight/download.aspx" href="http://www.microsoft.com/germany/net/silverlight/download.aspx"&gt;http://www.microsoft.com/germany/net/silverlight/download.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9854170" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/timfis/archive/tags/German/default.aspx">German</category><category domain="http://blogs.msdn.com/timfis/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Anwendungen von SL2 auf SL3 Upgraden</title><link>http://blogs.msdn.com/timfis/archive/2009/07/26/anwendungen-von-sl2-auf-sl3-upgraden.aspx</link><pubDate>Sun, 26 Jul 2009 17:27:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9849221</guid><dc:creator>timfis</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/timfis/comments/9849221.aspx</comments><wfw:commentRss>http://blogs.msdn.com/timfis/commentrss.aspx?PostID=9849221</wfw:commentRss><description>&lt;p&gt;SL2 Anwendungen laufen weitestgehend ohne Änderung unter der SL3 Runtime. Dazu hat diese einen sogenannten Quirk Mode, in welchem SL2 Verhalten für die wichtigsten&amp;#160; Breaking-Changes simuliert wird.&lt;/p&gt;  &lt;p&gt;Ob es sich um eine SL2 oder eine SL3 Anwendung handelt bestimmt die Runtime über die Metadaten (im Object Tag sowie in der xap Datei)&lt;/p&gt;  &lt;p&gt;Um die neuen SL3 Funktionen nutzen zu können müssen Anwender daher SL2 Anwendungen zunächst auf SL3 portieren. Dies ist im allgemeinen recht einfach. Man muss die Meta-Daten anpassen und sicher stellen, dass ein Event-Handler für Errors in Javascript auf der Seite hinterlegt wurde. &lt;/p&gt;  &lt;p&gt;Hier mein Vorgehen:&lt;/p&gt;  &lt;p&gt;0. Install VS 2008 + SP1 ENU – installs side by side with german (note for german the SL VS2008 tools are not yet available)    &lt;br /&gt;1. Install SL Tools + Toolkit + Optional: Blend     &lt;br /&gt;2. Set UI Options to Englisch in VS (if German and English was installed on same box)     &lt;br /&gt;1. If SL ASPX Controls have been used in aspx page you need to remove it and write out your own object tag and error handler instead (see documentation for details on which version numbers to pass in)     &lt;br /&gt;2. Use HTML instead with new Version numbers and manual error handler as described in Help     &lt;br /&gt;3. Update all services references to ado.net ds     &lt;br /&gt;(VS Update Service Reference)     &lt;br /&gt;4. Correct and any links to the XAP to load dynamically at runtime (if path in code)     &lt;br /&gt;5. Test the application according to breaking changes document (see help)&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9849221" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/timfis/archive/tags/German/default.aspx">German</category><category domain="http://blogs.msdn.com/timfis/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Oslo May CTP - Wo die Reise hingeht</title><link>http://blogs.msdn.com/timfis/archive/2009/06/02/oslo-may-ctp-wo-geht-die-reise-hin.aspx</link><pubDate>Tue, 02 Jun 2009 08:13:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9676447</guid><dc:creator>timfis</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/timfis/comments/9676447.aspx</comments><wfw:commentRss>http://blogs.msdn.com/timfis/commentrss.aspx?PostID=9676447</wfw:commentRss><description>Wie bereits in meinem englisch-sprachigem Post diskutiert  besteht Oslo im Kern aus einem Repository für Modelle (oder sagen wir besser Meta-Daten). Modelle können in diesem Zusammenhang nach Ansicht des Oslo Teams die bekannten UML-Modelle oder aber auch textuelle Modelle wie etwas .config files, XOML (also WF Workflows) oder ähnliches sein - kurzum alle Daten, die entweder die Anwendung beschreiben oder sogar von der Anwendung verwendet werden, um deren Konfiguration bzw. Aufgaben zu bestimmen.

...(&lt;a href="http://blogs.msdn.com/timfis/archive/2009/06/02/oslo-may-ctp-wo-geht-die-reise-hin.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9676447" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/timfis/archive/tags/DSL/default.aspx">DSL</category><category domain="http://blogs.msdn.com/timfis/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.msdn.com/timfis/archive/tags/German/default.aspx">German</category><category domain="http://blogs.msdn.com/timfis/archive/tags/Oslo/default.aspx">Oslo</category></item><item><title>MSDN-Solve Code Clips zum Thema Smart Client-Entwicklung mit WPF, Silverlight 2</title><link>http://blogs.msdn.com/timfis/archive/2008/11/28/more-msdn-solve-code-clips-about-creating-smart-clients-with-wpf-silverlight-german.aspx</link><pubDate>Fri, 28 Nov 2008 21:23:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9152676</guid><dc:creator>timfis</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/timfis/comments/9152676.aspx</comments><wfw:commentRss>http://blogs.msdn.com/timfis/commentrss.aspx?PostID=9152676</wfw:commentRss><description>&lt;p&gt;Wir haben gerade neue Clips auf &lt;a href="http://www.msdn-solve.de"&gt;www.msdn-solve.de&lt;/a&gt; veröffentlicht, die zeigen, wie man &lt;br&gt;mit .NET 3.5 SP1 ASP.NET Dynamic Data, ADO.NET Data Services, 3-Tier Anwendungen via Silverlight und WPF in ein einem Shared-Source Scenario erstellen kann. &lt;/p&gt; &lt;p&gt;&lt;a href="http://g.msn.com/mh_mshp_de-DE/98765?http://www.microsoft.com/germany/msdn/solve/codeclips/library.aspx?id=msdn_de_29999&amp;amp;&amp;amp;HL=127595&amp;amp;CM=rss_click&amp;amp;CE=MSDN2286"&gt;Übersicht: Wie erstelle ich automatisch eine Website zur Bearbeitung von Datenbankinhalten? [MSDN Solve-CodeClip]&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Eine Übersicht zum automatischen erstellen einer Website zur Bearbeitung von Datenbankinhalten.&lt;/p&gt; &lt;p&gt;&lt;a href="http://g.msn.com/mh_mshp_de-DE/98765?http://www.microsoft.com/germany/msdn/solve/codeclips/library.aspx?id=msdn_de_29998&amp;amp;&amp;amp;HL=127594&amp;amp;CM=rss_click&amp;amp;CE=MSDN2286"&gt;Überblick: Wie erstelle ich eine datengetriebene 3-Tier Rich Internet Anwendung? [MSDN Solve-CodeClip]&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Überblick: Wie erstelle ich eine datengetriebene 3-Tier Rich Internet Anwendung&lt;/p&gt; &lt;p&gt;&lt;a href="http://g.msn.com/mh_mshp_de-DE/98765?http://www.microsoft.com/germany/msdn/solve/codeclips/library.aspx?id=msdn_de_30000&amp;amp;&amp;amp;HL=127593&amp;amp;CM=rss_click&amp;amp;CE=MSDN2286"&gt;Wie stelle ich eine Datenbank samt Business-Logik als Web-Dienst bereit? [MSDN Solve-CodeClip]&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Es soll eine Datenbank samt Business-Logik als Web-Dienst bereitgestellt werden.&lt;/p&gt; &lt;p&gt;&lt;a href="http://g.msn.com/mh_mshp_de-DE/98765?http://www.microsoft.com/germany/msdn/solve/codeclips/library.aspx?id=msdn_de_30003&amp;amp;&amp;amp;HL=127592&amp;amp;CM=rss_click&amp;amp;CE=MSDN2286"&gt;Wie erstelle ich automatisch eine Website zur Bearbeitung von Datenbankinhalten? [MSDN Solve-CodeClip]&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Es soll automatisch eine Website zur Bearbeitung von Datenbankinhalten erstellt werden.&lt;/p&gt; &lt;p&gt;&lt;a href="http://g.msn.com/mh_mshp_de-DE/98765?http://www.microsoft.com/germany/msdn/solve/codeclips/library.aspx?id=msdn_de_30005&amp;amp;&amp;amp;HL=127591&amp;amp;CM=rss_click&amp;amp;CE=MSDN2286"&gt;Wie erstelle ich einen WPF Smart Client der Datenbankinhalte anzeigen und ändern kann? [MSDN Solve-CodeClip]&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Es soll ein WPF Smart Client der Datenbankinhalte anzeigen und ändern kann erstellt werden.&lt;/p&gt; &lt;p&gt;&lt;a href="http://g.msn.com/mh_mshp_de-DE/98765?http://www.microsoft.com/germany/msdn/solve/codeclips/library.aspx?id=msdn_de_30008&amp;amp;&amp;amp;HL=127590&amp;amp;CM=rss_click&amp;amp;CE=MSDN2286"&gt;Wie erstelle ich einen Silverlight Client der Datenbankinhalte anzeigen und ändern kann durch Verwendung einer bestehenden WPF Anwendung? [MSDN Solve-CodeClip]&lt;/a&gt;&lt;/p&gt; &lt;p&gt;· Es soll ein Silverlight Client, der Datenbankinhalte anzeigen und ändern kann durch Verwendung einer bestehenden WPF Anwendung, erstellt werden.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9152676" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/timfis/archive/tags/.NET+3.5+SP1/default.aspx">.NET 3.5 SP1</category><category domain="http://blogs.msdn.com/timfis/archive/tags/German/default.aspx">German</category><category domain="http://blogs.msdn.com/timfis/archive/tags/Smart-Client/default.aspx">Smart-Client</category></item><item><title>Technical Summit und Xtopia 2008 Slide Decks und Demos</title><link>http://blogs.msdn.com/timfis/archive/2008/11/24/technical-summit-and-xtopia-2008-decks-and-demos.aspx</link><pubDate>Mon, 24 Nov 2008 23:04:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9138685</guid><dc:creator>timfis</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/timfis/comments/9138685.aspx</comments><wfw:commentRss>http://blogs.msdn.com/timfis/commentrss.aspx?PostID=9138685</wfw:commentRss><description>&lt;p&gt;Hallo ich bin von der Xtopia und dem Technical Summit zurück - wir hatten eine gute Zeit. Hier ein paar Eindrücke vom Talk zu Windows Azure.&lt;/p&gt; &lt;table border="0" cellspacing="0" cellpadding="2" width="546"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="248"&gt;&lt;a href="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/TechnicalSummitandXtopia2008DecksandDemo_12868/3046211124_7080f47951%5B1%5D_2.jpg"&gt;&lt;img border="0" alt="3046211124_7080f47951[1]" align="right" src="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/TechnicalSummitandXtopia2008DecksandDemo_12868/3046211124_7080f47951%5B1%5D_thumb.jpg" width="240" height="160"&gt;&lt;/a&gt; &lt;br&gt;&lt;a href="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/TechnicalSummitandXtopia2008DecksandDemo_12868/3045375425_f61a7a6c66%5B1%5D_2.jpg"&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;img border="0" alt="3045375425_f61a7a6c66[1]" align="right" src="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/TechnicalSummitandXtopia2008DecksandDemo_12868/3045375425_f61a7a6c66%5B1%5D_thumb.jpg" width="240" height="160"&gt;&lt;/a&gt;&lt;/td&gt; &lt;td valign="top" width="52"&gt;&amp;nbsp; &lt;h1&gt;&lt;/h1&gt;&lt;/td&gt; &lt;td valign="top" width="244"&gt;&lt;a href="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/TechnicalSummitandXtopia2008DecksandDemo_12868/3046212388_dd62b58ff6%5B1%5D_4.jpg"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="3046212388_dd62b58ff6[1]" src="http://blogs.msdn.com/blogfiles/timfis/WindowsLiveWriter/TechnicalSummitandXtopia2008DecksandDemo_12868/3046212388_dd62b58ff6%5B1%5D_thumb_1.jpg" width="220" height="330"&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;Die Slides kann man unter &lt;a href="http://www.microsoft.de/net/cloud"&gt;www.microsoft.de/net/cloud&lt;/a&gt; abrufen und das AJAX Portal für .NET 3.5 ist unter &lt;a href="http://www.dropthings.com"&gt;www.dropthings.com&lt;/a&gt; zu finden.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9138685" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/timfis/archive/tags/German/default.aspx">German</category></item></channel></rss>