﻿<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0">
  <channel>
    <title>Console.WriteLine("Hello World");</title>
    <link>http://www.corti.com/WebLogSascha/</link>
    <description>A Weblog by Sascha P. Corti</description>
    <copyright>Copyright 2003 Sascha P. Corti</copyright>
    <lastBuildDate>Wed, 07 May 2008 09:34:50 GMT</lastBuildDate>
    <generator>BlogX based engine by Sascha P. Corti</generator>
    <managingEditor>sascha@corti.com</managingEditor>
    <webMaster>sascha@corti.com</webMaster>
    <item>
      <title>Developing in Silverlight 2? Try the new Deep Zoom Composer!</title>
      <guid>http://www.corti.com/WebLogSascha/permalink.aspx/26a4dd99-b342-445b-8b4c-f85699314685</guid>
      <link>http://www.corti.com/WebLogSascha/permalink.aspx/26a4dd99-b342-445b-8b4c-f85699314685</link>
      <pubDate>Wed, 07 May 2008 09:34:50 GMT</pubDate>
      <description>&lt;P&gt;If you are working with Silverlight 2 Beta 1 already, I urge you to have a look at the new, second preview version of the Deep Zoom composer.&lt;/P&gt;
&lt;P&gt;The basic concept has stayed the same (thankfully), you create a new Deep Zoom project, you add your pictures, position them on a work surface and then create the parts needed for the Silverlight "MultiScaleImage" control to show your Deep Zoom composition.&lt;/P&gt;
&lt;P&gt;Improvements are numerous and great. First, when composing images, there are now guidelines to help you position the pictures relative to each other.&lt;/P&gt;
&lt;P&gt;&lt;IMG height=341 alt=deepzoom_1.png src="/sascha/pictures/deepzoom_1.png" width=477 border=0&gt;&lt;/P&gt;
&lt;P&gt;Then there is the improved export dialog.&lt;/P&gt;
&lt;P&gt;&lt;IMG height=353 alt=deepzoom_2.png src="/sascha/pictures/deepzoom_2.png" width=344 border=0&gt;&lt;/P&gt;
&lt;P&gt;You still have the possibility to select to export as Composition or Collection. The advantage of the collection is that you won't export one, large image but rather a composition of individual images that you can then programmatically address and manipulate&amp;nbsp;- move, hide, show, etc.&lt;/P&gt;
&lt;P&gt;If you choose to "Export Images and Silverlight Project", the composer will create a ready-to-use Silverlight project, remember that the MultiScaleImage control in Silverlight can out of the box show the Deep Zoom collection, but the functionality of zooming with your mouse wheel or left-clicking and dragging to move the picture is not part of it's functionality.&lt;/P&gt;
&lt;P&gt;So in the previous versions of the Deep Zoom composer, these needed to be added manually. Now it's all there, including a few good sample pages.&lt;/P&gt;
&lt;P&gt;This leads me to another great addition in the composer, the Export dialog that you are shown when the Composer has finished exporting your project. "Preview in Browser" takes you right to the sample Silverlight app generated, "View Image Folder" takes you to the "ClientBin" folder that you will need to put into your project if you want to publish the collection. The "View Project Folder" takes you to the generated Visual Studio Solution, the sample pages. "Edit in Expression Blend" opens this solution right away in Blend. Perfect.&lt;/P&gt;
&lt;P&gt;&lt;IMG height=280 alt=deepzoom_3.png src="/sascha/pictures/deepzoom_3.png" width=575 border=0&gt;&lt;/P&gt;
&lt;P&gt;Don't forget that you will need to have the Blend 2.5 preview installed to edit the generated sample application. Blend 1 &amp;amp;&amp;nbsp;2 don't understand the Visual Studio Silverlight project type nor know the new controls introduced by Silverlight 2 (Beta 1). You can get the preview version of Expression Blend 2.5 (which by the way installs flawlessly besides Blend 1 and 2 and works like a charm) here: &lt;A title=http://www.microsoft.com/expression/ href="http://www.microsoft.com/expression/"&gt;&lt;STRONG&gt;&lt;FONT color=#006bad&gt;http://www.microsoft.com/expression/&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Also, if you want to keep up to date on Deep Zoom, have a look at the excellent blog written by the &lt;A href="http://blogs.msdn.com/expression"&gt;&lt;STRONG&gt;&lt;FONT color=#006bad&gt;Expression Blend and Design team&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt;.&lt;/P&gt;</description>
      <comments>http://www.corti.com/WebLogSascha/commentview.aspx/26a4dd99-b342-445b-8b4c-f85699314685</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <title>Silverlight 2 Beta 1 - End-to-End Hands-On Lab</title>
      <guid>http://www.corti.com/WebLogSascha/permalink.aspx/4e584a97-50ee-41b9-b858-c8a2f6094391</guid>
      <link>http://www.corti.com/WebLogSascha/permalink.aspx/4e584a97-50ee-41b9-b858-c8a2f6094391</link>
      <pubDate>Thu, 17 Apr 2008 14:45:28 GMT</pubDate>
      <description>&lt;P&gt;The Microsoft Switzerland DPE Team yesterday ran an all-day hands-on lab on the subject of Silverlight 2 Beta 1 in Zürich. This blog post's purpose in life is to share the&amp;nbsp;lab with you in case you want to try it for yourself to quickly get started with Silverlight 2.&lt;/P&gt;
