<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Every Developer, Now a Mobile Developer!</title><subtitle type="html">The Team Blog for the Mobile Developer Group.</subtitle><id>http://blogs.msdn.com/mobiledev/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/mobiledev/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/mobiledev/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2008-05-05T11:52:39Z</updated><entry><title>An article from Manish on GZip message encoding for WCF applications written using .Net Compact Framework</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/mobiledev/archive/2008/12/26/an-article-from-manish-on-gzip-message-encoding-for-wcf-applications-written-using-net-compact-framework.aspx" /><id>http://blogs.msdn.com/mobiledev/archive/2008/12/26/an-article-from-manish-on-gzip-message-encoding-for-wcf-applications-written-using-net-compact-framework.aspx</id><published>2008-12-26T21:20:00Z</published><updated>2008-12-26T21:20:00Z</updated><content type="html">&lt;P&gt;Manish is a Sr. Program manager in our NETCF Part of the Mobile Developer Group&amp;nbsp;; he recently wrote up an article on the using GZip encoding for WCF application for .NETCF. So take a look at his blog on &lt;A href="http://blogs.msdn.com/maagniho/archive/2008/12/24/gzip-message-encoding-for-wcf-applications-written-using-net-compact-framework.aspx"&gt;http://blogs.msdn.com/maagniho/archive/2008/12/24/gzip-message-encoding-for-wcf-applications-written-using-net-compact-framework.aspx&lt;/A&gt;&amp;nbsp;which has the sample and sources for it.&lt;/P&gt;
&lt;P&gt;Happy Holidays !&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Amit Chopra&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9253761" width="1" height="1"&gt;</content><author><name>Amit Chopra</name><uri>http://blogs.msdn.com/members/Amit+Chopra.aspx</uri></author><category term="Mobile" scheme="http://blogs.msdn.com/mobiledev/archive/tags/Mobile/default.aspx" /><category term="Visual Studio" scheme="http://blogs.msdn.com/mobiledev/archive/tags/Visual+Studio/default.aspx" /><category term="NETCF" scheme="http://blogs.msdn.com/mobiledev/archive/tags/NETCF/default.aspx" /></entry><entry><title>A new look for the Smart Device Forums</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/mobiledev/archive/2008/12/11/a-new-look-for-the-smart-device-forums.aspx" /><id>http://blogs.msdn.com/mobiledev/archive/2008/12/11/a-new-look-for-the-smart-device-forums.aspx</id><published>2008-12-12T03:48:14Z</published><updated>2008-12-12T03:48:14Z</updated><content type="html">&lt;p&gt;Just saw a mail from the Forums teams that our Smart Device forums are now migrated to the new Forums platform. Makes it a lot easier to use and navigate. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://social.msdn.microsoft.com/Forums/en-US/category/smartdevicedevelopment/"&gt;http://social.msdn.microsoft.com/Forums/en-US/category/smartdevicedevelopment/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/AnewlookfortheSmartDeviceForums_EC44/image_2.png"&gt;&lt;img title="New Smart Device Forums" style="border-right: 0px; border-top: 0px; display: inline; margin: 0px; border-left: 0px; border-bottom: 0px" height="318" alt="New Smart Device Forums" src="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/AnewlookfortheSmartDeviceForums_EC44/image_thumb.png" width="442" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Do check them out. The forums are quite actively participated by our team, our MVPs and our device development community. &lt;/p&gt;  &lt;p&gt;Thanks&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Amit Chopra&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9199341" width="1" height="1"&gt;</content><author><name>Amit Chopra</name><uri>http://blogs.msdn.com/members/Amit+Chopra.aspx</uri></author></entry><entry><title>NETCF Applications – Start-up policy and Configuration options</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/mobiledev/archive/2008/12/01/netcf-applications-start-up-policy-and-configuration-options.aspx" /><id>http://blogs.msdn.com/mobiledev/archive/2008/12/01/netcf-applications-start-up-policy-and-configuration-options.aspx</id><published>2008-12-02T08:23:00Z</published><updated>2008-12-02T08:23:00Z</updated><content type="html">&lt;p&gt;In this post , the .NETCF Team discusses the existing start-up policy, configuration options and the change that we are planning to bring in the next release to seeks inputs from the .NETCF developer community.&lt;/p&gt;  &lt;p&gt;In CF 3.5 and earlier, by default, Vn application runs against Vn if Vn exists on the device. It can be promoted to Vn+ to take advantage of performance improvement or bug fixes using an app config file. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;We are planning to change this default behavior in the next release&lt;/em&gt;&lt;/strong&gt;. We are proposing that the Vn application runs against Vn+ where Vn+ is the latest and greatest CF runtime version present on the device with the compatibility mode of Vn. This way the applications don&amp;#8217;t have to repackage with configuration changes on newer versions to get the benefits on the new release and at the same time, the app would continue to run with the compatibility mode with which it was built so there are negligible chances of app compatibility breakage.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Flowchart representation of proposed start-up policy&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/NETCFApplicationsStartuppolicyandConfigu_12CAD/image_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="531" alt="image" src="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/NETCFApplicationsStartuppolicyandConfigu_12CAD/image_thumb.png" width="439" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Scenarios:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;1. Vn Application on Vn&lt;/strong&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Be default, Vn application will run against Vn if Vn is the highest version present on the device&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;strong&gt;2. Vn application Auto-Promoted to Vn+&lt;/strong&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;By default, Vn application will get promoted to Vn+ with Vn behavior if Vn+ is the highest version present on the device and would run in Vn compatibility mode.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;strong&gt;3. Vn application restricted to Vn&lt;/strong&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;There will be likely cases, though hopefully few, in which a Vn application will not work on Vn+. In these cases, the customers would want to use application configuration files to limit the application to run on Vn only. &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;strong&gt;4. Vn application promoted to Vn+ with Vn+ behavior&lt;/strong&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;When a Vn application runs on Vn+, the default behavior is that it runs with Vn coercions. The customer can configure the compatibilityVersion in the app config file to make the application run with Vn+ behavior.&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;There may be situations in which a Vn application desires Vn+ behavior (such as when bug was fixed in Vn+ and the application writer desires the bug fix even though we coerce it for Vn apps). This, admittedly, is a less likely scenario as if an application writer is aware of Vn+ behavior; they will likely be using Vn+.&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;It is, however, possible that someone will write a Vn application that makes use of a Vn+ component which relies on Vn+ behavior. This scenario is indistinguishable from the previous from a runtime perspective but is far more likely from a customer perspective.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;strong&gt;5. Vn+ application demoted to Vn&lt;/strong&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;This is not a supported scenario, as Vn+ assemblies will not execute on the Vn runtime due to changes in metadata and compiler versions&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;b&gt;How to configure the runtime and app compat behavior:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/bb629366.aspx"&gt;http://msdn.microsoft.com/en-us/library/bb629366.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Disclaimer:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;The new changes in the startup policy are not frozen and the intent of the post is to reach out to the community to get their feedback. Please do share your feedback at comments to this blog.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The .NETCF Team&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9163146" width="1" height="1"&gt;</content><author><name>Amit Chopra</name><uri>http://blogs.msdn.com/members/Amit+Chopra.aspx</uri></author></entry><entry><title>Checkout these two articles</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/mobiledev/archive/2008/11/25/checkout-these-two-articles.aspx" /><id>http://blogs.msdn.com/mobiledev/archive/2008/11/25/checkout-these-two-articles.aspx</id><published>2008-11-26T01:50:59Z</published><updated>2008-11-26T01:50:59Z</updated><content type="html">&lt;p&gt;Both of them are an excellent read for the Mobile Developers.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Application Architecture Guide for Mobile Applications&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;img height="82" alt="MobileApp.PNG" src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=AppArchGuide&amp;amp;DownloadId=49498" width="100" align="left" /&gt;&lt;/p&gt;  &lt;p&gt;Chapter 19 focuses on Mobile.&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.codeplex.com/AppArchGuide/Wiki/View.aspx?title=Chapter%2019%20-%20Mobile%20Applications&amp;amp;referringTitle=Home" href="http://www.codeplex.com/AppArchGuide/Wiki/View.aspx?title=Chapter%2019%20-%20Mobile%20Applications&amp;amp;referringTitle=Home"&gt;http://www.codeplex.com/AppArchGuide/Wiki/View.aspx?title=Chapter%2019%20-%20Mobile%20Applications&amp;amp;referringTitle=Home&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Building Graphically Advanced Applications with the .NET Compact Framework 3.5&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;img title="HTC sliding Panel" height="94" alt="" src="http://i.expression.microsoft.com/dd279543.newsletter_HTC-slidingPanel(en-us,MSDN.10).png" width="50" align="left" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://expression.microsoft.com/en-us/dd279543.aspx" href="http://expression.microsoft.com/en-us/dd279543.aspx"&gt;http://expression.microsoft.com/en-us/dd279543.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/giorgio/default.aspx"&gt;Giorgio&lt;/a&gt;, along with the support of &lt;strong&gt;Marco Bodoira&lt;/strong&gt;, Embedded Consultant at &lt;a href="http://www.bepseng.it/"&gt;BEPS Engineering&lt;/a&gt;, built a sample solution to show how to use the .NET Compact Framework 3.5 and Windows Mobile&amp;#8217;s APIs to create &amp;#8220;graphically advanced&amp;#8221; applications.&lt;/p&gt;  &lt;p&gt;Thanks&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Amit Chopra&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9142887" width="1" height="1"&gt;</content><author><name>Amit Chopra</name><uri>http://blogs.msdn.com/members/Amit+Chopra.aspx</uri></author></entry><entry><title>Let’s review the PDC Silverlight 2 for mobile demos</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/mobiledev/archive/2008/11/03/let-s-review-the-pdc-silverlight-2-for-mobile-demos.aspx" /><id>http://blogs.msdn.com/mobiledev/archive/2008/11/03/let-s-review-the-pdc-silverlight-2-for-mobile-demos.aspx</id><published>2008-11-04T03:58:59Z</published><updated>2008-11-04T03:58:59Z</updated><content type="html">&lt;p&gt;During our talk @ PDC we showed a number of demos aimed to high light the core value proposition of Silverlight 2 for mobile.&amp;#160; Let me just walk through these quickly and re-iterate some of the key points on each of them.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Mobile Visual Studio :&lt;/strong&gt; Clearly everyone enjoyed this little spoof we did to bring out that hidden geek in everyone. We walked through the entire Start to Debug experience of what Visual Studio running on mobile would feel like.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/LetsreviewthePDCSilverlight2formobiledem_BB35/clip_image002_2.jpg"&gt;&lt;img title="clip_image002" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="151" alt="clip_image002" src="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/LetsreviewthePDCSilverlight2formobiledem_BB35/clip_image002_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The idea here was to emphasize that mobilizing&amp;#160; your apps is not about Miniaturizing. A lot more thought needs to go into build apps that look and feel nice on the mobile devices.&lt;/p&gt;  &lt;p&gt;And Yes this app was created using Silverlight for mobile and was running on the IE Browser on a Windows Mobile 6.1 Samsung Omnia Device that we used for all the other demos as well.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Hello World + The ALT+F5 experience :&lt;/strong&gt; showed our commitment to making the debugging experience of a mobile developer really easy.&amp;#160;&amp;#160; We call it the First Class Experience for Debugging Silverlight on Mobile.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/LetsreviewthePDCSilverlight2formobiledem_BB35/image_2.png"&gt;&lt;img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" height="50" alt="image" src="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/LetsreviewthePDCSilverlight2formobiledem_BB35/image_thumb.png" width="244" align="right" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Since Silverlight runs on the browser, just pointing the browser of your mobile device is all it takes to launch the apps from your mobile device but we even take this a step further and provide a much easier option by which simply pressing ALT+F5 would launch your device or emulator, connect it to your Silverlight Page and attach the debugger to the code behind.&lt;/p&gt;  &lt;p&gt;This demo also showed a very important aspect of the &lt;strong&gt;consistency of the runtime&lt;/strong&gt;. We created the project once and it worked exactly the same way on the desktop browser and on the mobile browser.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Hello “Duck”&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;a href="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/LetsreviewthePDCSilverlight2formobiledem_BB35/image_4.png"&gt;&lt;img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" height="244" alt="image" src="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/LetsreviewthePDCSilverlight2formobiledem_BB35/image_thumb_1.png" width="133" align="left" border="0" /&gt;&lt;/a&gt; Not just do we make it easy for Visual Studio developers, in the next demo we showed how assets created in Expression Design can be used exactly in the same way on mobile and how well simple animations and storyboards work on Mobile.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The next of demos were then aimed at showing how Silverlight for mobile addresses some of the existing pain points developers face.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Baby Smash: &lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/LetsreviewthePDCSilverlight2formobiledem_BB35/image_6.png"&gt;&lt;img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" height="244" alt="image" src="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/LetsreviewthePDCSilverlight2formobiledem_BB35/image_thumb_2.png" width="131" align="right" border="0" /&gt;&lt;/a&gt; If you have ~2 year old at home and have not tried this, you are really missing some fun! &lt;a title="http://www.hanselman.com/babysmash/" href="http://www.hanselman.com/babysmash/"&gt;http://www.hanselman.com/babysmash/&lt;/a&gt; We talked to Scott a few days before his talk at PDC and were wondering how best to show this on a mobile device. Yes I love this idea because I have a 2 year old constantly wanting to play with my phone.&lt;/p&gt;  &lt;p&gt;So in this demo we showed that all the XAML and other assets they had created for the desktop version just worked on mobile and all we had to go was to build the experience of how we want to present the app on mobile. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The slot machine&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/LetsreviewthePDCSilverlight2formobiledem_BB35/image_8.png"&gt;&lt;img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" height="244" alt="image" src="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/LetsreviewthePDCSilverlight2formobiledem_BB35/image_thumb_3.png" width="128" align="left" border="0" /&gt;&lt;/a&gt; This demo focused on how developer should think about delivering the right content based on the device that is viewing this content.&amp;#160; With XAML and it’s Scaleable Vector graphics capabilities, many of the apps will scale well to fit the available real estate on the device; however if you want to be in full control of what gets displayed, the Browser sends a wealth of information to the server and by reviewing that, you can redirect the client to the page that is optimized for that experience.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Connect 4:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/LetsreviewthePDCSilverlight2formobiledem_BB35/image_10.png"&gt;&lt;img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" height="244" alt="image" src="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/LetsreviewthePDCSilverlight2formobiledem_BB35/image_thumb_4.png" width="127" align="right" border="0" /&gt;&lt;/a&gt; Navigating between pages in a application is always an interesting issue for developers.&amp;#160; We used a simple game to highlight what such a work flow could look like. In addition to this, we had also used a fairly powerful algorithm for game solving that we written for the desktop and we could see how well it worked even on the mobile.&amp;#160; An Yes Giorgio won, he know how to :-)&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The Guitar:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/LetsreviewthePDCSilverlight2formobiledem_BB35/image_12.png"&gt;&lt;img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" height="244" alt="image" src="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/LetsreviewthePDCSilverlight2formobiledem_BB35/image_thumb_5.png" width="128" align="left" border="0" /&gt;&lt;/a&gt; This demo shows how very amazing UI and experiences can be built using Silverlight. We also played Chords as we gently brushed our fingers on he screen of the device.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Dancing Amit&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/LetsreviewthePDCSilverlight2formobiledem_BB35/image_14.png"&gt;&lt;img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" height="148" alt="image" src="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/LetsreviewthePDCSilverlight2formobiledem_BB35/image_thumb_6.png" width="244" align="right" border="0" /&gt;&lt;/a&gt;This was a demo that we included to show that not only can you play audio with ease, playing video is also extremely easy.&amp;#160; Hence the use of a TV like screen with a “behind the scene”” footage of what goes on in the speaker prep room. While everyone is working hard on their decks and demos, the “geek” Amit is having&amp;#160; good time. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Learning to Dance&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/LetsreviewthePDCSilverlight2formobiledem_BB35/image_16.png"&gt;&lt;img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" height="244" alt="image" src="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/LetsreviewthePDCSilverlight2formobiledem_BB35/image_thumb_7.png" width="128" align="left" border="0" /&gt;&lt;/a&gt; The previous video did expose that the dancing gene is clearly missing and hence he need helps.&amp;#160; We then used this demo to A) teach Amit to Dance b) show our developer how various input models can be used on the same app.&amp;#160; In this simple learning to dance demo, we should how animations need to be hooked up to create these effects as well as using Gestures, Mouse and D-Pad inputs to control the application. While I didn’t see much improvements in my dancing skills, there were certainly some good insights on inputs models that I learned from this demo.&lt;/p&gt;  &lt;p&gt;My daughter plays a very similar games (like a dance pad) and we felt this would have good sample to showcase challenges with Inputs models.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The Painter&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/LetsreviewthePDCSilverlight2formobiledem_BB35/image_18.png"&gt;&lt;img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" height="244" alt="image" src="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/LetsreviewthePDCSilverlight2formobiledem_BB35/image_thumb_8.png" width="130" align="right" border="0" /&gt;&lt;/a&gt;Clearly my favorite in terms on mobile design and features.&amp;#160; Giorgio made this Paint application that&amp;#160; you can use your fingers to draw with. He also uses this app to highlight the design principles of how mobile UI should be made and where menu and where the apps main surface should be placed.&lt;/p&gt;  &lt;p&gt;&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The Picture Brower &lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/LetsreviewthePDCSilverlight2formobiledem_BB35/image_20.png"&gt;&lt;img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" height="244" alt="image" src="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/LetsreviewthePDCSilverlight2formobiledem_BB35/image_thumb_9.png" width="126" align="left" border="0" /&gt;&lt;/a&gt;By far the most complex in terms of coding, this demo used core networking using WebClient APIs to make calls to a webserver to get pictures and then present them in a very neat form that look nice on a device. Again showing the parity of code for Silverlight on mobile.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;As a developer the message I take away with Silverlight on mobile is that , I have the power of using XAML to make very Rich UI and the power of .NET behind it to write as complex code as I want, coupled with that fact I don’t need to deploy you apps - so what I can develop with Silverlight of mobile now is limited by our own imagination !&lt;/p&gt;  &lt;p&gt;Please visit &lt;a title="http://silverlight.net/learn/mobile.aspx" href="http://silverlight.net/learn/mobile.aspx"&gt;http://silverlight.net/learn/mobile.aspx&lt;/a&gt; for more details and FAQ and this is the page we will also update once we have the public CTP available next year.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Regards&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Amit Chopra&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9036308" width="1" height="1"&gt;</content><author><name>Amit Chopra</name><uri>http://blogs.msdn.com/members/Amit+Chopra.aspx</uri></author></entry><entry><title>Our PDC Talk on Silverlight 2 for mobile..</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/mobiledev/archive/2008/10/29/our-pdc-talk-on-silverlight-2-for-mobile.aspx" /><id>http://blogs.msdn.com/mobiledev/archive/2008/10/29/our-pdc-talk-on-silverlight-2-for-mobile.aspx</id><published>2008-10-30T03:44:49Z</published><updated>2008-10-30T03:44:49Z</updated><content type="html">&lt;p&gt;is available for viewing at &lt;a title="http://channel9.msdn.com/pdc2008/PC10/" href="http://channel9.msdn.com/pdc2008/PC10/"&gt;http://channel9.msdn.com/pdc2008/PC10/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I’ll share more details about the demos we showed and highlight some of the key takeaways from each once I get back to Office on Friday. &lt;/p&gt;  &lt;p&gt;Thanks&lt;/p&gt;  &lt;p&gt;Amit&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9023347" width="1" height="1"&gt;</content><author><name>Amit Chopra</name><uri>http://blogs.msdn.com/members/Amit+Chopra.aspx</uri></author></entry><entry><title>Meet us @ PDC !</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/mobiledev/archive/2008/10/21/meet-us-pdc.aspx" /><id>http://blogs.msdn.com/mobiledev/archive/2008/10/21/meet-us-pdc.aspx</id><published>2008-10-21T20:40:00Z</published><updated>2008-10-21T20:40:00Z</updated><content type="html">&lt;P&gt;Giorgio and I will be presenting a session on Silverlight for mobile at PDC next week.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Microsoft Silverlight 2 for Mobile: Developing for Mobile Devices &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Wouldn't it be super cool if the Silverlight apps you build for the desktop can now run on Millions of Mobile Devices ? If you have been building Silverlight applications and are wondering how to extend them mobile devices, this is just the right session for you. In this session, filled with some very cool demos you will not only learn how to extend your existing Silverlight 2 applications to work on Windows Mobile but also learn how to build rich mobile Silverlight apps that play media, handle simple gestures, have cool animations, and communicate to web services. We will also talk about tooling enhancements in Visual Studio that support Silverlight app development on Windows Mobile, what to consider when delivering eye-popping UI on mobile, and help you understand the key differences from developing Silverlight apps for the desktop.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Tue 10/28 | 3:30 PM-4:45 PM | 408B&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you are coming for PDC, please do join us for this talk ! Trust me you will really enjoy it !&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Amit Chopra&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9010087" width="1" height="1"&gt;</content><author><name>Amit Chopra</name><uri>http://blogs.msdn.com/members/Amit+Chopra.aspx</uri></author><category term="Silverlight" scheme="http://blogs.msdn.com/mobiledev/archive/tags/Silverlight/default.aspx" /><category term="Mobile" scheme="http://blogs.msdn.com/mobiledev/archive/tags/Mobile/default.aspx" /></entry><entry><title>Been a little quiet ?</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/mobiledev/archive/2008/10/02/been-a-little-quite.aspx" /><id>http://blogs.msdn.com/mobiledev/archive/2008/10/02/been-a-little-quite.aspx</id><published>2008-10-03T07:53:18Z</published><updated>2008-10-03T07:53:18Z</updated><content type="html">&lt;p&gt;And yes a few of our blogs readers noticed it too.&amp;#160; While a few interesting blog posts are on their way in the next few weeks, will give in quick update on what I have been up to.&lt;/p&gt;  &lt;p&gt;My last blog talked about my trip to TechEd 2008 Developer. I recently made a trip to Sydney, Australia also for the TechEd event and had an opportunity to talk about Silverlight for mobile to a number of developers. &lt;/p&gt;  &lt;p&gt;&lt;a href="https://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/Beenalittlequite_133C9/101_0386.jpg"&gt;&lt;img title="101_0386" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="220" alt="101_0386" src="https://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/Beenalittlequite_133C9/101_0386_thumb.jpg" width="276" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;And for last few weeks getting ready for our talk on Silverlight for mobile along with Giorgio &lt;a title="http://blogs.msdn.com/giorgio/" href="http://blogs.msdn.com/giorgio/"&gt;http://blogs.msdn.com/giorgio/&lt;/a&gt; at PDC 2008. &lt;/p&gt;  &lt;p&gt;And as I wrap up the blog for tonight, I am busy reading this excellent article on how to Build Mobile Experiences &lt;/p&gt;  &lt;p&gt;&lt;a title="http://expression.microsoft.com/en-us/cc964299.aspx" href="http://expression.microsoft.com/en-us/cc964299.aspx"&gt;http://expression.microsoft.com/en-us/cc964299.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Enjoy !&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Amit Chopra&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8975003" width="1" height="1"&gt;</content><author><name>Amit Chopra</name><uri>http://blogs.msdn.com/members/Amit+Chopra.aspx</uri></author></entry><entry><title>Tech*Ed 2008 Developer Recap</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/mobiledev/archive/2008/06/13/tech-ed-2008-developer-recap.aspx" /><id>http://blogs.msdn.com/mobiledev/archive/2008/06/13/tech-ed-2008-developer-recap.aspx</id><published>2008-06-13T21:24:44Z</published><updated>2008-06-13T21:24:44Z</updated><content type="html">&lt;p&gt;Other than Bumpy (and late) flights in and out of Orlando, Tech*Ed 2008 Developer was a fantastic experience for me.&amp;#160; &lt;/p&gt;  &lt;p&gt;While I have been to at least 4 Tech*Ed Events in the past 7 years, this one was special because we had a huge Mobility Focus at this Event. &lt;/p&gt;  &lt;p&gt;We had a device bar showing off 23 of the newest Windows Mobile 6.1 phones and ruggedized devices plus we had a surprise showing of the new HTC Touch Diamond.&amp;#160; We had demo stations where our expert staff could take developers on deep dives of &lt;b&gt;Silverlight for Mobile&lt;/b&gt;, the &lt;b&gt;Mobile Line of Business &lt;/b&gt;&lt;b&gt;Accelerator 2008&lt;/b&gt;, and &lt;b&gt;Visual Studio 2008 for Devices.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;img style="margin: 0px 10px 0px 0px" height="224" alt="Loke and Me at the Silverlight for mobile booth" src="http://photos-h.ak.facebook.com/photos-ak-sf2p/v253/16/16/522722843/n522722843_640415_8234.jpg" width="299" align="left" /&gt;&lt;/p&gt;  &lt;p&gt;The overall developer enragement for us was much higher that the MEDC Events we have been used to in the past. It was really exciting to see so many developers coming up to take a sneak peak at some of the very cool Silverlight for mobile early prototypes that we were showing at the Booth. And &lt;a href="http://blogs.msdn.com/lokeuei/" target="_blank"&gt;Loke&lt;/a&gt; as usual did a fantastic job with the 2 sessions he delivered around &lt;a href="http://silverlight.net/learn/mobile.aspx" target="_blank"&gt;Silverlight for mobile&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://on10.net/blogs/nic/John-L-Scott-and-Silverlight-Mobile/"&gt;&lt;img style="border-right: 0px; border-top: 0px; margin: 0px 15px 0px 0px; border-left: 0px; border-bottom: 0px" height="244" alt="image" src="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/TechEd2008DeveloperRecap_9FB2/image_5.png" width="237" align="left" border="0" /&gt;&lt;/a&gt;In addition to the few Applications we had Shown and MIX08 earlier this year (&lt;a href="http://visitmix.com/blogs/Joshua/WeatherBug/" target="_blank"&gt;Weatherbug&lt;/a&gt; and &lt;a href="http://visitmix.com/blogs/OpenSpace/MIXr-Silverlight-Mobile-Application-Demo/" target="_blank"&gt;MixR&lt;/a&gt;) we also had a proof of concept (POC) &lt;a href="http://silverlight.net/Default.aspx"&gt;Silverlight&lt;/a&gt; for mobile app for &lt;a href="http://www.johnlscott.com/sitecontent.aspx?Landing=AboutJLS"&gt;John L. Scott Real Estate &lt;/a&gt;developed by Microsoft partner, &lt;a href="http://www.roodyn.com/"&gt;Dr. Neil Roodyn&lt;/a&gt;, with the assistance of &lt;a href="http://blogs.msdn.com/lokeuei/"&gt;Loke Uei Tan&lt;/a&gt; from the Windows Mobile group.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Next Stop is @ PDC 2008. I'll be there. Will you ?&lt;/p&gt;  &lt;p&gt;&lt;a href="http://microsoftpdc.com/"&gt;&lt;img title="Capture the Brain Power" height="140" alt="" src="http://msdn.microsoft.com/bb288534.capturethebrainpower(en-us,MSDN.10).jpg" width="104" align="left" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Amit Chopra&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8594851" width="1" height="1"&gt;</content><author><name>Amit Chopra</name><uri>http://blogs.msdn.com/members/Amit+Chopra.aspx</uri></author></entry><entry><title>Next Week @ TechEd 2008 Developer</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/mobiledev/archive/2008/05/30/next-week-teched-2008-developer.aspx" /><id>http://blogs.msdn.com/mobiledev/archive/2008/05/30/next-week-teched-2008-developer.aspx</id><published>2008-05-30T23:24:00Z</published><updated>2008-05-30T23:24:00Z</updated><content type="html">&lt;P&gt;If anyone our blog readers are planning to be at TechEd Developer, please drop by at our Product Booths (Visual Studio and Silverlight)&amp;nbsp;to say Hello ! (and of course you can also ask questions :-) )&lt;/P&gt;
&lt;P&gt;Amit Chopra&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8564255" width="1" height="1"&gt;</content><author><name>Amit Chopra</name><uri>http://blogs.msdn.com/members/Amit+Chopra.aspx</uri></author><category term="Mobile" scheme="http://blogs.msdn.com/mobiledev/archive/tags/Mobile/default.aspx" /><category term="Visual Studio" scheme="http://blogs.msdn.com/mobiledev/archive/tags/Visual+Studio/default.aspx" /></entry><entry><title>Another Cool Silverlight App running on Mobile</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/mobiledev/archive/2008/05/20/another-cool-silverlight-app-running-on-mobile.aspx" /><id>http://blogs.msdn.com/mobiledev/archive/2008/05/20/another-cool-silverlight-app-running-on-mobile.aspx</id><published>2008-05-21T09:18:00Z</published><updated>2008-05-21T09:18:00Z</updated><content type="html">&lt;P&gt;Yesterday at the Advertising Leadership Forum we showed an App Running on &lt;A class="" href="http://silverlight.net/learn/mobile.aspx" mce_href="http://silverlight.net/learn/mobile.aspx"&gt;Silverlight for Mobile&lt;/A&gt;. It's call Fight The flavor based on the &lt;A class="" href="http://www.vertigo.com/Lab.aspx" target=_blank mce_href="http://www.vertigo.com/Lab.aspx"&gt;Rocks game&lt;/A&gt; done by Vertigo.&lt;/P&gt;
&lt;P&gt;Check out the small video posted by &lt;A class="" href="http://blog.offbeatmammal.com/post/2008/05/Silverlight-on-Mobile-at-Advance08.aspx" mce_href="http://blog.offbeatmammal.com/post/2008/05/Silverlight-on-Mobile-at-Advance08.aspx"&gt;Jeremy Cath on this site&lt;/A&gt;. &lt;/P&gt;
&lt;P&gt;This was done using the same set of bits that I used for our demos at &lt;A class="" href="http://silverlight.net/learn/learnvideo.aspx?video=43780" mce_href="http://silverlight.net/learn/learnvideo.aspx?video=43780"&gt;MIX.&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Amit Chopra&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8526710" width="1" height="1"&gt;</content><author><name>MobileDevGroup</name><uri>http://blogs.msdn.com/members/MobileDevGroup.aspx</uri></author><category term="Silverlight" scheme="http://blogs.msdn.com/mobiledev/archive/tags/Silverlight/default.aspx" /><category term="Mobile" scheme="http://blogs.msdn.com/mobiledev/archive/tags/Mobile/default.aspx" /></entry><entry><title>Crash Course in Developing Applications for Windows Mobile.</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/mobiledev/archive/2008/05/14/crash-course-in-developing-applications-for-windows-mobile.aspx" /><id>http://blogs.msdn.com/mobiledev/archive/2008/05/14/crash-course-in-developing-applications-for-windows-mobile.aspx</id><published>2008-05-14T21:55:00Z</published><updated>2008-05-14T21:55:00Z</updated><content type="html">&lt;P&gt;[May20th] This is now available for viewing online and download from the same link&lt;/P&gt;
&lt;P&gt;Between now and &lt;A href="http://www.microsoft.com/events/teched2008/default.mspx" mce_href="http://www.microsoft.com/events/teched2008/default.mspx"&gt;TechEd 2008&lt;/A&gt; we are planning to host a 5 part Webcast on Building Applications for Windows Mobile. &lt;/P&gt;
&lt;P&gt;The first one is scheduled for this Friday (16th May). You can find the details on &lt;A href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032379365&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US" target=_blank mce_href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032379365&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;this link.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://msevents.microsoft.com/CUI/Register.aspx?culture=en-US&amp;amp;EventID=1032379365&amp;amp;CountryCode=US" mce_href="http://msevents.microsoft.com/CUI/Register.aspx?culture=en-US&amp;amp;EventID=1032379365&amp;amp;CountryCode=US"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=30 alt=image src="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/CrashCourseinDevelopingApplicationsforW_A794/image_5.png" width=119 border=0 mce_src="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/CrashCourseinDevelopingApplicationsforW_A794/image_5.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;I would consider this Webcast series very useful for those of you wanting to get a jump start on Windows Mobile Application Development.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Amit Chopra&lt;/STRONG&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8504068" width="1" height="1"&gt;</content><author><name>MobileDevGroup</name><uri>http://blogs.msdn.com/members/MobileDevGroup.aspx</uri></author><category term="Mobile" scheme="http://blogs.msdn.com/mobiledev/archive/tags/Mobile/default.aspx" /><category term="Visual Studio" scheme="http://blogs.msdn.com/mobiledev/archive/tags/Visual+Studio/default.aspx" /></entry><entry><title>It's on ! -  AT&amp;T Game Development Contest for Windows Mobile</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/mobiledev/archive/2008/05/14/it-s-on-at-t-game-development-contest-for-windows-mobile.aspx" /><id>http://blogs.msdn.com/mobiledev/archive/2008/05/14/it-s-on-at-t-game-development-contest-for-windows-mobile.aspx</id><published>2008-05-14T21:43:19Z</published><updated>2008-05-14T21:43:19Z</updated><content type="html">&lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/ItsonATTGameDevelopmentContestforWindows_A4A9/Game_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="161" alt="Game" src="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/ItsonATTGameDevelopmentContestforWindows_A4A9/Game_thumb.png" width="210" border="0" /&gt;&lt;/a&gt; This just got my attention so wanted to share with readers of our blog who are interested in building some cool games for Windows Mobile.&amp;#160; And yes there is Prize Money :-)&lt;/p&gt;  &lt;p&gt;Check out the &lt;a title="contest Registration Website" href="http://developer.att.com/gamescontest"&gt;contest Registration Website&lt;/a&gt; for additional details ! Go fire up Visual Studio and build a great game. Good Luck! &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Amit Chopra&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8504021" width="1" height="1"&gt;</content><author><name>MobileDevGroup</name><uri>http://blogs.msdn.com/members/MobileDevGroup.aspx</uri></author></entry><entry><title>CH9 Video showing new features of .NET Compact Framework 3.5</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/mobiledev/archive/2008/05/10/ch9-video-showing-new-features-of-net-compact-framework-3-5.aspx" /><id>http://blogs.msdn.com/mobiledev/archive/2008/05/10/ch9-video-showing-new-features-of-net-compact-framework-3-5.aspx</id><published>2008-05-11T02:50:44Z</published><updated>2008-05-11T02:50:44Z</updated><content type="html">&lt;p&gt;I couldn't make it to live &lt;a href="http://www.we-dig.org/default.aspx" target="_blank"&gt;WE-DIG&lt;/a&gt; Talk done by Paul Yao last week in our campus, but this afternoon, got a chance to view this online version of the talk posted by him on Channel 9&lt;/p&gt;  &lt;p&gt;This talk gives a very good overview of some of the new Features of .NET Compact Framework 3.5 and has has also built some really short and crisp demos to explain these features very well.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=402779" target="_blank"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="237" alt="image" src="http://blogs.msdn.com/blogfiles/mobiledev/WindowsLiveWriter/CH9Videoshowingnewfeaturesof.NETCompac.5_ECDD/image_3.png" width="244" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Amit Chopra&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8484843" width="1" height="1"&gt;</content><author><name>MobileDevGroup</name><uri>http://blogs.msdn.com/members/MobileDevGroup.aspx</uri></author></entry><entry><title>An Excellent Lineup of Mobile Development Sessions at Tech*Ed</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/mobiledev/archive/2008/05/05/an-excellent-lineup-of-mobile-development-sessions-at-tech-ed.aspx" /><id>http://blogs.msdn.com/mobiledev/archive/2008/05/05/an-excellent-lineup-of-mobile-development-sessions-at-tech-ed.aspx</id><published>2008-05-05T21:52:39Z</published><updated>2008-05-05T21:52:39Z</updated><content type="html">&lt;p&gt;I was going through the list of sessions at &lt;a href="http://www.microsoft.com/events/teched2008/developer/default.mspx" target="_blank"&gt;Tech*Ed&lt;/a&gt; this morning. There is an excellent line up sessions focused towards Mobile Application Development this year. Most of the break out sessions are Level 300 or higher which means a lot of technical depth in the sessions.&amp;#160; &lt;/p&gt;  &lt;p&gt;The currently available sessions list is on &lt;a title="https://www.msteched.com/dev/public/sessions.aspx" href="https://www.msteched.com/dev/public/sessions.aspx"&gt;https://www.msteched.com/dev/public/sessions.aspx&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://switch.atdmt.com/action/mrtity_FY08TechEd08DevLPregisternowbutton1_2"&gt;&lt;img height="76" alt="Tech&amp;#183;Ed Register Now" src="http://www.microsoft.com/events/teched2008/images/dev_track/heroBanner_dev.jpg" width="640" border="0" /&gt;&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Listed here are a few that are based around technologies and products that are delivered directly by our group.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Mobile Web Design with XHTML and .Mobi Standards &lt;strong&gt;Darren Flatt&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;Maximizing the Usability and Compatibility of Your Mobile Microsoft Visual C++ Application &lt;strong&gt;Luis Cabrera-Cordon&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;Windows Communication Foundation on Devices &lt;strong&gt;Nickolas Landry&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;Advanced Object-Oriented Data Access with the Microsoft .NET Compact Framework 3.5 and Microsoft SQL Server Compact Edition 3.5 &lt;strong&gt;Rabi Satter&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;Microsoft Silverlight UX for Mobile Devices &lt;strong&gt;Loke Uei Tan&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;Peer-to-Peer Windows Mobile Software &lt;strong&gt;Douglas Boling&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;Unit Testing for Devices: The Holy Grail, or Something to Use in Your Day-to-Day Work? &lt;strong&gt;Maarten Struys&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;Sharing Assets between the Microsoft .NET Compact Framework and the Microsoft .NET Framework &lt;strong&gt;Daniel Moth&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;An Introduction to LINQ on Devices &lt;strong&gt;Dan Fergus&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;Developing for the Windows Mobile 6.1 Home Screen &lt;strong&gt;Mike Francis&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;Microsoft Silverlight on Mobile Devices &lt;strong&gt;Loke Uei Tan&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;Mobilizing Your Web Applications with Microsoft Internet Explorer Mobile and AJAX &lt;strong&gt;Jim Wilson&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;What's New in the Microsoft .NET Compact Framework 3.5 &lt;strong&gt;Paul Yao&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;Creating a Compelling and Attractive UI When Developing for Windows Mobile and the Microsoft .NET Compact Framework &lt;strong&gt;Alex Yakhnin&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;Building Custom Sync Providers for the Microsoft Sync Framework &lt;strong&gt;Andy Wigley&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;Microsoft SQL Server 2005 Compact Edition Ultimate Performance Tuning &lt;strong&gt;Darren Shaffer&lt;/strong&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Thanks&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Amit Chopra&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8461157" width="1" height="1"&gt;</content><author><name>MobileDevGroup</name><uri>http://blogs.msdn.com/members/MobileDevGroup.aspx</uri></author></entry></feed>