Microsoft® Mobile Development Handbook and over one million other books are available for Amazon Kindle. Learn more



or
Sign in to turn on 1-Click ordering
More Buying Choices
Have one to sell? Sell yours here
Start reading Microsoft® Mobile Development Handbook on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

Microsoft® Mobile Development Handbook [Paperback]

Andy Wigley , Daniel Moth , Peter Foot
4.8 out of 5 stars  See all reviews (14 customer reviews)

List Price: $69.99
Price: $46.92 & FREE Shipping. Details
You Save: $23.07 (33%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Only 11 left in stock (more on the way).
Ships from and sold by Amazon.com. Gift-wrap available.
Want it Wednesday, May 29? Choose One-Day Shipping at checkout. Details
Free Two-Day Shipping for College Students with Amazon Student

Formats

Amazon Price New from Used from
Kindle Edition $39.89  
Paperback, Bargain Price $20.68  
Paperback, May 30, 2007 $46.92  
Amazon.com Textbooks Store
Shop the Amazon.com Textbooks Store and save up to 70% on textbook rentals, 90% on used textbooks and 60% on eTextbooks.

Book Description

May 30, 2007 0735623589 978-0735623583 1

Get practical information for developing applications with the Microsoft .NET Compact Framework 2.0—straight from mobile-development experts. This definitive guide delivers the proven techniques, real-world insights, and extensive code samples you need to bring information access to any Windows-based mobile device.

Discover how to:

  • Design a user interface that is optimized for smart devices
  • Add functionality by using Windows® Mobile APIs
  • Organize and persist data stored on a device
  • Establish network connections and respond to changes in network state
  • Synchronize mobile devices with data stored on backend servers
  • Implement authentication, symmetric encryption, and asymmetric encryption algorithms
  • Optimize application performance for resource-constrained devices
  • Interoperate with native code by using PInvoke and COM interop
  • PLUS—Get an introduction to .NET Compact Framework 3.5 and Microsoft Visual Studio® code name “Orcas”


PLUS—Get Microsoft Visual C#® and Visual Basic® code samples on the Web


Frequently Bought Together

Microsoft® Mobile Development Handbook + Programming .NET Compact Framework 3.5 (2nd Edition) + .NET Compact Framework 3.5 Data Driven Applications
Price for all three: $145.87

Buy the selected items together


Editorial Reviews

From the Publisher

Key Book Benefits:

-Features essential coverage of key mobile-development topics

-Covers application development for .NET Compact Framework 2.0, in addition to SQL Server 2005 Everywhere Edition and Microsoft Windows Mobile® 5.0, running on devices such as Pocket PCs and Windows Mobile Smartphones

-Delivers practical guidance based on the authors' extensive, real-world experience

-Includes code samples in C#, with additional code samples in Visual Basic on the Web

About the Author

Andy Wigley is a Microsoft MVP for Device Application Development and founder of his own mobile development and consulting company. He is coauthor of several books, including Building Microsoft ASP.NET Applications for Mobile Devices, Second Edition, and Microsoft .NET Compact Framework Core Reference.

Daniel Moth works for Microsoft UK in the Developer and Platform group and is a former MVP for Device Application Development. He is a developer, a consultant, and an author who specializes in the .NET Framework and mobile technologies.

Peter Foot is a Microsoft MVP for Device Application Development. His company, In The Hand Ltd., provides development and consulting services and software components for the .NET Compact Framework. He is an active contributor to the mobile and embedded development community.


Product Details

  • Paperback: 688 pages
  • Publisher: Microsoft Press; 1 edition (May 30, 2007)
  • Language: English
  • ISBN-10: 0735623589
  • ISBN-13: 978-0735623583
  • Product Dimensions: 7.4 x 1.6 x 9.3 inches
  • Shipping Weight: 2.8 pounds (View shipping rates and policies)
  • Average Customer Review: 4.8 out of 5 stars  See all reviews (14 customer reviews)
  • Amazon Best Sellers Rank: #341,166 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

Customer Reviews

4.8 out of 5 stars
(14)
4.8 out of 5 stars
Most Helpful Customer Reviews
25 of 25 people found the following review helpful
5.0 out of 5 stars Best Windows Mobile Development Book Ever Written! August 13, 2007
Format:Paperback|Amazon Verified Purchase
Trust me, I've read them all going back to 2001 and I've written two of them myself. This is as broad and deep as it gets when it comes to managed code development on Windows Mobile. This should come as no surprise as it was written by the Windows Mobile MVP "Dream Team" of Andy Wigley, Peter Foot and Daniel "The Moth" Moth (now at Microsoft). Not only is this one of the first books to cover the .NET Compact Framework 2.0 and SQL Server 2005 Compact Edition, it even gives the reader coverage of Visual Studio 2008, and .NET Compact Framework 3.5 technologies such as WCF, LINQ, Compression, and "on-device" Unit Tests.

This book provides superb coverage of Security Programming where it shows the reader how to encrypt data with AES and RSA plus the signing of exe's and dll's. If you're interesting developing games or UI's that can't be created with the controls found in the Visual Studio Toolbox, the two chapters on Graphics and Direct3D Mobile are unparalleled. As someone who has a personal interest in the sucess of games on Windows Mobile using the .NET Compact Framework as a consistent game development runtime, this book serves as the launch pad for such endeavors. Whether you're an ISV looking to build the next killer app, a corporate developer tasked with mobilizing your line of business applications, a consultant that needs to aquire mobile development skills, or a game development house looking to take advantage of the explosive growth of the Windows Mobile platform, I highly recommend you get this book!

-Rob
Comment | 
Was this review helpful to you?
16 of 16 people found the following review helpful
Format:Paperback
This book is for new and existing mobile application developers who already have some experience developing applications using the .NET Framework, either desktop or compact version. If you are new to .NET, first read "Microsoft Visual C# 2005 Step By Step" by John Sharp or "Microsoft Visual Basic 2005 Step By Step" by Michael Halvorson. Those books can teach you the programming basics, and you will then be prepared to use this book to learn mobile application development. This book can help you develop mobile applications using .NET Compact Framework 2.0 and will introduce you to some of the new features that are in .NET Compact Framework version 3.5, which will be released with the next release of Visual Studio, currently code-named "Orcas."

Along the way, the book highlights features that are new to .NET Compact Framework 2.0 so that the developer who has experience building applications using the version 1.0 product can identify new features that are helpful. However, the main purpose of this book is to give you the essential information you need to design and build applications that work on a constrained device such as a Pocket PC or Smartphone, or on embedded hardware. It instructs you as to how to build and debug applications, how to design GUIs that work on small devices, and how to deploy applications. It also delves into problems that are unique to mobile device applications, such as how to design and build applications that work well with unreliable, slow network connections, which is the usual state of affairs with phone-enabled mobile devices. This book is a handbook for the mobile developer that explains how to tackle the common problems that mobile application developers encounter. The book is divided into three parts:

Part 1, Mobile Application Development Essentials, contains six chapters that everyone should read because they take you through topics that all mobile application developers must understand.

Chapter 1, ".NET Compact Framework--a Platform on the Move," is an introduction to the .NET Compact Framework and explains the tools you need to build applications for smart devices.

Chapter 2, "Building a Microsoft Windows Forms GUI," explains how to build effective Windows Forms applications on personal digital assistants (PDAs) and Smartphones.

Chapter 3, "Using SQL Server 2005 Compact Edition and Other Data Stores," looks at data persistence on devices in SQL Server 2005 Compact Edition databases and how you can build a graphical user interface that binds to data.

Chapter 4, "Catching Errors, Testing, and Debugging," shows you how to test and debug your applications on real devices and emulators, and how to trap and handle errors at run time.

Chapter 5, "Understanding and Optimizing .NET Compact Framework Performance," is about creating applications that perform well, something that requires a little more care to achieve on a smart device with limited RAM and storage than it does in a desktop application.

Chapter 6, "Completing the Application: Packaging and Deployment," looks at packaging and deployment and how Visual Studio 2005 makes it easy to build installation packages so that you can install your application on your target devices.

Part 2, Solutions for Challenges in Mobile Application Development, contains 10 chapters that examine areas that present particular challenges to applications running on a smart device.

Chapter 10, "Security Programming for Mobile Applications," is about security programming, an essential topic for any software developer, but of particular interest to mobile application developers who are responsible for keeping valuable data secure on a mobile device that can be lost or stolen, and must send data over public communications networks such as the Internet.

Chapter 11, "Threading," looks at how to do multithreaded programming in the .NET Compact Framework.

Chapter 12, "Graphics Programming" shows how to present UI that looks more polished and professional than one that is built using only the standard Microsoft Windows Forms controls from the Microsoft Visual Studio 2005 Toolbox.

Chapter 13, "Direct3D Mobile", discusses how 3-D graphics can be implemented on a Windows Mobile 5.0-powered device using Direct3D. It starts simply with 2D graphics and then gradually moves into 3D graphics.

Chapter 14, "Interoperating with the Platform," explains how to call native APIs that are available in the underlying Windows CE operating system to perform tasks that are not possible using the .NET Compact Framework APIs alone.

Chapter 15, "Building Custom Controls", looks at developing custom Windows Forms controls that you can use in .NET Compact Framework applications.

Chapter 16, "Internationalization", explains how to create applications that are easily localizable to different cultures and languages.

Chapter 17, "Developing with Windows Mobile", looks at the Windows Mobile 5.0 managed APIs, a set of APIs that are unique to mobile devices and that expose system information and allow programmatic access to data stores such as Microsoft Office Outlook Mobile contacts, calendars, and tasks lists.

Part 3, New Developments, consists of a single chapter that provides an early look at the next version of Visual Studio and the next version of the .NET Compact Framework, version 3.5. The latest version adds new features for querying data collections, messaging, testing, and many other innovations and enhancements.
Comment | 
Was this review helpful to you?
7 of 7 people found the following review helpful
5.0 out of 5 stars The best book on MS Mobility Development written to date September 15, 2007
Format:Paperback
You can't get very far in Windows Mobile development without learning of the names Andy Wigley, Peter Foot and The Moth. They are three brilliant developers and all have been in the game long enough to know it inside and out.

When I bought this book, I had high expectations. Not only did they deliver, they took it up a few notches. If there's an area of WinMobile development that they left out, I sure haven't been able to find it. From UI effects to data access (and a stellar discussion on Sql Server CE), everything is covered and covered well. These guys all spend a ton of time answering questions in public newsgroups and it's very evident that they used this experience as a reference point in writing this book.

The fact they threw in a good bit about Orcas was just icing on the cake. This book is superb from start to finish and a must have for any mobile developer
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
3.0 out of 5 stars Fair
I' a computer science student and was willing to learn programming windows mobile based devices and hence bought this book as a starter. Read more
Published on January 11, 2010 by YasirMX
5.0 out of 5 stars Great book
Not for begginers of dot net, but great for mobile development, it covers everything you need for your applications, highly recomended.
Published on July 30, 2009 by C. E. Pinera Garcia
5.0 out of 5 stars Windows Mobile Developer Bible
This book it's a real Windows Mobile Developer Bible. If you are a developer, with this book you can improve your application and make it professional, thanks to chapter regarding... Read more
Published on February 6, 2009 by Massimo Mangia
5.0 out of 5 stars A gem for the Windows Mobile developer
One of the few WM development books, and certainly the only one that merits five stars. This book is thorough, timely, and informative about the technologies relevant to making... Read more
Published on August 17, 2008 by Demetrius Tsitrelis
5.0 out of 5 stars Excellent Reference
I purchased this book, among others, to learn more about the compact framework. This has ended up being the one that is always on my desk and constantly referred to. Read more
Published on July 17, 2008 by S. Gregory
4.0 out of 5 stars Very complete
Definitely a good book: I found it very complete and easy to read. Useful and interesting, straightaway.
Published on March 31, 2008 by Oddlygeek
5.0 out of 5 stars The best book from the best in the business
Got 2 copies for my moble development team. The book is simply invaluable. Either you read cover to cover, or select any chapter of special interest the result is in depth... Read more
Published on March 1, 2008 by Chorattides Christos
5.0 out of 5 stars Great book
It is like my bitacora or bible when i am offline. I guess it has a little of everything you need to know in very compact book (i thought a 600 book will be wider but the size is... Read more
Published on February 17, 2008 by Cesar Fong
5.0 out of 5 stars The best programming book I've read in a long time
Every now and then you run across a programming book that is exceptional; one that is far richer and more useful than the multitude of other resources out there. Read more
Published on September 20, 2007 by Richard Monsonhaefel
5.0 out of 5 stars The best book on Windows Mobile development. Period.
This is a book where the knowledge, experience and the art and science of the mobile development that has been collected by the "dream team" of authors comes together to create a... Read more
Published on September 9, 2007 by Aleksandr Yakhnin
Search Customer Reviews
Only search this product's reviews

What Other Items Do Customers Buy After Viewing This Item?


Forums

There are no discussions about this product yet.
Be the first to discuss this product with the community.
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category