&lt;P&gt;Goal of the lab was to build a full featured Silverlight application from scratch that acts as a rich, interactive data-driven car-finder application, based on the &lt;A href="http://www.silverlightchallenge.ch/"&gt;Comparis Silverlight Challenge&lt;/A&gt; sample solution. This challenge runs until June 22, 2008 and will award the best Silverlight solution that implement new and creative ways to use a RIA to visualize automobile advertisements.&lt;/P&gt;
&lt;P&gt;The lab can be perfectly run without taking part in the challenge, but gives a great start to everyone looking to get up to speed quickly and to build a solution and participate in the competition.&lt;/P&gt;
&lt;P align=center&gt;&lt;IMG height=390 alt=hol_app.png src="/sascha/pictures/hol_app.png" width=498 border=0&gt;&lt;BR&gt;The finished Silverlight CarFinder application built in the hands-on lab.&lt;/P&gt;
&lt;P&gt;The lab itself consist of a 50 page document, explaining everything from installing the Silverlight SDK on your computer to building the entire application, step by step and a sample solution containing the necessary sample-data and web services.&lt;/P&gt;
&lt;P&gt;The lab teaches the use of Expression Blend 2.5 from ground up to create Silverlight 2 XAML user interfaces, build custom controls and create skins and templates for the controls. Visual Studio 2008 is then used to create the C#-based application-logic, consume the WCF based web services and data-bind them to the Silverlight user interface.&lt;/P&gt;
&lt;P align=center&gt;&lt;IMG height=347 alt=hol_samples.png src="/sascha/pictures/hol_samples.png" width=723 border=0&gt;&lt;/P&gt;
&lt;P&gt;The English version of the complete lab as well as the slides and the demo code that we presented before the lab can now be downloaded from the &lt;A href="http://www.microsoft.com/switzerland/msdn/de/events/eventdetail.mspx?EventID=1032374073"&gt;Swiss MSDN Site&lt;/A&gt; or via the following, direct links:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://download.microsoft.com/download/5/8/3/583e4709-dd7e-464a-bfb5-d67f49867afe/HOL_Silverlight_Manual.zip"&gt;Silverlight Hands-On Lab &amp;amp; Manual&lt;/A&gt;&lt;BR&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://download.microsoft.com/download/5/8/3/583e4709-dd7e-464a-bfb5-d67f49867afe/TechTalk_Silverlight_Part1_Demo.zip"&gt;Silverlight TechTalk Part 1: Intro &amp;amp; building a data-driven application - Demo Code&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://download.microsoft.com/download/5/8/3/583e4709-dd7e-464a-bfb5-d67f49867afe/TechTalk_Silverlight_Part1_Presentation.pptx"&gt;Silverlight TechTalk Part 1: Intro &amp;amp; building a data-driven application - Slide Deck&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://download.microsoft.com/download/5/8/3/583e4709-dd7e-464a-bfb5-d67f49867afe/TechTalk_Silverlight_Part2_Demos.zip"&gt;Silverlight TechTalk Part 2: Control templating, isolated storage &amp;amp; Deep Zoom - Demo Code&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://download.microsoft.com/download/5/8/3/583e4709-dd7e-464a-bfb5-d67f49867afe/TechTalk_Silverlight_Part2_Presentation.pptx"&gt;Silverlight TechTalk Part 2: Control templating, isolated storage &amp;amp; Deep Zoom - Slide Deck&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P align=center&gt;Enjoy!&lt;/P&gt;</description>
      <comments>http://www.corti.com/WebLogSascha/commentview.aspx/4e584a97-50ee-41b9-b858-c8a2f6094391</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <title>Twitter in Plain English</title>
      <guid>http://www.corti.com/WebLogSascha/permalink.aspx/70697ab9-a87a-4431-8006-e28a948d26fd</guid>
      <link>http://www.corti.com/WebLogSascha/permalink.aspx/70697ab9-a87a-4431-8006-e28a948d26fd</link>
      <pubDate>Fri, 07 Mar 2008 10:27:47 GMT</pubDate>
      <description>What a great explanation of &lt;A href="http://twitter.com/"&gt;Twitter&lt;/A&gt;! I get asked a lot about Twitter, how it makes sense, if it will survive and if it isn't just a total waste-o-time as I am the only "&lt;A href="http://twitter.com/techpreacher"&gt;Twitterer&lt;/A&gt;" here at the office. 
&lt;P&gt;
&lt;OBJECT height=355 width=425&gt;&lt;PARAM NAME="movie" VALUE="http://www.youtube.com/v/ddO9idmax0o&amp;amp;rel=1&amp;amp;border=0"&gt;&lt;PARAM NAME="wmode" VALUE="transparent"&gt;
&lt;embed src="http://www.youtube.com/v/ddO9idmax0o&amp;rel=1&amp;border=0" type="application/x-shockwave-flash" wmode="transparent"width="425" height="355"&gt;&lt;/embed&gt;&lt;/OBJECT&gt;&lt;/P&gt;
&lt;P&gt;(When mentioning Twitter, I also want to point out &lt;A href="http://twitxr.com/"&gt;Twitxr&lt;/A&gt; (Photo-Twittering))&lt;/P&gt;</description>
      <comments>http://www.corti.com/WebLogSascha/commentview.aspx/70697ab9-a87a-4431-8006-e28a948d26fd</comments>
      <category>WebLogging</category>
    </item>
    <item>
      <title>Guy Kawasaki &amp; Steve Ballmer</title>
      <guid>http://www.corti.com/WebLogSascha/permalink.aspx/e5355428-727a-4569-bfe4-84753d71c603</guid>
      <link>http://www.corti.com/WebLogSascha/permalink.aspx/e5355428-727a-4569-bfe4-84753d71c603</link>
      <pubDate>Fri, 07 Mar 2008 09:52:57 GMT</pubDate>
      <description>I am not usually a fan of interviews, but the &lt;A href="http://www.visitmix.com/"&gt;&lt;FONT color=#2b82d9&gt;Mix08&lt;/FONT&gt;&lt;/A&gt; dialogue between Steve Ballmer &amp;amp; Guy Kawasaki is really worth watching.
&lt;P&gt;Get your streams here: &lt;A href="http://wm.istreamplanet.com/customers/ms/750_microsoft_mix_080306.asx"&gt;&lt;FONT color=#2b82d9&gt;750 kbps&lt;/FONT&gt;&lt;/A&gt;, &lt;A href="http://wm.istreamplanet.com/customers/ms/300_microsoft_mix_080306.asx"&gt;&lt;FONT color=#2b82d9&gt;300 kbps&lt;/FONT&gt;&lt;/A&gt;, &lt;A href="http://wm.istreamplanet.com/customers/ms/100_microsoft_mix_080306.asx"&gt;&lt;FONT color=#2b82d9&gt;100 kbps&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG height=242 alt=mix_kawasaki_ballmer.jpg src="/sascha/pictures/mix_kawasaki_ballmer.jpg" width=423 border=0&gt;&lt;/P&gt;</description>
      <comments>http://www.corti.com/WebLogSascha/commentview.aspx/e5355428-727a-4569-bfe4-84753d71c603</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <title>Getting started with Silverlight 2 Beta 1!</title>
      <guid>http://www.corti.com/WebLogSascha/permalink.aspx/d425c9f5-7555-4155-bb9b-a7336dd5fbf0</guid>
      <link>http://www.corti.com/WebLogSascha/permalink.aspx/d425c9f5-7555-4155-bb9b-a7336dd5fbf0</link>
      <pubDate>Thu, 06 Mar 2008 17:33:33 GMT</pubDate>
      <description>&lt;P&gt;&lt;A href="http://www.visitmix.com/"&gt;Mix08&lt;/A&gt; is rolling and one of the hot announcements certainly is the availability of Silverlight 2 Beta 1. It's certainly worth having a look at the &lt;A href="http://www.visitmix.com/blogs/Joshua/Day-1-Keynote/"&gt;2.5 hour keynote&lt;/A&gt; and/or read &lt;A href="http://blogs.msdn.com/tims/archive/2008/03/05/mix08-keynote-live-blog.aspx"&gt;Tim Sneath's keynote live blog&lt;/A&gt; which covers all the important announcements.&lt;/P&gt;
