<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/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>Michael's Blog</title><link>http://weblogs.asp.net/mschwarz/default.aspx</link><description>ASP.NET and Embedded Development</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>.NET Micro Framework Library FusionWare.SPOT</title><link>http://weblogs.asp.net/mschwarz/archive/2008/04/29/net-micro-framework-library-fusionware-spot.aspx</link><pubDate>Mon, 28 Apr 2008 23:37:43 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6139955</guid><dc:creator>Michael Schwarz</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/rsscomments.aspx?PostID=6139955</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/commentapi.aspx?PostID=6139955</wfw:comment><comments>http://weblogs.asp.net/mschwarz/archive/2008/04/29/net-micro-framework-library-fusionware-spot.aspx#comments</comments><description>&lt;p&gt;Library of classes and tools useful for development with the Microsoft .NET Micro Framework. This library originally shipped as part of the SDK for the EmbeddedFusion &lt;a href="http://devicesolutions.net/Products/tabid/54/Default.aspx"&gt;Tahoe Development kit&lt;/a&gt;. All of the code was covered by a BSD like license, however since it was only included in the Tahoe kit that fact was lost and most users didn't realize that. So the plan came to place the code up on &lt;a href="http://www.codeplex.com/FusionWareSPOT"&gt;CodePlex&lt;/a&gt; so there as no confusion about what is covered under the BSD license. &lt;/p&gt;  &lt;p&gt;This is the new home of the FusionWare.SPOT libraries. We hope that developers will find this code useful in exploring and using the Microsoft .NET Micro Framework. We are excited about the future of the Micro Framework in embedded systems as it brings the development experience of .NET to embedded systems. There is a LOT of interest in the Micro Framework from hobbyists and academics as well as professional embedded developers. We hope these libraries make things easier and even more fun - enjoy!&lt;/p&gt;  &lt;p&gt;There are a number of useful classes in the FusionWare.SPOT libraries including:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Support for creating device drivers for devices attached to SPI and I2C buses&lt;/li&gt;    &lt;li&gt;Enhancements to simplify creation of custom emulators&lt;/li&gt;    &lt;li&gt;Classes for serial streams, MemoryStream and much much more!&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&lt;a href="http://www.codeplex.com/FusionWareSPOT/Release/ProjectReleases.aspx?ReleaseId=12764"&gt;Download it today&lt;/a&gt;, keep checking for updates and have lots of fun creating the next &amp;quot;gotta have it&amp;quot; gadget with the .NET Micro Framework!&lt;/p&gt;  &lt;p&gt;There are new &lt;a href="http://devicesolutions.net/Support/Downloads/tabid/63/Default.aspx"&gt;firmware updates&lt;/a&gt; available, too.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6139955" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mschwarz/archive/tags/.NET+Micro+Framework/default.aspx">.NET Micro Framework</category></item><item><title>MFDeploy and MAC Address / DHCP</title><link>http://weblogs.asp.net/mschwarz/archive/2008/04/18/mfdeploy-and-mac-address-dhcp.aspx</link><pubDate>Fri, 18 Apr 2008 21:27:29 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6111033</guid><dc:creator>Michael Schwarz</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/rsscomments.aspx?PostID=6111033</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/commentapi.aspx?PostID=6111033</wfw:comment><comments>http://weblogs.asp.net/mschwarz/archive/2008/04/18/mfdeploy-and-mac-address-dhcp.aspx#comments</comments><description>&lt;p&gt;Today I got a &lt;a href="http://www.ghielectronics.com/details.php?id=107"&gt;Embedded Master&lt;/a&gt; development kit from &lt;a href="http://www.ghielectronics.com/"&gt;GHI Electronics&lt;/a&gt;. First I tried the examples that are already on the board, wow, working great. To get a network application working I had to change the IP address (or change it to use DHCP). I downloaded &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=EB0EF2A6-03E2-402C-89A4-A636BD0080C5"&gt;MFDeploy&lt;/a&gt; (&lt;a href="http://msdn2.microsoft.com/en-us/library/cc311017.aspx"&gt;MSDN Library&lt;/a&gt;) from the Microsoft Download site. The manual says that you have to enter &lt;em&gt;00-21-03-80-00-00&lt;/em&gt; and for the last two numbers you have to use the hex value of the serial number of the board. I tried this but MFDeply didn't accept my value until I have noticed that I have to use the &lt;strong&gt;colon&lt;/strong&gt; instead of the dash as separator.&lt;/p&gt;  &lt;p&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="299" alt="image" src="http://www.ajaxpro.info/images/blog/MFDeployandMACAddressDHCP_149D1/image.png" width="436" border="0" /&gt; &lt;/p&gt;  &lt;p&gt;For those of you trying to use DHCP enter &lt;em&gt;0.0.0.0&lt;/em&gt; for all IP addresses, but don't forget to put in your MAC address as DHCP servers need this.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6111033" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mschwarz/archive/tags/.NET+Micro+Framework/default.aspx">.NET Micro Framework</category></item><item><title>TFT LCD Support for Embedded Master Module</title><link>http://weblogs.asp.net/mschwarz/archive/2008/04/17/tft-lcs-support-for-embedded-master-module.aspx</link><pubDate>Thu, 17 Apr 2008 08:15:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6105406</guid><dc:creator>Michael Schwarz</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/rsscomments.aspx?PostID=6105406</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/commentapi.aspx?PostID=6105406</wfw:comment><comments>http://weblogs.asp.net/mschwarz/archive/2008/04/17/tft-lcs-support-for-embedded-master-module.aspx#comments</comments><description>&lt;P&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=240 alt=embeddedmastertft_v1 src="http://www.ajaxpro.info/images/blog/TFTLCSSupportforEmbeddedMasterModule_9048/embeddedmastertft_v1.jpg" width=219 align=right border=0 mce_src="http://www.ajaxpro.info/images/blog/TFTLCSSupportforEmbeddedMasterModule_9048/embeddedmastertft_v1.jpg"&gt; &lt;A href="http://www.ghielectronics.com/details.php?id=107&amp;amp;sid=112" mce_href="http://www.ghielectronics.com/details.php?id=107&amp;amp;sid=112"&gt;Embedded Master Module is adding support to TFT LCDs&lt;/A&gt;. The new version is based on LPC2478 processor with built in LCD controller. The module includes a 0.5mm 40 pin connector for LQ043T3DX02 or LQ043T1DG01 TFT displays from Sharp. These color TFT LCDs are 480x272 and are compatible with LCDs used in PSP from Sony. Using any other TFT LCD is possible, as well.. The new board will have 70 pins instead of 60 with more Analog inputs and PWM pins. New board is backward compatible as far as the old pins. All new pins are on the extra added space, total size 1.55x1.8 inches.&lt;/P&gt;
&lt;P&gt;This new module will &lt;EM&gt;*not*&lt;/EM&gt; be available till &lt;A href="http://www.nxp.com/" mce_href="http://www.nxp.com/"&gt;NXP&lt;/A&gt; start shipping &lt;A href="http://www.standardics.nxp.com/products/lpc2000/lpc24xx/" mce_href="http://www.standardics.nxp.com/products/lpc2000/lpc24xx/"&gt;LPC2478&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;LQ043T3DX02 TFT LCD Manual &lt;A href="http://www.ghielectronics.com/download/EmbeddedMaster/LQ043T3DX02_SP_122805.pdf" mce_href="http://www.ghielectronics.com/download/EmbeddedMaster/LQ043T3DX02_SP_122805.pdf"&gt;Download&lt;/A&gt; &lt;BR&gt;LQ043T1DG01 TFT LCD Manual &lt;A href="http://www.ghielectronics.com/download/EmbeddedMaster/LQ043T1DG01_SP_072106.pdf" mce_href="http://www.ghielectronics.com/download/EmbeddedMaster/LQ043T1DG01_SP_072106.pdf"&gt;Download&lt;/A&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6105406" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mschwarz/archive/tags/.NET+Micro+Framework/default.aspx">.NET Micro Framework</category></item><item><title>Microsoft TCP/IP Stack on .NET Micro Framework Devices</title><link>http://weblogs.asp.net/mschwarz/archive/2008/04/15/microsoft-tcp-ip-stack-on-net-micro-framework-devices.aspx</link><pubDate>Tue, 15 Apr 2008 11:11:08 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6101337</guid><dc:creator>Michael Schwarz</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/rsscomments.aspx?PostID=6101337</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/commentapi.aspx?PostID=6101337</wfw:comment><comments>http://weblogs.asp.net/mschwarz/archive/2008/04/15/microsoft-tcp-ip-stack-on-net-micro-framework-devices.aspx#comments</comments><description>&lt;p&gt;More an more devices are ready for the Microsoft TCP/IP stack that is available with the .NET Micro Framework version 2.5 introduced at the EmbeddedWorld2008 in Nuremberg.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.ghielectronics.com/"&gt;GHI Electronics&lt;/a&gt; have updated their firmware. Now their &lt;a href="http://www.ghielectronics.com/embeddedmaster.php"&gt;Embedded Master Module&lt;/a&gt; supports DHCP and Debugging over Ethernet using the new TCP/IP stack. Bluetooth support is not yet supported, but you can plug-in a USB Bluetooth dongle and send files over Bluetooth. Embedded Master SDK is updated, too, and &lt;a href="http://www.ghielectronics.com/details.php?id=107"&gt;includes source code of the demo show in the new video&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.devicesolutions.net/"&gt;Device Solutions&lt;/a&gt; have published a &lt;a href="http://devicesolutions.net/Support/Downloads/tabid/63/Default.aspx"&gt;new firmware release&lt;/a&gt; yesterday that offers Ethernet. The release includes the new stack and a driver for the Microchip ENC28J60 Ethernet controller. Note that this version is an &lt;em&gt;&lt;a href="http://devicesolutions.net/Support/Downloads/TAHOE_NETV253945849792/tabid/268/Default.aspx"&gt;evaluation version&lt;/a&gt;&lt;/em&gt; which will only run for 30 continuous days. There will be a &lt;a href="http://devicesolutions.net/Products/Tahoe/tabid/55/Default.aspx"&gt;Ethernet add-on board&lt;/a&gt; available in May 2008. Download and debug of application is still setup to use USB.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.digi.com/products/embeddedsolutions/digiconnectme.jsp"&gt;Digi Connect ME&lt;/a&gt; added a own TCP/IP stack with the older version 2.0 already. Until now I didn't get any news if they will offer a firmware upgrade for 2.5. Download and debug is running over Ethernet, USB and serial port.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6101337" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mschwarz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/mschwarz/archive/tags/Starter+Kit/default.aspx">Starter Kit</category><category domain="http://weblogs.asp.net/mschwarz/archive/tags/Source+Code/default.aspx">Source Code</category><category domain="http://weblogs.asp.net/mschwarz/archive/tags/.NET+Micro+Framework/default.aspx">.NET Micro Framework</category></item><item><title>Ajax.NET and IIS 7 Integrated Mode</title><link>http://weblogs.asp.net/mschwarz/archive/2008/04/14/ajax-net-and-iis-7-integrated-mode.aspx</link><pubDate>Mon, 14 Apr 2008 14:55:27 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6097347</guid><dc:creator>Michael Schwarz</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/rsscomments.aspx?PostID=6097347</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/commentapi.aspx?PostID=6097347</wfw:comment><comments>http://weblogs.asp.net/mschwarz/archive/2008/04/14/ajax-net-and-iis-7-integrated-mode.aspx#comments</comments><description>&lt;p&gt;As there are some questions on how to run &lt;a href="http://www.ajaxpro.info/"&gt;Ajax.NET&lt;/a&gt; on IIS 7 (i.e. Windows Vista) in integrated mode instead of classic mode here are two things you have to check:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;First check that the IIS_ISSRS group has access to your Web site folder. If you are using the default folder for Web sites with Visual Studio .NET 2005 the simplest way is to add read access at &lt;em&gt;C:\Users\Username\Documents\Visual Studio 2005\WebSites&lt;/em&gt;.&lt;/li&gt;    &lt;li&gt;Run following command to automatic migrate your web.config file:     &lt;br /&gt;&lt;strong&gt;%windir%\system32\inetsrv\Appcmd migrate config &amp;quot;&amp;lt;ApplicationPath&amp;gt;&amp;quot;&lt;/strong&gt;&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;The breaking change for &lt;a href="http://codeplex.com/AjaxPro"&gt;Ajax.NET Professional&lt;/a&gt; is that you have to move the httpHandler (and httpModule if used) to a new section &lt;em&gt;system.webServer&lt;/em&gt; and rename &lt;strong&gt;httpHandler&lt;/strong&gt; to &lt;strong&gt;handler&lt;/strong&gt;; next you have to add a &lt;strong&gt;name&lt;/strong&gt; attribute for the handler:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font face="Courier New" size="2"&gt;&amp;lt;configuration&amp;gt;&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font face="Courier New" size="2"&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;location path=&amp;quot;ajaxpro&amp;quot;&amp;gt;       &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/font&gt;&lt;font size="2"&gt;&lt;font face="Courier New"&gt;&lt;strong&gt;&amp;lt;system.webServer&amp;gt;           &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;handlers&amp;gt;            &lt;br /&gt;&lt;/strong&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;add verb=&amp;quot;*&amp;quot; path=&amp;quot;*.ashx&amp;quot; &lt;strong&gt;name=&amp;quot;AjaxPro&amp;quot;&lt;/strong&gt;&amp;#160; &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; type=&amp;quot;AjaxPro.AjaxHandlerFactory,AjaxPro.2&amp;quot; /&amp;gt;          &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/handlers&amp;gt;          &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/system.webServer&amp;gt;          &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &amp;lt;/location&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font face="Courier New" size="2"&gt;&amp;lt;/configuration&amp;gt;&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;For more breaking changes for ASP.NET 2.0 applications running in Integrated mode &lt;a href="http://mvolo.com/blogs/serverside/archive/2007/12/08/IIS-7.0-Breaking-Changes-ASP.NET-2.0-applications-Integrated-mode.aspx"&gt;read this post&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6097347" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mschwarz/archive/tags/AJAX/default.aspx">AJAX</category><category domain="http://weblogs.asp.net/mschwarz/archive/tags/Ajax.NET/default.aspx">Ajax.NET</category><category domain="http://weblogs.asp.net/mschwarz/archive/tags/.NET/default.aspx">.NET</category></item><item><title>Tahoe .NET Micro Framework Development Platform</title><link>http://weblogs.asp.net/mschwarz/archive/2008/04/10/tahoe-net-micro-framework-development-platform.aspx</link><pubDate>Thu, 10 Apr 2008 09:47:54 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6082068</guid><dc:creator>Michael Schwarz</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/rsscomments.aspx?PostID=6082068</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/commentapi.aspx?PostID=6082068</wfw:comment><comments>http://weblogs.asp.net/mschwarz/archive/2008/04/10/tahoe-net-micro-framework-development-platform.aspx#comments</comments><description>&lt;p&gt;For those of you didn't noticed the lower price of the &lt;a href="http://devicesolutions.net/Products/Tahoe/tabid/55/Default.aspx"&gt;Tahoe .NET Micro Framework development platform&lt;/a&gt;: it is now &lt;strong&gt;USD $299&lt;/strong&gt; (&lt;strike&gt;USD $399&lt;/strike&gt;). The Tahoe development platform provides an ideal development system for the Meridian CPU and the .NET Micro Framework.&amp;#160; The platform includes: &lt;a href="http://weblogs.asp.net/blogs/mschwarz/WindowsLiveWriter/Tah.NETMicroFrameworkDevelopmentPlatform_A5E2/tahoe_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="104" alt="tahoe" src="http://weblogs.asp.net/blogs/mschwarz/WindowsLiveWriter/Tah.NETMicroFrameworkDevelopmentPlatform_A5E2/tahoe_thumb.png" width="240" align="right" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Meridian CPU with .NET Micro Framework &lt;/li&gt;    &lt;li&gt;2.7 inch LCD &lt;/li&gt;    &lt;li&gt;Push Buttons (9) (5 arranged in classic NSEW with center pattern) &lt;/li&gt;    &lt;li&gt;Easy access to all of the pins from the Meridian CPU &lt;/li&gt;    &lt;li&gt;DB-9 serial &lt;/li&gt;    &lt;li&gt;Easy access to all Meridian CPU signals through 0.1&amp;quot; pin-headers &lt;/li&gt;    &lt;li&gt;SDK with customized emulator for .NET Micro Framework &lt;/li&gt;    &lt;li&gt;Lot's of sample code, including custom emulator extensions and managed drivers&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The reduced price will be available until end of April, so hurry up and order your kit at &lt;a href="http://www.devicesolutions.net"&gt;www.devicesolutions.net&lt;/a&gt; (click on the shop tab). Another interesting add-on is the &lt;a href="http://devicesolutions.net/Products/Tahoe/tabid/55/Default.aspx"&gt;3D Accelerometer&lt;/a&gt; at USD $49.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6082068" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mschwarz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/mschwarz/archive/tags/Starter+Kit/default.aspx">Starter Kit</category><category domain="http://weblogs.asp.net/mschwarz/archive/tags/.NET+Micro+Framework/default.aspx">.NET Micro Framework</category></item><item><title>Silverlight Roadmap Questions</title><link>http://weblogs.asp.net/mschwarz/archive/2008/04/07/silverlight-roadmap-questions.aspx</link><pubDate>Mon, 07 Apr 2008 16:34:28 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6072935</guid><dc:creator>Michael Schwarz</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/rsscomments.aspx?PostID=6072935</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/commentapi.aspx?PostID=6072935</wfw:comment><comments>http://weblogs.asp.net/mschwarz/archive/2008/04/07/silverlight-roadmap-questions.aspx#comments</comments><description>&lt;p&gt;I came across a great &lt;a href="http://blogs.msdn.com/ashish/archive/2008/04/03/silverlight-roadmap-questions.aspx"&gt;post about updated Silverlight 2 roadmap&lt;/a&gt;.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;&lt;a href="http://www.silverlight.net/"&gt;Silverlight&lt;/a&gt; is about 7 month old kid but it is already making such a big buzz. One of my colleague &lt;/em&gt;&lt;a href="http://blogs.msdn.com/rahul"&gt;&lt;em&gt;Rahul&lt;/em&gt;&lt;/a&gt;&lt;em&gt; did excellent job in terms of putting up a FAQ regarding the roadmap.&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;ol&gt;   &lt;li&gt;When exactly will Silverlight support all the codecs that a standard Windows Media Player support? How about supporting .flv since most of the video on Internet currently is using this format?&lt;/li&gt;    &lt;li&gt;Which streaming server protocols does Silverlight support currently and which will be supported in near future?&lt;/li&gt;    &lt;li&gt;Why the support for displaying a .gif image is is missing? When it will be added?&lt;/li&gt;    &lt;li&gt;Is the size of Silverlight 2 Beta plug-in expected to increase by the time of final release? Which namespaces Microsoft is planning to add in final release.&lt;/li&gt;    &lt;li&gt;What would be the full and final set of controls that are expected to be included with Silverlight 2 - final release?&lt;/li&gt;    &lt;li&gt;When is Silverlight 2 - final version expected to be released? &lt;/li&gt;    &lt;li&gt;Is there going to be a big difference in terms of features/component model etc. in Silverlight 2 beta and final release (just like it is the case with 1.1 Alpha and 2.0 Beta)?&lt;/li&gt;    &lt;li&gt;Will Silverlight 2 final release offer some local Caching API (with automatic expiration, notifications etc.) just like System.Web.Cache API in ASP.Net 2.0/3.5?&lt;/li&gt;    &lt;li&gt;In order to call a WCF Service from Silverlight 2 Beta, you have to use &amp;#8220;basicHttpBinding&amp;#8221; currently. Will Silverlight support additional bindings in near future like MSMQBinding and others?&lt;/li&gt;    &lt;li&gt;Does Microsoft have any authentic estimates of Silverlight usage by the end users? Adobe claims 90% coverage of Flash, We know Silverlight is new but would like to know the current coverage, estimated coverage in next 1 year and Microsoft&amp;#8217;s plans to increase its coverage, to move forward with our development efforts with even more confidence.&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Read all answers at &lt;a href="http://blogs.msdn.com/ashish/archive/2008/04/03/silverlight-roadmap-questions.aspx"&gt;source&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6072935" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mschwarz/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://weblogs.asp.net/mschwarz/archive/tags/Media/default.aspx">Media</category><category domain="http://weblogs.asp.net/mschwarz/archive/tags/UI/default.aspx">UI</category><category domain="http://weblogs.asp.net/mschwarz/archive/tags/RIA/default.aspx">RIA</category></item><item><title>GHI Electronics Embedded Master Module</title><link>http://weblogs.asp.net/mschwarz/archive/2008/04/01/ghi-electronics-embedded-master-module.aspx</link><pubDate>Tue, 01 Apr 2008 19:00:08 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6057414</guid><dc:creator>Michael Schwarz</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/rsscomments.aspx?PostID=6057414</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/commentapi.aspx?PostID=6057414</wfw:comment><comments>http://weblogs.asp.net/mschwarz/archive/2008/04/01/ghi-electronics-embedded-master-module.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.ghielectronics.com/"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="166" alt="Embedded Master Module" src="http://www.ajaxpro.info/images/blog/GHIElectronicsEmbeddedMasterModule_12742/embeddedmaster_v2_dev.jpg" width="240" align="right" border="0" /&gt;Embedded Master&amp;#8482;&lt;/a&gt; implements &lt;a href="http://msdn2.microsoft.com/en-us/embedded/bb267253.aspx"&gt;Microsoft's .NET Micro Framework&lt;/a&gt;. This allows users to run C# managed code right inside Embedded Master. Users will use Visual Studio to develop and debug programs.&lt;/p&gt;  &lt;p&gt;Not only that, &lt;a href="http://www.ghielectronics.com/embeddedmaster.php"&gt;Embedded Master&lt;/a&gt; is the &lt;strong&gt;first and only &lt;/strong&gt;OEM device that implements .NET Micro Framework and adds &lt;strong&gt;FAT file system&lt;/strong&gt; and &lt;strong&gt;USB host&lt;/strong&gt; capabilities. Users can access files on SD cards or USB memory devices (thumb drive, USB hard drive...etc.) and also use many other USB devices such as, mice, keyboards, joystick, printers, Bluetooth dongles and many more. &lt;/p&gt;  &lt;p&gt;Windows SideShow is also fully supported through USB or Bluetooth, and this is (next to the FAT support) the second big feature I will love. Not to connect the device with a USB cable to the PC.&lt;/p&gt;  &lt;p&gt;Have a look at this short video:&lt;/p&gt;  &lt;p&gt;&lt;embed src="http://www.youtube.com/v/0138iAZJwSQ" width="425" height="355" type="application/x-shockwave-flash" wmode="transparent" /&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Here are some key features of the module:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Software&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Micro Framework V2.5 &lt;/li&gt;    &lt;li&gt;Windows SideShow V1.4 &lt;/li&gt;    &lt;li&gt;USB Host (MS, HID, Printer and more) &lt;/li&gt;    &lt;li&gt;FAT File System &lt;/li&gt;    &lt;li&gt;Full TCP/IP Stack &lt;/li&gt;    &lt;li&gt;Bluetooth (SSP, OBEX) &lt;/li&gt;    &lt;li&gt;Peripherals (SPI, PWM...etc.) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Hardware&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;72Mhz ARM7 Processor &lt;/li&gt;    &lt;li&gt;8MB SDRAM &lt;/li&gt;    &lt;li&gt;4.5MB FLASH &lt;/li&gt;    &lt;li&gt;10/100 Ethernet Interface &lt;/li&gt;    &lt;li&gt;USB Host/Device &lt;/li&gt;    &lt;li&gt;Graphics (Dedicated SPI) &lt;/li&gt;    &lt;li&gt;45 Digital I/O &lt;/li&gt;    &lt;li&gt;30 Interrupt Inputs &lt;/li&gt;    &lt;li&gt;SPI (8/16 bit) &lt;/li&gt;    &lt;li&gt;I2C &lt;/li&gt;    &lt;li&gt;4 UART &lt;/li&gt;    &lt;li&gt;2 CAN Channels &lt;/li&gt;    &lt;li&gt;4 10-bit Analog Inputs &lt;/li&gt;    &lt;li&gt;10-bit Analog Output &lt;/li&gt;    &lt;li&gt;4-bit SD Memory Interface &lt;/li&gt;    &lt;li&gt;2 PWM &lt;/li&gt;    &lt;li&gt;-40 to +85 Operational &lt;/li&gt;    &lt;li&gt;Lead Free &lt;/li&gt;    &lt;li&gt;Connector-less Mounting &lt;/li&gt; &lt;/ul&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6057414" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mschwarz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/mschwarz/archive/tags/.NET+Micro+Framework/default.aspx">.NET Micro Framework</category></item><item><title>Silverlight Control Skin Sets</title><link>http://weblogs.asp.net/mschwarz/archive/2008/03/24/silverlight-control-skin-sets.aspx</link><pubDate>Mon, 24 Mar 2008 13:44:25 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6018978</guid><dc:creator>Michael Schwarz</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/rsscomments.aspx?PostID=6018978</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/commentapi.aspx?PostID=6018978</wfw:comment><comments>http://weblogs.asp.net/mschwarz/archive/2008/03/24/silverlight-control-skin-sets.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://blogs.msdn.com/corrinab/"&gt;Corrina Barber&lt;/a&gt; has publish four different &lt;a href="http://www.silverlight.net/"&gt;Silverlight&lt;/a&gt; control skin sets that looks very nice and shows the &lt;a href="http://blogs.msdn.com/corrinab/archive/2008/03/11/silverlight-2-control-skins.aspx"&gt;power of skinning in Silverlight&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.corrina_b.members.winisp.net/skins/bubbly/Testpage.html"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="242" alt="image" src="http://www.ajaxpro.info/images/blog/SilverlightControlSkinSets_CF2F/image.png" width="420" border="0" /&gt;&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt; &lt;a href="http://www.corrina_b.members.winisp.net/skins/red/Testpage.html"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="242" alt="image" src="http://www.ajaxpro.info/images/blog/SilverlightControlSkinSets_CF2F/image_3.png" width="420" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.corrina_b.members.winisp.net/skins/flat/Testpage.html"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="242" alt="image" src="http://www.ajaxpro.info/images/blog/SilverlightControlSkinSets_CF2F/image_4.png" width="420" border="0" /&gt;&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.corrina_b.members.winisp.net/skins/rough/Testpage.html"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="242" alt="image" src="http://www.ajaxpro.info/images/blog/SilverlightControlSkinSets_CF2F/image_5.png" width="420" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;See online previews of each skin:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a title="http://www.corrina_b.members.winisp.net/skins/bubbly/Testpage.html" href="http://www.corrina_b.members.winisp.net/skins/bubbly/Testpage.html"&gt;http://www.corrina_b.members.winisp.net/skins/bubbly/Testpage.html&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a title="http://www.corrina_b.members.winisp.net/skins/red/Testpage.html" href="http://www.corrina_b.members.winisp.net/skins/red/Testpage.html"&gt;http://www.corrina_b.members.winisp.net/skins/red/Testpage.html&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a title="http://www.corrina_b.members.winisp.net/skins/flat/Testpage.html" href="http://www.corrina_b.members.winisp.net/skins/flat/Testpage.html"&gt;http://www.corrina_b.members.winisp.net/skins/flat/Testpage.html&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a title="http://www.corrina_b.members.winisp.net/skins/rough/Testpage.html" href="http://www.corrina_b.members.winisp.net/skins/rough/Testpage.html"&gt;http://www.corrina_b.members.winisp.net/skins/rough/Testpage.html&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6018978" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mschwarz/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://weblogs.asp.net/mschwarz/archive/tags/UI/default.aspx">UI</category><category domain="http://weblogs.asp.net/mschwarz/archive/tags/Controls/default.aspx">Controls</category></item><item><title>Download Surface Demo including DeepZoom</title><link>http://weblogs.asp.net/mschwarz/archive/2008/03/24/download-surface-demo-including-deepzoom.aspx</link><pubDate>Mon, 24 Mar 2008 09:37:53 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6018341</guid><dc:creator>Michael Schwarz</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/rsscomments.aspx?PostID=6018341</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/commentapi.aspx?PostID=6018341</wfw:comment><comments>http://weblogs.asp.net/mschwarz/archive/2008/03/24/download-surface-demo-including-deepzoom.aspx#comments</comments><description>&lt;p&gt;Well, I forgot to publish the &lt;a href="http://silverlight.schwarz-interactive.de/ex05b.zip" target="_blank"&gt;source code&lt;/a&gt; of the &lt;a href="http://silverlight.schwarz-interactive.de/ex05/" target="_blank"&gt;changed Microsoft Surface Demo written for Silverlight 2&lt;/a&gt; beta 1. The original demo can be found at the &lt;a href="http://silverlight.net/themes/silverlight/community/gallerydetail.aspx?cat=5" target="_blank"&gt;Silverlight community gallery&lt;/a&gt;. I have added the video support from my first Surface demo and a the new DeepZoom control that enables streamed zooming of high resolution files inside Silverlight control.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6018341" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mschwarz/archive/tags/Source+Code/default.aspx">Source Code</category><category domain="http://weblogs.asp.net/mschwarz/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>[de] .NET User Group Franken trifft sich wieder</title><link>http://weblogs.asp.net/mschwarz/archive/2008/03/23/de-net-user-group-franken-trifft-sich-wieder.aspx</link><pubDate>Sun, 23 Mar 2008 19:48:55 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6015798</guid><dc:creator>Michael Schwarz</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/rsscomments.aspx?PostID=6015798</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/commentapi.aspx?PostID=6015798</wfw:comment><comments>http://weblogs.asp.net/mschwarz/archive/2008/03/23/de-net-user-group-franken-trifft-sich-wieder.aspx#comments</comments><description>&lt;p&gt;Die &lt;a href="http://www.dodned.de/2008/03/23/TreffenDerUserGroupFrankenImApril.aspx" target="_blank"&gt;.NET User Group Franken&lt;/a&gt; trifft sich wieder, am Donnerstag den 3. April bei der conplement AG im S&amp;#252;dwestpark. Ich werde eine kurze Einf&amp;#252;hrung/Demo zum &lt;a href="http://msdn2.microsoft.com/en-us/embedded/bb267253.aspx" target="_blank"&gt;.NET Micro Framework&lt;/a&gt; machen, als auch ein paar nette neue Funktionen in &lt;a href="http://www.silverlight.net/" target="_blank"&gt;Silverlight 2&lt;/a&gt; zeigen. Au&amp;#223;erdem habe ich noch ein paar Visual Studio .NET 2005 Lizenzen als auch Expression Web zu verteilen. B&amp;#252;cher kann ich auch noch ein paar mitbringen.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6015798" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mschwarz/archive/tags/UG+Meeting/default.aspx">UG Meeting</category></item><item><title>ASP.NET MVC Source Code at Codeplex</title><link>http://weblogs.asp.net/mschwarz/archive/2008/03/21/asp-net-mvc-source-code-at-codeplex.aspx</link><pubDate>Fri, 21 Mar 2008 18:46:49 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6006804</guid><dc:creator>Michael Schwarz</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/rsscomments.aspx?PostID=6006804</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/commentapi.aspx?PostID=6006804</wfw:comment><comments>http://weblogs.asp.net/mschwarz/archive/2008/03/21/asp-net-mvc-source-code-at-codeplex.aspx#comments</comments><description>&lt;p&gt;Today Microsoft published the &lt;a href="http://www.codeplex.com/aspnet/" target="_blank"&gt;source code of ASP.NET MVC Framework&lt;/a&gt; at Codeplex:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;We&amp;#8217;re delighted to give you an early preview of the first release of the &lt;a href="http://asp.net/downloads/3.5-extensions/" target="_blank"&gt;ASP.NET MVC&lt;/a&gt; source code on to Codeplex. You will be able to find this project at &lt;a href="http://www.codeplex.net/aspnet"&gt;http://www.codeplex.net/aspnet&lt;/a&gt; and it represents the first of a number of planned releases of the source code for the ASP.NET MVC framework as well as some others in the future. Please take a look and feel free to send us feedback about the MVC framework and about using Codeplex for this type of release&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;The license won't enable you to redistribute your patched version of ASP.NET MVC (Microsoft wants to avoid having multiple incompatible ASP.NET MVC versions floating around and colliding with each other).&amp;#160; But it will enable developers who want to get started building ASP.NET MVC applications immediately to make progress - and not have to worry about getting blocked by an interim bug that they can't work around.&lt;/p&gt;  &lt;p&gt;Read &lt;a href="http://weblogs.asp.net/scottgu/archive/2008/03/21/asp-net-mvc-source-code-now-available.aspx" target="_blank"&gt;ScottGu's post for more details...&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6006804" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mschwarz/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/mschwarz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/mschwarz/archive/tags/Source+Code/default.aspx">Source Code</category><category domain="http://weblogs.asp.net/mschwarz/archive/tags/MVC+Framework/default.aspx">MVC Framework</category></item><item><title>Breaking Changes in Silverlight 2</title><link>http://weblogs.asp.net/mschwarz/archive/2008/03/19/breaking-changes-in-silverlight-2.aspx</link><pubDate>Wed, 19 Mar 2008 07:57:07 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5997937</guid><dc:creator>Michael Schwarz</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/rsscomments.aspx?PostID=5997937</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/commentapi.aspx?PostID=5997937</wfw:comment><comments>http://weblogs.asp.net/mschwarz/archive/2008/03/19/breaking-changes-in-silverlight-2.aspx#comments</comments><description>&lt;p&gt;There is an MSDN article that focuses on changes that might cause your older &lt;a href="http://www.silverlight.net/" target="_blank"&gt;Silverlight&lt;/a&gt;-based applications to now fail or behave differently not on new features/enhancements for this release:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;p&gt;Important! Migrating Older Code to the Newer Release&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Update Silverlight.js&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Template Breaking Changes&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Error Messages May not be Available&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;2-D API Changes&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;HttpWebRequest/HttpWebResponse Supports New Functionality&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;PresentationFrameworkCollection&amp;lt;T&amp;gt; Change&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Mouse and Keyboard API Changes&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Changes to TextBlock and its Helper Classes&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;XML DTD API Changes and Default XmlResolver&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;XamlReader.Load() Requires xmlns&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Removal of Managed FontSource (downloader) Signature&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;XmlResolver Changes&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Assembly Changes&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Regenerate Web Service Client Proxies&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;WCF JSON Services May Need SOAP Endpoints&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;In Visual Studio, Use &amp;quot;Add Service Reference&amp;quot; Instead of &amp;quot;Add Web Reference&amp;quot;&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Loaded Event Signature Change&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Removal of Managed Downloader&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;BrowserHttpWebRequest Removed&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Removal of managed MediaElement/Image.SetSource(downloader, partName)&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;SetValue Changes&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;Miscellaneous API Changes&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;     &lt;p&gt;System.Net.Sockets Namespace Added&lt;/p&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Read full &lt;a href="http://msdn2.microsoft.com/en-us/library/cc189007(vs.95).aspx" target="_blank"&gt;Breaking Changes in Silverlight 2&lt;/a&gt; article.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5997937" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mschwarz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/mschwarz/archive/tags/WPFE/default.aspx">WPFE</category><category domain="http://weblogs.asp.net/mschwarz/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Surface Demo - Silverlight 2 Update and DeepZoom</title><link>http://weblogs.asp.net/mschwarz/archive/2008/03/18/surface-demo-silverlight-2-update-and-deepzoom.aspx</link><pubDate>Tue, 18 Mar 2008 21:26:26 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5995981</guid><dc:creator>Michael Schwarz</dc:creator><slash:comments>7</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/rsscomments.aspx?PostID=5995981</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/commentapi.aspx?PostID=5995981</wfw:comment><comments>http://weblogs.asp.net/mschwarz/archive/2008/03/18/surface-demo-silverlight-2-update-and-deepzoom.aspx#comments</comments><description>&lt;p&gt;Today I updated my &lt;a href="http://weblogs.asp.net/mschwarz/archive/2007/06/04/silverlight-surface-demonstration-video-support.aspx" target="_blank"&gt;Surface Demo&lt;/a&gt; (original source from &lt;a href="http://www.silverlight.net/" target="_blank"&gt;Silverlight examples&lt;/a&gt;). Well, there are only some small changes since last beta 1.1. So I have added a &lt;a href="http://blogs.msdn.com/expression/archive/2008/03/05/download-the-preview-of-the-deep-zoom-composer.aspx" target="_blank"&gt;DeepZoom&lt;/a&gt; control (&lt;em&gt;MultiScaleImage&lt;/em&gt;) to the &lt;a href="http://silverlight.schwarz-interactive.de/ex05/" target="_blank"&gt;demo&lt;/a&gt;:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.ajaxpro.info/images/blog/SurfaceDemoSilverlight2UpdateandDeepZoom_13B54/SilverlightSurfaceWindowsInternetExplorer.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="424" alt="Silverlight Surface - Windows Internet Explorer" src="http://www.ajaxpro.info/images/blog/SurfaceDemoSilverlight2UpdateandDeepZoom_13B54/SilverlightSurfaceWindowsInternetExplorer_thumb.png" width="550" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;See the online demo &lt;a href="http://silverlight.schwarz-interactive.de/ex05/" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5995981" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/mschwarz/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/mschwarz/archive/tags/Source+Code/default.aspx">Source Code</category><category domain="http://weblogs.asp.net/mschwarz/archive/tags/WPFE/default.aspx">WPFE</category><category domain="http://weblogs.asp.net/mschwarz/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://weblogs.asp.net/mschwarz/archive/tags/UI/default.aspx">UI</category><category domain="http://weblogs.asp.net/mschwarz/archive/tags/RIA/default.aspx">RIA</category></item><item><title>Marc Julian Starting Writing</title><link>http://weblogs.asp.net/mschwarz/archive/2008/03/15/marc-julian-starting-writing.aspx</link><pubDate>Sat, 15 Mar 2008 18:56:52 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5977724</guid><dc:creator>Michael Schwarz</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/rsscomments.aspx?PostID=5977724</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mschwarz/commentapi.aspx?PostID=5977724</wfw:comment><comments>http://weblogs.asp.net/mschwarz/archive/2008/03/15/marc-julian-starting-writing.aspx#comments</comments><description>&lt;p&gt;My oldest son Marc Julian (5 years old) will start school this summer. He's still in kindergarten and today we did some games with mathematics and writing some words, playing with what he has learned.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.ajaxpro.info/images/blog/MarcJulianStartingWriting_11876/image.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="200" alt="image" src="http://www.ajaxpro.info/images/blog/MarcJulianStartingWriting_11876/image_thumb.png" width="420" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Well, for most German it is easy to read, but here is the translation of the words above:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;BLTAH which should be BILDER is in English PICTURES&lt;/li&gt;    &lt;li&gt;LICHT is LIGHT&lt;/li&gt;    &lt;li&gt;PAPIR (correct PAPIER, but hears the same) is PAPER&lt;/li&gt;    &lt;li&gt;RASEN (well, the S is written a little bit wrong) is GRASS&lt;/li&gt;    &lt;li&gt;PAPE (correct PAPPE) is PAPERBOARD&lt;/li&gt;    &lt;li&gt;ZAN (ok, the Z is wrong, and the correct German word is ZAHN, pronounced similar) is TOOTH&lt;/li&gt;    &lt;li&gt;NOTBUK, this is the English word NOTEBOOK&lt;/li&gt;    &lt;li&gt;AUTO is CAR&lt;/li&gt;    &lt;li&gt;MESSER is KNIFE&lt;/li&gt;    &lt;li&gt;KESE (the German &amp;#196; instead of the first E) is CHEESE&lt;/li&gt;    &lt;li&gt;NASE is NOSE&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;My favorite is, of course NOTBUK and BLTAH.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5977724" width="1" height="1"&gt;</description></item></channel></rss>