Microsoft® .NET Compact Framework (Core Reference) and over one million other books are available for Amazon Kindle. Learn more

Kindle Edition
 
   
Have one to sell? Sell yours here
Microsoft® .NET Compact Framework (Core Reference)
 
 
Start reading Microsoft® .NET Compact Framework (Core Reference) on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Microsoft® .NET Compact Framework (Core Reference) [Hardcover]

Andy Wigley (Author), Stephen Wheelwright (Author), Robert Burbidge (Author), Rory MacLoed (Author), Mark Sutton (Author)
4.3 out of 5 stars  See all reviews (12 customer reviews)


Available from these sellers.


Formats

Amazon Price New from Used from
Kindle Edition $38.39  
Hardcover --  

Book Description

March 1, 2003

The Microsoft® Windows® .NET Compact Framework brings the power of the .NET Framework to handheld devices such as Pocket PCs and smart phones. Learn exactly how to build killer applications—and how to solve typical problems—in developing for resource-constrained devices with this book. You’ll find specifics on how to develop GUI elements with Windows Forms, access and store data with Microsoft ADO.NET and integrate it across the enterprise with XML Web services, work with Microsoft SQL Server™ CE, develop applications that connect and disconnect across wireless networks, and more—all with working code samples. You even get a quick reference to the differences between the .NET Compact Framework and the full .NET Framework.

Topics covered include:

  • Introducing the Windows .NET Compact Framework and architecture
  • Developing applications with the Compact Framework
  • GUI development with Windows Forms and building Windows Forms applications *Testing, debugging, completing, and distributing your applications
  • Collection classes
  • Working with dates and strings
  • Working with XML
  • Input and output
  • Networking
  • Application security features
  • Accessing data
  • Working with ADO.NET data objects
  • Working with XML Web services
  • Integrating data with SQL Server and using SQL Server CE
  • Building custom controls
  • Globalization and localization
  • Multithreading
  • Graphics programming
  • Interoperating with native code
  • Migrating embedded Visual Tools applications


Product Details

  • Hardcover: 888 pages
  • Publisher: Microsoft Press; 1 edition (March 1, 2003)
  • Language: English
  • ISBN-10: 0735617252
  • ISBN-13: 978-0735617254
  • Product Dimensions: 9.3 x 7.6 x 1.7 inches
  • Shipping Weight: 3.2 pounds
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (12 customer reviews)
  • Amazon Best Sellers Rank: #922,143 in Books (See Top 100 in Books)

More About the Author

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

 

Customer Reviews

12 Reviews
5 star:
 (7)
4 star:
 (3)