&lt;P&gt;To get started using Silverlight 2 Beta 1, the Silverlight "&lt;A href="http://silverlight.net/GetStarted/"&gt;Get started&lt;/A&gt;" page has all the downloads you need (towards the bottom of the page). Note however that if you install the Microsoft Silverlight Tools Beta 1 for Visual Studio 2008, you will not be needing the Silverlight 2 Beta 1 SDK (which is already included in the VS Add-On and which blocks the installation if present.)&lt;/P&gt;
&lt;P&gt;Make sure to remove Silverlight 1.1 Alpha bits (runtime) and SDK as well as the Visual Studio 2008 Add-On for Silverlight 1.1 Alpha before installing the new bits.&lt;/P&gt;
&lt;P&gt;The SDK has all the Visual Studio help system documentation, but does not provide the stand-alone CHM file which I usually like to keep open in the background. You can however download the &lt;A href="http://msdn2.microsoft.com/en-us/library/bb404703.aspx"&gt;SDK's CHM from here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;In order to get the Silverlight SDK documentation to be displayed by the Visual Studio help system, you have to follow the following steps:&lt;/P&gt;
&lt;P&gt;1. Open Visual Studio (you might have to open VS as an administrator). &lt;BR&gt;2. In the Help menu, choose Index. Microsoft Document Explorer displays. &lt;BR&gt;3. In the Filtered by: drop-down, choose to (unfiltered).&lt;BR&gt;4. In the Look for field, type Collection Manager.&lt;BR&gt;5. Below the Collection Manager heading, double click Help.&lt;BR&gt;6. Below the Collections available for inclusion in VSCC heading, check Microsoft Silverlight 2 SDK Documentation.&lt;BR&gt;7. Click Update VSCC.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://weblogs.asp.net/bradleyb/archive/2008/03/06/installation-tips-for-sivliverlight-tools-beta-1-for-visual-studio-2008.aspx"&gt;BradleyB&lt;/A&gt; has a great write-up on his blog on how to exactly install the bits and solve possible trouble you might be hitting.&lt;/P&gt;
&lt;P&gt;Finally, to learn what's new in Silverlight 2 Beta 1, these links will provide useful:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://silverlight.net/community/communitygallery.aspx"&gt;Silverlight gallery including Silverlight 2 Beta 1 samples&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://silverlight.net/quickstarts/managed.aspx"&gt;Silverlight 2 Beta 1 quick starts / sample code&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://silverlight.net/learn/labs.aspx"&gt;Silverlight 2 Beta 1 Hands-on labs&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;And, totally off topic, check out the awesome Internet Explorer 8 shirt worn by Dean Hachamovitch during the Mix08 keynote:&lt;/P&gt;
&lt;P&gt;&lt;IMG height=252 alt=ie_8..jpg src="/sascha/pictures/ie_8..jpg" width=278 border=0&gt;&lt;/P&gt;</description>
      <comments>http://www.corti.com/WebLogSascha/commentview.aspx/d425c9f5-7555-4155-bb9b-a7336dd5fbf0</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <title>3G iPhone looks?</title>
      <guid>http://www.corti.com/WebLogSascha/permalink.aspx/6fcec5a0-2fd0-4315-9650-3f50a76aa051</guid>
      <link>http://www.corti.com/WebLogSascha/permalink.aspx/6fcec5a0-2fd0-4315-9650-3f50a76aa051</link>
      <pubDate>Tue, 04 Mar 2008 18:06:37 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;
    &lt;p&gt;
        [Edit: I would bet on a fake, as the logo doesn't look like Swisscom's, plus 9to5
        Mac mentions a fake in their post...]
    &lt;/p&gt;
    &lt;p&gt;
        I just read the news over on &lt;a href="http://www.9to5mac.com/iphone_european_launches6"&gt;9to5
        Mac&lt;/a&gt; and saw the following picture which besides the April 4 availability of the
        iPhone in Switzerland (by Swisscom), shows an iPhone of a different size! This thing's
        display is 3 by 4 "icons" big, not the original 4 by 5 "icons" on the home screen!
        Will it be smaller? Or is this a fake?
    &lt;/p&gt;
    &lt;p&gt;
        &lt;img height="500" alt="swisscom_iphone.jpg" src="/sascha/pictures/swisscom_iphone.jpg" width="375" border="0" /&gt;
    &lt;/p&gt;
&lt;/body&gt;</description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
        [Edit: I would bet on a fake, as the logo doesn't look like Swisscom's, plus 9to5
        Mac mentions a fake in their post...]
    </p>
        <p>
        I just read the news over on <a href="http://www.9to5mac.com/iphone_european_launches6">9to5
        Mac</a> and saw the following picture which besides the April 4 availability of the
        iPhone in Switzerland (by Swisscom), shows an iPhone of a different size! This thing's
        display is 3 by 4 "icons" big, not the original 4 by 5 "icons" on the home screen!
        Will it be smaller? Or is this a fake?
    </p>
        <p>
          <img height="500" alt="swisscom_iphone.jpg" src="/sascha/pictures/swisscom_iphone.jpg" width="375" border="0" />
        </p>
      </body>
      <comments>http://www.corti.com/WebLogSascha/commentview.aspx/6fcec5a0-2fd0-4315-9650-3f50a76aa051</comments>
      <category>Apple</category>
    </item>
    <item>
      <title>Wow! I can now park at Black Mesa Inc.</title>
      <guid>http://www.corti.com/WebLogSascha/permalink.aspx/b172a36b-9374-45a4-a54f-a3e46b4a2c51</guid>
      <link>http://www.corti.com/WebLogSascha/permalink.aspx/b172a36b-9374-45a4-a54f-a3e46b4a2c51</link>
      <pubDate>Mon, 25 Feb 2008 09:43:01 GMT</pubDate>
      <description>&lt;P&gt;OK, this is an absolutely lovely idea. The &lt;A href="http://store.valvesoftware.com/"&gt;Valve store&lt;/A&gt; now offers "Black Mesa" and "Aperture Science Laboratories" parking permit decals for car windshields. Black Mesa is the evil research company that Gordon Freeman started working for in "&lt;A href="http://en.wikipedia.org/wiki/Half-Life"&gt;Half-Life&lt;/A&gt;". - Aperture Science is the mysterious company introduced in Half Life 2 Episode 2 and the main location of the i.m.o. most-amazing-game-ever-to-be-released "&lt;A href="http://en.wikipedia.org/wiki/Valve_Portal"&gt;Portal&lt;/A&gt;".&lt;/P&gt;
