|
|||||||||||||||||||||||||||||||||||
|
12 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
35 of 36 people found the following review helpful:
5.0 out of 5 stars
Best .NET book I've read,
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.
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,
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...
20 of 23 people found the following review helpful:
5.0 out of 5 stars
Great Introduction To The .NET CF,
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 2. Developing Applications with the .NET Compact Framework 3. Common Programming Tasks 4. Connecting With Data 5. Advanced Mobile Application Development 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.
4 of 5 people found the following review helpful:
5.0 out of 5 stars
Great book,
By mattyboy (Sydney, Australia) - See all my reviews
This review is from: Microsoft® .NET Compact Framework (Core Reference) (Hardcover)
I have some .NET C# experience, and this book is great. If you were new to C# it would probably be difficult, but for those with some .NET experience this book is perfect.I expected the book would come with a CD containing code samples, but you have to download them from Microsoft. -Matt
3 of 5 people found the following review helpful:
5.0 out of 5 stars
Everything you need for .Net Compact Framework,
By
This review is from: Microsoft® .NET Compact Framework (Core Reference) (Hardcover)
Jan Yeh This book is good for .NET developers who want to port their application to .NET Compact Framework, and also must-have for eMbedded Visual Tools developers who want to migrate from eVB, eVC, VBCE, VCCE. Although this book is full of C# codes, there are samples for VB.NET as well. There are many important topics included in this book, such as Data Accessing(ADO.Net & SQLCE), XML & XML Web Services, Multi-threading, Interoperating with Native Code, Custom Controls for .NET Compact Framework, and more than that. If you want to learn more about .NET Compact Framework programming, or you are familiar with eMbedded Visual Tools, this could be your text book or survival guide. After surveying books talk about .NET Compact Framework, this is what I can say, "NEVER MISS THIS"!
2 of 5 people found the following review helpful:
5.0 out of 5 stars
Very good technical book,
By
This review is from: Microsoft® .NET Compact Framework (Core Reference) (Hardcover)
I am half way through this book and I liked it. The authors are definitely doers and you can see it from the tips they provided. The samples are very extensive.It's the book for Compact framework programming. Don't forget to get the AskDotNet sample from GotDotNet.com, very good project too.
0 of 3 people found the following review helpful:
5.0 out of 5 stars
The first and definitely one of the best books on the Compact Framework,
By Rob Tiffany "Sr. Technical Product Manager fo... (Redmond, WA USA) - See all my reviews
This review is from: Microsoft® .NET Compact Framework (Core Reference) (Hardcover)
As the first Compact Framework book on the market, it helped light the way for all that followed. As a mobile developer, this book has helped me tremendously and I refer to it all the time. This book belongs in the collection of anyone who has to tackle the nuances of embedded development on the Windows Mobile platform.
0 of 3 people found the following review helpful:
4.0 out of 5 stars
Great book!,
By
This review is from: Microsoft® .NET Compact Framework (Core Reference) (Hardcover)
I have learned a lot about the .NET compact framework. It has been a great first-book to begin my understanding of this topic. The examples in the book really help to advance my understanding. I highly recommend it for anyone looking to begin a project on the .NET compact framework.
10 of 23 people found the following review helpful:
2.0 out of 5 stars
If this book's so great, why won't the code run?,
By
This review is from: Microsoft® .NET Compact Framework (Core Reference) (Hardcover)
Chapter 17, UsingSQLCESample. First, the buttonAdd_Click() event wasn't added to the button, so you click away and nothing happens, until you figure it out yourself & fix it. Then, the section in the book dealing with parameters is missing from the sample code, and the DataGrid never does fill with data. This job is difficult enough without having to spend time debugging some "expert's" sample code!
3 of 13 people found the following review helpful:
4.0 out of 5 stars
A good Introduction for beginner but not too deep...,
This review is from: Microsoft® .NET Compact Framework (Core Reference) (Hardcover)
I bought this book from Amazon once it's just published. Perhaps i have a high expectation on it, the book dissapointed me a bit. Though the book did covers most of the topics on mobile application development, but it goes too shallow and not much of sample codes. Some of the important topics are just covered briefly and zero sample codes for it. But well, I recemmend this book if you want to have an understanding of .NCF and a quick start. It's a good book! |
|
Most Helpful First | Newest First
|
|
Microsoft® .NET Compact Framework (Core Reference) by Andy Wigley (Hardcover - March 1, 2003)
Used & New from: $0.33
| ||