3 star:
 (1)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.3 out of 5 stars (12 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

35 of 36 people found the following review helpful:
5.0 out of 5 stars Best .NET book I've read, October 5, 2003
By A Customer
This review is from: Microsoft® .NET Compact Framework (Core Reference) (Hardcover)
For a little background, I've read about 10 .NET books. I have the MCSD.NET certification. And I've previously done some programming for the Palm PDA. I'd actually have to say that this is the best .NET book I've read, period. It's clear, it's generally to the point, and it covers everything I need to get well on my way to developing enterprise-level applications. HOWEVER, you do need some background in C# or Visual Basic.NET. It doesn't teach you those languages, nor should it. But it does give you all the code examples you need to readily accomplish every subject each chapter covers. By the way, all the code examples are in C#, but anyone who knows Visual Basic.NET probably knows how close the languages are, so there should be little problem understanding and converting the examples.

You do need Visual Studio .NET 2003 to develop apps for the Compact Framework. The book does a cursory job of explaining VS.NET, but a good job of explaining the emulators included with it. Unfortunately .NET is not an environment a hobbyist can pick up anymore like eVB might have been. You need to understand object orientation now, which if you haven't done it before, is a hurdle that takes people a little bit to get over. And things like the additional worry about security, Web Services, and ADO.NET (which requires knowledge of data modeling) have made it even more complex. This is a "professional" book written for experienced people.

The book does an excellent job of explaining interaction with a host SQL Server, fully covering RDA and merge replication. Throughout the book it points out the differences between the full .NET Framework and the Compact Framework as it addresses each subject. There are significant differences between the full framework and the compact onewhen working with SQL Server and the book handles them well.

It also covers graphics programming as well as you'll need for any business application, with examples of some nice charts and pie graphs. It also covers security fairly well and touches on interacting with Web Services. There is no real coverage of ASP.NET.

I'm usually not a huge fan of Microsoft Press books because they're sometimes incomplete while at the same time not very concise. Not the case with this one. Even though it's 700 pages, there isn't the usual 400 pages of inconsequential filler to waste your time with as in most other large programming books. I feel that this is probably the only book I will need to buy on the Compact Framework.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


15 of 16 people found the following review helpful:
3.0 out of 5 stars and a half. Recommended but most info is available online, March 14, 2003
By 
This review is from: Microsoft® .NET Compact Framework (Core Reference) (Hardcover)
Writing a book on the .NETcf is a challenge because there is a wide target audience to pick from...Each group has different needs e.g. introduction to programming for small devices OR to programming against the .NET libraries OR to differences with the desktop version etc. So, inevitably you will belong in one or more of the above categories with corresponding requirements and hence will find redundant info in a book that tries to please all people - such as this book.

You will find introductions to the classes of the .NET framework that exist on both desktop and CF. These are very good descriptions and even though there are deeper explanations in other books, here you have the confidence that everything described is applicable without having to check elsewhere for supported classes/methods. If you are very familiar with the desktop version you will be able to skim through a good half of the material in the book just noting the differences.

There are areas which are new to the CF or just very different from the desktop and these are covered well, including deployment, infrared comms and SqlServerCe. The winform controls have fewer methods than their desktop counterparts and as such you will have to create custom controls fairly often so the chapter on this subject is very valuable and well written. You will also have to interoperate with native code and the chapter on that is good including an excellent description of the CF-specific MessageWindow component.

Two areas are briefly touched upon and deserve much more attention: Targeting both the desktop and compact frameworks from the same projects and COM interoperability. I would have also liked a chapter on performance considerations since, naturally, speed and memory are of particular interest to anybody developing on small devices; a search on the cf newsgroup emphasizes this point.

The book ends with a useful appendix listing the framework namespaces and classes with a short description accompanying the ones that are supported on the CF. I am not including a list of the contents here but it is worth going through them to get a fuller picture. They are very accurate as you'd expect from a book that is well written with few if any grammatical/syntactical mistakes (although a couple of harmless factual errors crept in).

The .NETcf is in RTM and available through VS 2003 (public release expected end of April 03). It is no surprise that this is the only book on it available now which is why I could have given it 5 stars... However there are no groundbreaking ideas in the book and most info is available on the web...

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


20 of 23 people found the following review helpful:
5.0 out of 5 stars Great Introduction To The .NET CF, February 13, 2003
This review is from: Microsoft® .NET Compact Framework (Core Reference) (Hardcover)
I've been reading this book for a couple of weeks now and this is a good book for those who are beginning .NET programming with mobile devices using the .NET Compact Framework. Here are the different parts of the book:

1. .NET Compact Framework Architecture
This section mainly goes through the history of PDAs, starting with the first portable computer, the Osborne-1. It then compares the different development tools with .NET, such as eMbedded Visual Basic. It does a great job explaining the .NET framework fundamentals (CLR, MSIL...), as well as what the .NET compact framework is all about. For those who aren't familiar with .NET, this is a great beginning to your .NET journey. If you are already familiar with .NET, just skim through it since you probably already know most of what this section contains.

2. Developing Applications with the .NET Compact Framework
This section goes through building the GUI and windows forms, testing and debugging your application, and completing and distributing your applications. This section is very well written and has been helpful. It goes through building different controls and what problems you may have to think about because of the limited form size on PDAs. It also talks about all the debugging functionality .NET has built into it, such as breakpoints, exception handling, and watching variables. Probably the mort important part is completing and distributing your application and it does a satisfactory job, although the book didn't actually go through a full example.

3. Common Programming Tasks
This section talks about different collection classes, such as arrays, arraylists, and stacks. It also discusses date and string manipulation. XML, File I/O, networking, and security each have a chapter dedicated to each subject. I spent most of my time with XML and security in this section.

4. Connecting With Data
This section goes through ADO.NET. It does a fantastic job of describing each .NET data object and has plenty of code to show how to use each. I got a bit confused some of the time due to the number of ADO.NET objects out there. Also, it talks about connecting your data with SQL Server, XML web services, and SQL Server CE. Plan on spending a lot of your time in each of these chapters, although I kind of skimmed through the SQL Server section since I plan on storing data locally in SQL Server CE and using RDA/XML web services to connect the data to enterprise systems. For those of you who are new to .NET, this part of the book is well worth the money.

5. Advanced Mobile Application Development
This section goes through custom controls, globalization/localization, multithreading, graphics programming, interoperating with native code, and cross-framework development, i.e. migrating eMbedded Visual applications. I didn't spend much time in this part because by the time I was done with ADO.NET, I was ready to rock.

Overall, I'm very pleased with this book. If you want to do PDA development, definitely get this book (I think at this time, it's the only resource book out there anyways). Whether you are seasoned .NET programmer, or someone new, this book is a definite must have in your library.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews










Only search this product's reviews



Inside This Book (learn more)
First Sentence:
Microsoft .NET is often referred to in the press as "Microsoft's platform for Web services." Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
gac file, smart device application, dataset object, conditional compilation flags, service proxy class, unmanaged code, object sender, merge replication, precision specifier, bool disposing, following sample code shows, snapshot folder, new bitmap, logon form, format providers, desktop host, satellite assemblies, pie segment, compatible subset, base class libraries, format specifier, remote data access, assembly manifest, typed dataset, delegate method
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Compact Framework, Visual Basic, Forms Designer, Windows Form Designer, Application Manager, Stream Writer, Internet Explorer, Property Pages, Build Action, Cancel Help Figure, Integrated Windows Authentication, Visual Tools, Collection Editor, Virtual Directory Creation Wizard, Cola Flavored Drink, Query Analyzer, Whitespace Name, Add Reference, Breakpoint Hit Count, Schema Designer, File Explorer, Internet Information Services, Loopback Adapter, New Integer, Server Integrated Authentication
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

Citations (learn more)



What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...



Look for Similar Items by Category


Look for Similar Items by Subject