&lt;P&gt;I was lucky enough to get my hands on one of each of them and now my little monster:&lt;/P&gt;
&lt;P&gt;&lt;IMG height=480 alt=black_mesa1.jpg src="/sascha/pictures/black_mesa1.jpg" width=640 border=0&gt;&lt;/P&gt;is allowed to park at "Black Mesa".
&lt;P&gt;&lt;IMG height=480 alt=black_mesa2.jpg src="/sascha/pictures/black_mesa2.jpg" width=640 border=0&gt;&lt;/P&gt;</description>
      <comments>http://www.corti.com/WebLogSascha/commentview.aspx/b172a36b-9374-45a4-a54f-a3e46b4a2c51</comments>
      <category>Games</category>
    </item>
    <item>
      <title>Skydrive Capacity extended to 5GB!</title>
      <guid>http://www.corti.com/WebLogSascha/permalink.aspx/343ce0ec-bd7b-4558-a403-1e1762cb7a4c</guid>
      <link>http://www.corti.com/WebLogSascha/permalink.aspx/343ce0ec-bd7b-4558-a403-1e1762cb7a4c</link>
      <pubDate>Mon, 25 Feb 2008 09:28:25 GMT</pubDate>
      <description>&lt;P&gt;Skydrive Capacity extended to 5GB!You may already be using SkyDrive, but if you are looking for a well done, free solution for online file-storage, &lt;A href="http://skydrive.live.com/"&gt;http://skydrive.live.com&lt;/A&gt; has upped its capacity to 5GB per Live ID and is available in 38 countries *drumroll* including Switzerland!&lt;/P&gt;
&lt;P&gt;Also, SkyDrive allows you to selectively configure folders for personal use, to share with some of your friends or the whole world and offers a really nice UI including thumbnails of uploaded image files.&lt;/P&gt;</description>
      <comments>http://www.corti.com/WebLogSascha/commentview.aspx/343ce0ec-bd7b-4558-a403-1e1762cb7a4c</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <title>Claiming this Blog!</title>
      <guid>http://www.corti.com/WebLogSascha/permalink.aspx/b312ece4-3f1c-4035-bac4-d00d8adc4b17</guid>
      <link>http://www.corti.com/WebLogSascha/permalink.aspx/b312ece4-3f1c-4035-bac4-d00d8adc4b17</link>
      <pubDate>Thu, 21 Feb 2008 09:52:56 GMT</pubDate>
      <description>&lt;P&gt;Claiming this Blog in the name of ... *cough* ... myself!&lt;/P&gt;
&lt;P&gt;&lt;A href="http://technorati.com/claim/j2kwtx7wuv" rel=me&gt;Technorati Profile&lt;/A&gt;&lt;/P&gt;</description>
      <comments>http://www.corti.com/WebLogSascha/commentview.aspx/b312ece4-3f1c-4035-bac4-d00d8adc4b17</comments>
      <category>WebLogging</category>
    </item>
    <item>
      <title>Say hi to Twitxr Micro-Photo-Blogging!</title>
      <guid>http://www.corti.com/WebLogSascha/permalink.aspx/ef7f6364-b105-40f2-b06c-afc0633caabd</guid>
      <link>http://www.corti.com/WebLogSascha/permalink.aspx/ef7f6364-b105-40f2-b06c-afc0633caabd</link>
      <pubDate>Tue, 19 Feb 2008 11:17:56 GMT</pubDate>
      <description>&lt;TABLE style="WIDTH: 100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;My fingers really don't like typing the new URL after using &lt;A href="http://twitter.com/"&gt;Twitter.com&lt;/A&gt; for so long, but &lt;A href="http://twitxr.com/"&gt;Twitxr.com&lt;/A&gt; is really worth a visit!&lt;/TD&gt;
&lt;TD&gt;&lt;IMG height=70 src="http://twitxr.com/img/logo.gif" width=199&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;It is a Twitter-like micro-blogging site that includes photos and locations. Some of the very neat features include the &lt;A href="http://twitxr.com/friendsmap"&gt;friends-map/a&amp;gt;, showing where your Twitxr buddies are posting from. This also enables you to discover new Twitxr-ers in your vincinity.&lt;/P&gt;
&lt;P&gt;Last but not least is the very cool iPhone Twitxr app - snap a photo, type a comment and hit a button - done. All you need is a Jailbroken iPhone (I recommend visiting &lt;A href="http://www.ziphone.org/"&gt;Zibri&lt;/A&gt; and the brilliant &lt;A href="http://iclarified.com/entries/index.php?caid=2&amp;amp;scid=11"&gt;iClarified tutorials&lt;/A&gt; for that). It works like a charm on my 1.1.3 iPhone.&lt;/P&gt;
&lt;P&gt;AAlso, Twitxr will allow you to generate a unique email address that you can use to send your photos to if you have a different, internet-enabled camera-phone.&lt;/P&gt;
&lt;P&gt;Micro-blogging sites are really growing like crazy... I wonder, where this is headed! So far, you can follow me on:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Twitter: &lt;A href="http://twitter.com/techpreacher"&gt;http://twitter.com/techpreacher&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Pownce: &lt;A href="http://pownce.com/techpreacher"&gt;http://pownce.com/techpreacher&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Twitxr: &lt;A href="http://twitxr.com/techpreacher"&gt;http://twitxr.com/techpreacher&lt;/A&gt; &lt;/LI&gt;&lt;/UL&gt;</description>
      <comments>http://www.corti.com/WebLogSascha/commentview.aspx/ef7f6364-b105-40f2-b06c-afc0633caabd</comments>
      <category>WebLogging</category>
    </item>
    <item>
      <title>The "Syndicated Client Experiences Starter Kit &amp; Reader SDK"</title>
      <guid>http://www.corti.com/WebLogSascha/permalink.aspx/bf50dc40-4814-4068-b7b8-079fa7a60277</guid>
      <link>http://www.corti.com/WebLogSascha/permalink.aspx/bf50dc40-4814-4068-b7b8-079fa7a60277</link>
      <pubDate>Tue, 22 Jan 2008 17:49:43 GMT</pubDate>
      <description>&lt;P&gt;A new, highly interesting project with a terribly long name: Microsoft now offers the "&lt;A href="http://windowsclient.net/wpf/starter-kits/sce.aspx"&gt;Syndicated Client Experiences Starter Kit &amp;amp; Reader SDK&lt;/A&gt;" for download.&lt;/P&gt;
