| By Kevin Hoffman | Article Rating: |
|
| March 22, 2010 09:09 AM EDT | Reads: |
5,922 |
While I've been dabbling a little bit here and there looking at the SDK since it was released at MIX, this weekend I sat down and spent a considerable amount of time trying to develop a real-world product using the tools available. I know that the tools and the SDK are still very early and things will be changing (presumably for the better), but I wanted to post my thoughts on the development process while they were still fresh in my head.
The first thing that I noticed was the integration with VS2010. I have VS2010 Ultimate on my box and after installing the SDK, I gained the WP7 templates and created a new regular WP7 application (you can also create a list application which comes with some boilerplate code to render a vertical list). I love how smoothly this integrates, especially the side-by-side design surface and XAML editor. In the past, I've simply turned off the design surface and written my code entirely in XAML. Strangely enough, I found the design surface responsive and accurate enough that it actually came in pretty handy. The side-by-side view really works well, because if I had to switch tabs, I'd just disable the designer like I always do.
The next thing I noticed was just how quickly everything comes together. I was able to go from nothing to a really decent looking UI mockup (bound to dummy data) in absolutely no time at all. I had really well-placed subtle "door hinge" animations for page transitions, I had tappable controls, context-sensitive application bars - everything just flowed together really well. Keep in mind that I haven't really developed hard-core for Silverlight since v2. I dabbled in some v3 stuff, but I'd consider my Silverlight skills to be somewhere between "piss poor" and "damn rusty", so to be able to throw together multiple pages of a highly customized application in a couple hours is really saying something about this framework.
So basically what we're looking at here is all the ridiculous power and flexibility (and visual goodness!!) of Silverlight, plus the ease of doing hardcore low-level tasks with the .NET Framework rolled into a single package and made available at a resolution of 480x800 (or 800x480 if you're in landscape, you get the idea).
I was a little disappointed to find out that we don't get SQL Express on the phone. iPhone comes with SQLite, a lightweight but extremely powerful file-based database system as well as Core Data, a really good ORM for talking to the database. Then I started thinking, the WP7 is always going to be a phone - it will never be an "iPod Touch" (wifi only device), so there are less scenarios where you have to build for extended long-term disconnected behavior - which is what normally makes me say "hey, we need a local database here". Given how awesome .NET's XML serialization and DOM support is (and how pathetic the iPhone's default SAX-based XML parser is), popping some locally cached data into Isolated Storage won't be too much of a hassle. Time will tell, though.
Overall, the more I use the WP7 SDK, the more impressed I become. Every day I find myself taking an idea that was destined for the iPhone and deciding that I'm going to build the WP7 version first because it's easier, faster, and looks better. I will keep you all posted and will start throwing code samples up here soon.
Read the original blog entry...
Published March 22, 2010 Reads 5,922
Copyright © 2010 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Kevin Hoffman
Kevin Hoffman, editor-in-chief of SYS-CON's iPhone Developer's Journal, has been programming since he was 10 and has written everything from DOS shareware to n-tier, enterprise web applications in VB, C++, Delphi, and C. Hoffman is coauthor of Professional .NET Framework (Wrox Press) and co-author with Robert Foster of Microsoft SharePoint 2007 Development Unleashed. He authors The .NET Addict's Blog at .NET Developer's Journal.
- Cloud People: A Who's Who of Cloud Computing
- Windows Azure IaaS Reaches General Availability
- AMD and Adobe Collaborate on Upcoming Version of Adobe Premiere Pro Software to Enable Breakthrough Video Editing Performance Through Open Standards
- State and Local Governments Adopt Microsoft Dynamics CRM to Improve Citizen Service Delivery
- New Relic Q1 2013 Blazes Past Growth Targets and Reaches 40,000 Active Customer Accounts
- Predixion Software Announces General Availability of the Latest Version of its Predictive Analytics Platform
- Cloud Expo New York: Deploying Hybrid Cloud for Performance and Uptime
- Symphony EYC Appoints New Account Manager to Drive Global Opportunities
- Cloud Computing Is Simplifying Things
- Cloud Expo New York: Developing the World’s First IaaS Marketplace
- CollabNet And UC4 Announce General Availability Of Joint Enterprise DevOps Platform
- Session Topics: 12th Cloud Expo / Cloud Expo New York
- Cloud People: A Who's Who of Cloud Computing
- Cloud Expo New York: Best CIO Practices Shared from SHI’s Customers
- Windows Azure IaaS Reaches General Availability
- AMD and Adobe Collaborate on Upcoming Version of Adobe Premiere Pro Software to Enable Breakthrough Video Editing Performance Through Open Standards
- State and Local Governments Adopt Microsoft Dynamics CRM to Improve Citizen Service Delivery
- New Relic Q1 2013 Blazes Past Growth Targets and Reaches 40,000 Active Customer Accounts
- The PostOpen Event – Why It Is So Important
- The Cover and the Epilogue of the Upcoming Book
- Predixion Software Announces General Availability of the Latest Version of its Predictive Analytics Platform
- Cloud Expo New York: Deploying Hybrid Cloud for Performance and Uptime
- Small Cancers, Big Data, and a Life Examined
- Global Micro Servers Market (2013 - 2018), By Processor Type (Intel, Arm, Amd), Component (Hardware, Software, Operating System), Application (Media Storage, Data Centers, Analytics, Cloud Computing) & Geography (North America, Europe, Apac, Row)
- Google Maps and ASP.NET
- Converting VB6 to VB.NET, Part I
- How to Write High-Performance C# Code
- Crystal Reports XI & How It Has Changed
- Where Are RIA Technologies Headed in 2008?
- Creating Controls for.NET Compact Framework in Visual Studio 2005
- Programmatically Posting Data to ASP .NET Web Applications
- Implementing Tab Navigation with ASP.NET 2.0
- AJAX World RIA Conference & Expo Kicks Off in New York City
- i-Technology Viewpoint: "SOA Sucks"
- .NET Archives: Getting Reacquainted with the Father of C#
- i-Technology Photo Exclusive: Bill Gates & Steve Jobs In "Nerds"


