&lt;P&gt;If you know the &lt;A href="http://select.nytimes.com/gst/timesreader.html"&gt;New York Times Reader&lt;/A&gt;, you have seen what you will be able to build using this SDK - a WPF based fat *cough* smart client, that enables the visualization and synchronization of text, pictures, videos and podcasts with a server.&lt;/P&gt;
&lt;P&gt;The strengths of the client are synchronization which uses the Microsoft Sync Framework based Subscription Center as well as visualization, that is completely configurable and optimized for on-screen reading of atricles.&lt;/P&gt;
&lt;P&gt;The site also offers a great, free sample of what can be done with the Syndicated Client Experiences Starter Kit &amp;amp; Reader SDK: The &lt;A href="http://windowsclient.net/apps/MsdnReaderSetup.exe"&gt;MSDN Reader&lt;/A&gt;.&lt;/P&gt;
&lt;P align=center&gt;&lt;IMG height=350 src="http://windowsclient.net/Themes/leanandgreen/images/SCE/msdnreader2.jpg" width=625&gt;&lt;BR&gt;Image courtesy of &lt;A href="http://windowsclient.net/wpf/starter-kits/sce/sce-get-more-details.aspx"&gt;windowsclient.net&lt;/A&gt;.&lt;/P&gt;</description>
      <comments>http://www.corti.com/WebLogSascha/commentview.aspx/bf50dc40-4814-4068-b7b8-079fa7a60277</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <title>Debugging into .NET Framework Source Code</title>
      <guid>http://www.corti.com/WebLogSascha/permalink.aspx/1c8474ed-8208-4efe-b12a-bf4e87a3b29e</guid>
      <link>http://www.corti.com/WebLogSascha/permalink.aspx/1c8474ed-8208-4efe-b12a-bf4e87a3b29e</link>
      <pubDate>Mon, 21 Jan 2008 16:31:28 GMT</pubDate>
      <description>&lt;body xmlns="http://www.w3.org/1999/xhtml"&gt;
    &lt;p&gt;
        As mentioned a while ago, Microsoft is releasing parts of the source code of the .NET
        framework which will allow you to debug from your code directly into the .NET framework
        source.
    &lt;/p&gt;
    &lt;p&gt;
        One of the best things is that you don't have to install everything onto your PC but
        can tell Visual Studio 2008 to get the symbol files from a server. 
    &lt;/p&gt;
    &lt;p&gt;
        All it takes is the installation of a &lt;a href="https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=10443&amp;amp;wa=wsignin1.0"&gt;Visual
        Studio 2008 QFE (KB944899)&lt;/a&gt;&amp;#160; and some configuration inside VS. I tried it
        today, it works like a charm.
    &lt;/p&gt;
    &lt;p&gt;
        To get started, have a look at Shawn Burke's post "&lt;a href="http://blogs.msdn.com/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx"&gt;Configuring
        Visual Studio to Debug .NET Framework Source Code&lt;/a&gt;".&amp;#160; Make sure to have a
        look at his "Advanced Users" section which contains some very interesting information
        on how and when Visual Studio loads the symbols from the server and how you can influence
        that.
    &lt;/p&gt;
    &lt;p&gt;
        &lt;a href="http://weblogs.asp.net/scottgu/archive/2008/01/16/net-framework-library-source-code-now-available.aspx"&gt;Scott
        Guthrie&lt;/a&gt; has written a good post on the subject as well. As always worth a look!
        (I feel like a suck-up now...)
    &lt;/p&gt;
&lt;/body&gt;</description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
        As mentioned a while ago, Microsoft is releasing parts of the source code of the .NET
        framework which will allow you to debug from your code directly into the .NET framework
        source.
    </p>
        <p>
        One of the best things is that you don't have to install everything onto your PC but
        can tell Visual Studio 2008 to get the symbol files from a server. 
    </p>
        <p>
        All it takes is the installation of a <a href="https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=10443&amp;wa=wsignin1.0">Visual
        Studio 2008 QFE (KB944899)</a>  and some configuration inside VS. I tried it
        today, it works like a charm.
    </p>
        <p>
        To get started, have a look at Shawn Burke's post "<a href="http://blogs.msdn.com/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx">Configuring
        Visual Studio to Debug .NET Framework Source Code</a>".  Make sure to have a
        look at his "Advanced Users" section which contains some very interesting information
        on how and when Visual Studio loads the symbols from the server and how you can influence
        that.
    </p>
        <p>
          <a href="http://weblogs.asp.net/scottgu/archive/2008/01/16/net-framework-library-source-code-now-available.aspx">Scott
        Guthrie</a> has written a good post on the subject as well. As always worth a look!
        (I feel like a suck-up now...)
    </p>
      </body>
      <comments>http://www.corti.com/WebLogSascha/commentview.aspx/1c8474ed-8208-4efe-b12a-bf4e87a3b29e</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <title>Visual Studio 2008 and Web Projects. A true Romance.</title>
      <guid>http://www.corti.com/WebLogSascha/permalink.aspx/b2bbded5-6544-46c9-bc9d-3f2f46e4c6b6</guid>
      <link>http://www.corti.com/WebLogSascha/permalink.aspx/b2bbded5-6544-46c9-bc9d-3f2f46e4c6b6</link>
      <pubDate>Tue, 11 Dec 2007 10:32:56 GMT</pubDate>
      <description>&lt;P&gt;With Visual Studio 2008 released, I was missing some features in the area of web projects – for example the ability to add AJAX extenders to regular ASP.NET Controls using a simple click on the Control’s “Tasks” icon.&lt;/P&gt;
&lt;P&gt;&lt;IMG height=427 alt=vs2008_1.jpg src="/sascha/pictures/vs2008_1.jpg" width=439 border=0&gt;&lt;/P&gt;
&lt;P&gt;This was possible in Visual Studio 2008 Beta 2 using the “ASP.NET Futures CTP (July)” which wasn’t built for Visual Studio 2008 RTM.&lt;/P&gt;
&lt;P&gt;Now however, there is the “&lt;A href="http://www.asp.net/downloads/3.5-extensions/"&gt;Microsoft ASP.NET 3.5 Extensions Preview&lt;/A&gt;” which re-enables these features – among a myriad of other amazing things, namely:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;ASP.NET MVC (A model-view-controller for ASP.NET 3.5)&lt;/LI&gt;
&lt;LI&gt;ASP.NET Dynamic Data &lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(Build code-less, simple, data-driven apps)&lt;/LI&gt;
&lt;LI&gt;ASP.NET AJAX (as described above)&lt;/LI&gt;
&lt;LI&gt;ADO.NET Entity Framework (Modeling framework for database schemas)&lt;/LI&gt;
&lt;LI&gt;ADO.NET Data Services (find, manipulate and deliver data using URIs)&lt;/LI&gt;
&lt;LI&gt;Silverlight Controls for ASP.NET (two ASP.NET server-side controls to embed Silverlight XAML objects and Media elements into ASP.NET solutions without any scripting)&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;To fully benefit from the ASP.NET AJAX enhancements in this add-on, you should also get the “&lt;A href="http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx?ReleaseId=8513"&gt;AJAX Control Toolkit for the .NET Framework 3.5&lt;/A&gt;” unzip it, build the project and add a reference to “…\AjaxControlToolkit\bin\Debug\AjaxControlToolkit.dll” to your Visual Studio 2008 Toolbox / projects.&lt;/P&gt;
&lt;P&gt;I recommend reading &lt;A href="http://weblogs.asp.net/scottgu/archive/2007/12/09/asp-net-3-5-extensions-ctp-preview-released.aspx"&gt;Scott Guthrie’s excellenct posts&lt;/A&gt; on the subject and watching Scott Hanselman’s “&lt;A href="http://www.hanselman.com/blog/ASPNET35ExtensionsPlusMVCHowToScreencast.aspx"&gt;ASP.NET 3.5 Extensions - plus MVC How-To Screencast&lt;/A&gt;” to get you started.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://download.microsoft.com/download/f/e/b/febedc0c-dd47-4062-ad53-40e34d556a5d/ScottHanselmanIntroToMVC.wmv"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN: 0px 0px 5px 5px; BORDER-RIGHT-WIDTH: 0px" height=270 alt="Windows Media Player" src="http://www.hanselman.com/blog/content/binary/WindowsLiveWriter/ASP.NE.5ExtensionsplusMVCHowToScreencast_132B9/Windows%20Media%20Player_3.png" width=350 align=center border=0&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <comments>http://www.corti.com/WebLogSascha/commentview.aspx/b2bbded5-6544-46c9-bc9d-3f2f46e4c6b6</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <title>Live Labs announces Volta!</title>
      <guid>http://www.corti.com/WebLogSascha/permalink.aspx/671ec2a2-f8e0-47c2-ae7b-c0e12f444ad8</guid>
      <link>http://www.corti.com/WebLogSascha/permalink.aspx/671ec2a2-f8e0-47c2-ae7b-c0e12f444ad8</link>
      <pubDate>Fri, 07 Dec 2007 15:17:19 GMT</pubDate>
      <description>&lt;TABLE style="WIDTH: 100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;Metablogging via &lt;A href="http://labs.live.com/"&gt;Live labs&lt;/A&gt;: The &lt;A href="http://labs.live.com/Announcing+Volta+Web+Development+Using+Only+The+Materials+In+The+Room.aspx"&gt;announcement&lt;/A&gt; of &lt;A href="http://labs.live.com/volta"&gt;Volta&lt;/A&gt;, downloadable as technology preview for Visual Studio 2008 (release).&lt;/P&gt;
&lt;P&gt;It is described as a developer toolset for building multi-tier web applications using existing and familiar tools, techniques and patterns in a declarative manner. This makes it possible for developers do make architectural decisions on which parts of their applications execute in which tier (backend, middle, user-interface/browser) very late in the project. Furthermore, Volta offers great, built-in profiling tools, helping to support the late-bound architectural decisions.&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;IMG height=75 src="http://labs.live.com/volta/images/logo-volta.png" width=189&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;This is perfect for Software + Services scenarios!&lt;/P&gt;
&lt;P&gt;I highly recommend having a look at the &lt;A href="http://labs.live.com/volta/docs/"&gt;Volta Fundamentals&lt;/A&gt; and following the &lt;A href="http://labs.live.com/volta/docs/quickstart.aspx"&gt;"Getting Started: &lt;BR&gt;Building an Application with Volta in 8 Steps"&lt;/A&gt; tutorial.&lt;/P&gt;</description>
      <comments>http://www.corti.com/WebLogSascha/commentview.aspx/671ec2a2-f8e0-47c2-ae7b-c0e12f444ad8</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <title>Social Networking gone Berserk? Or am I wrong?</title>
      <guid>http://www.corti.com/WebLogSascha/permalink.aspx/ee178261-40b3-442d-8f8c-42c622319b2b</guid>
      <link>http://www.corti.com/WebLogSascha/permalink.aspx/ee178261-40b3-442d-8f8c-42c622319b2b</link>
      <pubDate>Fri, 07 Dec 2007 14:57:06 GMT</pubDate>
      <description>&lt;P&gt;This is really weird. I keep getting invitations from &amp;lt;meetyourmessenger dot ch&amp;gt; (sorry no link love from this site...) that presents itself to me as a page that builds a virtual map on top of the Live Messenger network, helping me to enhance my social network. Yay.&lt;/P&gt;
&lt;P&gt;The first thing that I see is this dialog, that wants my name... check, my e-mail... okay, okay, my Live messenger account e-mail... hmmm. and - what? - my messenger password?&lt;/P&gt;
&lt;P align=center&gt;&lt;IMG height=348 alt=meetyourmessenger_ch_detail.jpg src="/sascha/pictures/meetyourmessenger_ch_detail.jpg" width=299 border=0&gt;&lt;/P&gt;
&lt;P&gt;Let's say I use my live ID to sign in to several sites, for example my MSDN subscriptions where I can download all Microsoft software... Why would I simply give awaz my Live.com username and password into ANY site, that presents itself as YASNS (yet another social networking site?) Isn't this madness? Or am I getting this wrong?&lt;/P&gt;</description>
      <comments>http://www.corti.com/WebLogSascha/commentview.aspx/ee178261-40b3-442d-8f8c-42c622319b2b</comments>
      <category>Internet</category>
    </item>
    <item>
      <title>Just the perfect Internet Radio</title>
      <guid>http://www.corti.com/WebLogSascha/permalink.aspx/12d66996-4e8f-48db-a9be-ef74b0e8387a</guid>
      <link>http://www.corti.com/WebLogSascha/permalink.aspx/12d66996-4e8f-48db-a9be-ef74b0e8387a</link>
      <pubDate>Fri, 07 Dec 2007 13:32:48 GMT</pubDate>
      <description>&lt;TABLE style="WIDTH: 100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;This is incredible! I like un-intrusive music to work as we are located in large, open offices - very nice but noisy at times (hello Rolf!). I listen to my albums on my UMPC, but they get stale after a while... I have now discovered "&lt;A href="http://somafm.com/play/groovesalad"&gt;soma FM groovesalad&lt;/A&gt;" thanks to &lt;A href="http://lifehacker.com/"&gt;lifehacker&lt;/A&gt;. A continuous stream of great ambient music, great for work!&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;IMG src="http://somafm.com/img/GrooveSaladBox.jpg"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;To fully enjoy it with &lt;A href="http://www.microsoft.com/windowsmedia"&gt;Windows Meida Player&lt;/A&gt;, there is a little tweaking to be done however...&lt;/P&gt;
&lt;P&gt;You get a .PLS (playlist) file from soma FM that Windows Media Player doesn't understand. No problem, &lt;A href="http://weblogs.asp.net/jgalloway/archive/2004/04/08/109672.aspx"&gt;John Galloway has blessed us with a tiny helper app&lt;/A&gt; that teaches the beloved media player to interpret these files.&lt;/P&gt;
&lt;P&gt;Secondly, while you are at it, but fully optional is the installation of the K-Lite codec pack for Windows Media Player. Absolutely not needed for soma FM, but hey, What is a media player without all the codecs?&lt;/P&gt;
&lt;P&gt;Third, and fully optional again, &lt;A href="http://www.soundspectrum.com/index.html?src=MSFT_vizpage"&gt;soundspectrum has a great visualization&lt;/A&gt; for Windows Media Player called "softskies". It produces real-time realistic sky/cloud-simulation to the music playing. The perfect office-Zen-addition!&lt;/P&gt;</description>
      <comments>http://www.corti.com/WebLogSascha/commentview.aspx/12d66996-4e8f-48db-a9be-ef74b0e8387a</comments>
      <category>Internet</category>
    </item>
    <item>
      <title>Expression Blend 2 December CTP</title>
      <guid>http://www.corti.com/WebLogSascha/permalink.aspx/8452270b-f2f8-409b-a399-9dab3a24bcbd</guid>
      <link>http://www.corti.com/WebLogSascha/permalink.aspx/8452270b-f2f8-409b-a399-9dab3a24bcbd</link>
      <pubDate>Fri, 07 Dec 2007 13:18:35 GMT</pubDate>
      <description>&lt;P&gt;Today, &lt;A href="http://www.microsoft.com/expression/products/download.aspx?key=blend2preview"&gt;Expression Blend 2 December CTP&lt;/A&gt; has been made available! It's the tool for WPF, &lt;A href="http://www.silverlight.net/"&gt;Silverlight 1.0 and 1.1&lt;/A&gt; (soon to be called 2.0) projects. It works smoothly with Expression Design (now in SP1) and Visual Studio 2008.&lt;/P&gt;
&lt;P&gt;At a first glance, I am still missing the possibility to use the tool to add events to my Silverlight projects, but the new "Objects and Timeline" control is wonderful, allowing me to create, duplicate, reverse, delete and rename my storyboards.&lt;/P&gt;
&lt;P&gt;Also, code synchronization in the split view is a good thing. As soon as I select a XAML object in the designer, the corresponding code is highlighted. Nice.&lt;/P&gt;
&lt;P&gt;Remember that you will need to install the &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=25144C27-6514-4AD4-8BCB-E2E051416E03&amp;amp;displaylang=en"&gt;Microsoft Silverlight 1.1 Tools Alpha for Visual Studio 2008&lt;/A&gt; to get the Silverlight 1.1 project tpye in Expression Blend 2.&lt;/P&gt;</description>
      <comments>http://www.corti.com/WebLogSascha/commentview.aspx/8452270b-f2f8-409b-a399-9dab3a24bcbd</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <title>Tame Internet TV with Miro!</title>
      <guid>http://www.corti.com/WebLogSascha/permalink.aspx/04f11d3d-8d1c-4c6b-bd85-43d614c64040</guid>
      <link>http://www.corti.com/WebLogSascha/permalink.aspx/04f11d3d-8d1c-4c6b-bd85-43d614c64040</link>
      <pubDate>Fri, 30 Nov 2007 10:07:37 GMT</pubDate>
      <description>&lt;TABLE style="WIDTH: 100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;This is one of the hottest applications I have downloaded in a while - &lt;A href="http://www.getmiro.com/"&gt;Miro&lt;/A&gt;. Think of iTunes / RSS reader for Internet TV. It offers a wonderful channel guide, allows subscribing to feeds, plays most any video formats, does bit-torrent if the internet-video-site offers it, and most importantly, manages the lifetime of your downloaded videos. By default, watched videos expire after five days after which they get deleted automatically. You can tell Miro to automatically download new/all videos in a channel or just tell you if there is anything new.&lt;/P&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;IMG height=80 src="http://www.getmiro.com/img/sub-logo.png" width=185&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;Miro is a n open source project and runs equally well on PC and on Mac OS (a tad smoother on the Mac in my opinion).&lt;/P&gt;
&lt;P class=style1&gt;&lt;IMG height=453 src="http://www.getmiro.com/screenshots/win/shots/channel.jpg" width=700&gt;&lt;/P&gt;</description>
      <comments>http://www.corti.com/WebLogSascha/commentview.aspx/04f11d3d-8d1c-4c6b-bd85-43d614c64040</comments>
      <category>Internet</category>
    </item>
    <item>
      <title>ASP.NET MVC is coming</title>
      <guid>http://www.corti.com/WebLogSascha/permalink.aspx/c92af9c6-809f-4d87-bc61-4d22c3c8c1b8</guid>
      <link>http://www.corti.com/WebLogSascha/permalink.aspx/c92af9c6-809f-4d87-bc61-4d22c3c8c1b8</link>
      <pubDate>Fri, 30 Nov 2007 09:47:21 GMT</pubDate>
      <description>&lt;P&gt;Metablogging. Call me a "fanboy" but these two articles by Scott Guthrie on the coming ASP.NET Model-View-Controller are too good not to mention...&lt;/P&gt;
&lt;P&gt;&lt;A href="http://weblogs.asp.net/scottgu/archive/2007/10/14/asp-net-mvc-framework.aspx"&gt;ASP.NET MVC Overview&lt;/A&gt; and &lt;A href="http://weblogs.asp.net/scottgu/archive/2007/11/13/asp-net-mvc-framework-part-1.aspx"&gt;ASP.NET MVC Framework drilldown 1&lt;/A&gt; (this is more of a whitepaper than a blog post. Amazing.)&lt;/P&gt;</description>
      <comments>http://www.corti.com/WebLogSascha/commentview.aspx/c92af9c6-809f-4d87-bc61-4d22c3c8c1b8</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <title>Scott Guthrie's great Update for ASP.NET Developers</title>
      <guid>http://www.corti.com/WebLogSascha/permalink.aspx/2bcf536e-1fcf-436d-be41-55e27f17d5be</guid>
      <link>http://www.corti.com/WebLogSascha/permalink.aspx/2bcf536e-1fcf-436d-be41-55e27f17d5be</link>
      <pubDate>Fri, 30 Nov 2007 09:26:13 GMT</pubDate>
      <description>&lt;P&gt;Metablogging: Scott Guthrie posted a very informative article on the upcoming changes to the Microsoft world of web apps and RIAs &lt;A href="http://weblogs.asp.net/scottgu/archive/2007/11/29/net-web-product-roadmap-asp-net-silverlight-iis7.aspx"&gt;here&lt;/A&gt;. &lt;/P&gt;
&lt;P&gt;It outlines &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;the soon-to-release source-code for the .NET framework libraries, enabling developers to debug into the .NET framework source, hosted on a Microsoft server&lt;/LI&gt;
&lt;LI&gt;the announcement of "ASP.NET 3.5 extensions", an advance to the current "ASP.NET futures CTP"&lt;/LI&gt;
&lt;LI&gt;The planned Silverlight 2.0 roadmap, replacing and greatly enhancing the current Silverlight 1.1 alpha and&lt;/LI&gt;
&lt;LI&gt;Many news on IIS7.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;If you are using Visual Studio 2008 / Expression Blend 2 September CTP and want to create Silverlight 1.1 alpha projects, there is now a download for the "&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=25144C27-6514-4AD4-8BCB-E2E051416E03&amp;amp;displaylang=en"&gt;Microsoft Silverlight 1.1 Tools Alpha for Visual Studio 2008 RTM&lt;/A&gt;". Yay!&lt;/P&gt;</description>
      <comments>http://www.corti.com/WebLogSascha/commentview.aspx/2bcf536e-1fcf-436d-be41-55e27f17d5be</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <title>SQL Server 2008 - Working with Geographical Data</title>
      <guid>http://www.corti.com/WebLogSascha/permalink.aspx/b41df840-f14f-49e4-b697-81c20e3b7ea2</guid>
      <link>http://www.corti.com/WebLogSascha/permalink.aspx/b41df840-f14f-49e4-b697-81c20e3b7ea2</link>
      <pubDate>Tue, 06 Nov 2007 10:10:21 GMT</pubDate>
      <description>&lt;TABLE style="WIDTH: 100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;I just learned that in &lt;A href="http://www.microsoft.com/sql/2008/default.mspx"&gt;SQL Server 2008&lt;/A&gt;, you will be able to work with geographical- and geometrical data as well as integrate with the Virtual Earth SDK. So it will be very simple to write a query that for example finds points of interest stored in a database that are within a certain range of a route&amp;nbsp; - expressed as a multiline object and visualize the result in real-time on Virtual Earth.&lt;/TD&gt;
&lt;TD&gt;&lt;IMG height=45 src="/sascha/pictures/teched_developers.gif" width=174&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <comments>http://www.corti.com/WebLogSascha/commentview.aspx/b41df840-f14f-49e4-b697-81c20e3b7ea2</comments>
      <category>Microsoft</category>
    </item>
    <item>
      <title>Welcome to World of TechEd Craft!</title>
      <guid>http://www.corti.com/WebLogSascha/permalink.aspx/6d7f3da1-7781-43d5-8aea-9fad93c11a84</guid>
      <link>http://www.corti.com/WebLogSascha/permalink.aspx/6d7f3da1-7781-43d5-8aea-9fad93c11a84</link>
      <pubDate>Mon, 05 Nov 2007 18:01:32 GMT</pubDate>
      <description>&lt;P&gt;
&lt;TABLE style="WIDTH: 100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Hehe, arriving at &lt;A href="http://www.mseventseurope.com/TechEd/"&gt;TechEd Developers EMEA in Barcelona&lt;/A&gt;, I walked by the delegates laptop work area and I see WoW everywhere. Everybody is doing their daily quests. Then, in the keynote, a demo is shown of a project that takes Visual Studio 2008 Shell and creates an integrated IDE experience for LUA/Add-on writers for World of Warcraft. Amazing.&lt;/TD&gt;
&lt;TD&gt;&lt;IMG src="/sascha/pictures/teched_developers.gif"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;Some other, interesting topics announced include the availability of Visual Studio 2008 already in November this year and today’s availability of &lt;A href="http://msdn.microsoft.com/vstudio/express/popfly/PopflyForVisualStudio/default.aspx"&gt;Popfly Explorer Alpha for Visual Studio&lt;/A&gt;./p&amp;gt; 
&lt;P&gt;And I didn’t bring my WoW client with me! *sigh*&lt;/P&gt;</description>
      <comments>http://www.corti.com/WebLogSascha/commentview.aspx/6d7f3da1-7781-43d5-8aea-9fad93c11a84</comments>
      <category>Microsoft</category>
    </item>
  </channel>
</rss>