Professional SharePoint 2007 Development
| |||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||
| Sort customer reviews by: | |||||||||||||||||||||||||||||
|
Show All Reviews on Page
Hide All Reviews on Page
| |||||||||||||||||||||||||||||
| Professional SharePoint 2007 Development | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 13 of 13 | |||||||||||||||||||||||||||||
| Review Date |
Review Rating(5 High) |
Review Helpful to: |
Customer Review | Reviewer Info |
Permanent Link |
||||||||||||||||||||||||
| Reader Reviews Below Sorted by Newest First | |||||||||||||||||||||||||||||
| 07-03-08 | 3 | 1\2 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Some of the chapters are totally beneficial while others offer very little and explain things poorly.
I guess if it fits a need it;s worth it, but there was nothing in here you could not Google when needed. i guess it's supposed to take a programmer and show them how to program with SharePoint. if you have time to go page by page and are new to SharePoint you will get more out of it. I would stick with the Ted Pattison book persoanlly... (Review Data Last Updated: 2008-09-06 05:07:48 EST)
|
|||||||||||||||||||||||||||||
| 02-01-08 | 4 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
The book is good but the source code of Chapter 13 is missing.
It's very frustrating to learn a new technology and see problems with the source code. Wish the authors can take time to check the source-code is uptodate before releasing a book, or at least put it for download after complaints. If the authors can update the source code, it will be great. Otherwise a good book. (Review Data Last Updated: 2008-07-03 05:11:40 EST)
|
|||||||||||||||||||||||||||||
| 02-01-08 | 4 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
The book is good but the source code of Chapter 13 is missing.
It's quite frustrating to learn and new technology and see problems with the source code. If the authors can update the source code, it will be great. Otherwise a good book. (Review Data Last Updated: 2008-02-01 12:14:40 EST)
|
|||||||||||||||||||||||||||||
| 12-11-07 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I was given this book by one of the Author (John Holiday) during a training on Enterprise Content Management. I have collected quite a few books on SharePoint most proclaiming to be a developers guide but they have chapters after chapters devoted to configuring WWS 3.0 or MOSS. However, this book gives you a very good start and provides step by step guide on creating various solution.
I would recommend this for all beginners and intermediate developers!!! (Review Data Last Updated: 2008-02-01 12:14:40 EST)
|
|||||||||||||||||||||||||||||
| 09-19-07 | 4 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Working on a few projects I needed to find some good Sharepoint 2007 reference books. This book is excellent with the examples it provides and the way they authors explain it to you. Very easy to understand, clear and concise.
I do however wish they had more real world examples like for example when working with events in sharepoint they would show you how to retrieve the id's from the list lookups when assigning to another list programmatically, or how to change the permission of a selected item for a selected specific group or person, or access active directory. Other than that, it is a good book that will help you get along your way. (Review Data Last Updated: 2007-12-11 07:54:03 EST)
|
|||||||||||||||||||||||||||||
| 09-03-07 | 5 | 2\2 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I always find WROX books are the best value for money. This book is no exception. The details this book provides is atypical and that is what I find very useful. Devil is in the details and we need that for programming.
If you are interested in Solutions Development on SharePoint Platform, this book is a very good companion. (Review Data Last Updated: 2007-09-19 20:29:11 EST)
|
|||||||||||||||||||||||||||||
| 08-22-07 | 4 | 2\2 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I have read many SharePoint books and indeed this is one of the best. The topics have been covered in great detail. The book starts of with an in introduction to the Microsoft Application Platform and how SharePoint Server integrates into the Platform. It then goes on to cover the various features of the product and how to develop applications using those features. The chapter I liked most was the "WSS V3 Platform Services" which covers in detail creating site definitions, custom field types, features, solutions and web parts.
If you are developing SharePoint solutions I suggest you read the book (Review Data Last Updated: 2007-09-04 21:57:48 EST)
|
|||||||||||||||||||||||||||||
| 07-28-07 | 4 | 1\2 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
The book probably has the most complete set of diagrams and information about the SharePoint Architecture you can find anywhere. It provides fantastic background to and understanding of the wide spectrum of SharePoint topics/capabilities. That being said I was a bit disappointed by the lack of depth in this book. As mentioned in a few reviews the book does not provide great depth to featuer, web part, and solution developers who may need to leverage the more powerful capabilities of SharePoint. (Probably due to the fact that it would be about 4 times the size if it did.)
The book is extrememly well written and I find it very easy to find the information I am looking for as a starting point to getting more indepth information from other sources. (Review Data Last Updated: 2007-08-22 18:57:21 EST)
|
|||||||||||||||||||||||||||||
| 07-09-07 | 4 | 1\4 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Considering the plethora of subjects which should be covered on MOSS 2007 this book is thorough. When it comes to depth this book loses its five stars (I would give 4 ½ if it was possible). Let's first make it clear that I strongly recommend this book. This being said, I add that this book does not cover enough to get someone prepared to be a Sharepoint Developer. However, it is a good starting point for experienced developers trying to get a grasp of what it entails Sharepoint Development. Let's go chapter by chapter:
1. The Microsoft Application Platform and Sharepoint Good introduction to terms and technologies used by Sharepoint and Windows (when relevant to Sharepoint). But if you don't know what LDAP is, you won't learn it from here. Don't expect either programming references to authentication mechanisms (though you are going to see a few things in Chapter 5). 2. MOSS 2007 Overview for Developers It contains a General Overview of MOSS architecture. It brings an entire topic listing the software pieces you should/must install and put together to developer for MOSS (very useful). It also explains how to install most of the utilities and, yes, they know you will prepare VPCs for this task and explain you better ways to do it, step by step, including the steps to set up remote debugging. 3. The Sharepoint User Experience I only passed through this chapter but it seemed to be important for those not so familiar with WSS and MOSS. Here you start to see some coding. 4. WSS v3 Platform Services WSS 3 is much powerful than its antecessor. This chapter is a good reference to templates location, site definition files, navigation, master pages, modules etc. You also can see a detailed step by step on how to create a Custom Site Definition. There are also the steps to extract the public key of an assembly without having to copy it manually from GAC (you will need this for the whole book and during your development). I used this chapter for my first Sharepoint development which was a feature to concatenate various MS Word documents from a file list into one. The book was not of much help, but it introduced me to the M.O. so I could research in the Internet for the various parts I needed to put together. But the lesson on how to create the CAB file almost redeemed the lost star. 5. Programming Windows Sharepoint Services This chapter alone would worth the purchase of the whole book and may suffice as reference for most application types. It approaches the SP Object Model. The references you need to add in order to develop using Visual Studio. Here you also learn how to handle events (useful to write a handler to log which user spends more average time with check-out documents, for example). It also shows another way of retrieving the public key of an assembly (when it is the GAC). SP Webservices also enables access to SP Object Model and this chapter gives "a tiny glimpse" (using the author's words) of them. I felt as it deserved a whole chapter as with Webservices we are able to develop in an environment without MOSS installed. This is more important because the documentation at Microsoft is shallow on Webservices. 6. A Sample Collaboration Solution 7. RSS, Blogs, and Wikis 8. Building Personalized Solutions I just browsed these chapters, so I'd better not comment. I know that chapter 8 will save my live someday. 9. Using Enterprise Search This chapter comes with a sample code to retrieve search content programmatically which is very useful. Most of the chapter concerns configuration though. 10. Using the Business Data Catalog This is the most disappoint chapter of all. I was very interested in learning how to transform a Webservice definition into an Application Definition File. Though it comes with nearly 28-pages of innocuous examples of ADF, this chapter is not able to explain how to create a ADF out of a webservice or database definition. 11. Building Document Management Solutions I am still working in this one and it seems to be one of the best chapters too. It enables you to create customs lists, specially for document management. I don't know if the depth is enough yet, but so far so good. I did not have the time to go into the other chapters yet. Appendix A - Using the Microsoft Visual Studio 2005 Extensions for WSS 3.0 These extensions are not good enough. This appendix helped me know for sure what I suspected. I also missed information on debugging. There is something on Webservices debugging in Chapter 4, but I would have enjoyed if there was more information. (Review Data Last Updated: 2007-07-29 14:21:01 EST)
|
|||||||||||||||||||||||||||||
| 07-02-07 | 5 | 2\2 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
WOW... that's all I have to say... WOW. This book lives up to the WROX line of 'Professional' titles. I'm still going through it and I'm very impressed. This is easily one of my "must have" SharePoint books!
(Review Data Last Updated: 2007-07-09 20:06:11 EST)
|
|||||||||||||||||||||||||||||
| 06-27-07 | 5 | 3\3 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Most of the SharePoint books out there focus on the basic features of WSS, including lists, document libraries, views, blogs, wikis, etc. Although these are integral parts of SharePoint, they don't begin to scratch the surface of what it has to offer.
This book begins to cover these details. Topics such as building a true development/production environment, designing an enterprise portal application, creating custom field types (not just creating custom columns), creating web parts, building custom features and solutions, and programming through the object model are important to SharePoint developers creating SharePoint content in Visual Studio. This book also takes great aim as documenting that which hasn't been documented yet, especially the XML schemas of features, elements, and solutions. Finally, the book focuses on the enterprise portal features of MOSS, including Excel services, the Business Data Catalog, Enterprise Search, and Document Management. Because this book focuses heavily on development, Content Managers will be better off choosing another book from the many out there for creating lists, customizing master pages, creating style sheets, and other content topics. But for SharePoint portal architects and development programmers, this is your book. There's a wealth of information in this book and deserves to be in your library. (Review Data Last Updated: 2007-07-03 15:37:00 EST)
|
|||||||||||||||||||||||||||||
| 06-18-07 | 5 | 4\4 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
If you need to extend MOSS functionality, or integrate other systems with MOSS, this book will help get you going.
The MOSS SDK is a good reference, but doesn't provide much direction. This book fills in those gaps and gives you good, real world examples of MOSS development. Good examples of workflow, and the chapter on BDC was very helpful for us. Highly recommended. (Review Data Last Updated: 2007-06-27 20:39:55 EST)
|
|||||||||||||||||||||||||||||
| 06-16-07 | 3 | 0\2 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I have been reading through this book and already notice a lack of completing project examples. There is one chapter dedicated to creating an HR project, and it walks you through building the project but leaves out key elements of deploying the project into a development server platform.
This is yet another book with some good ideas and very little actual implementation -- and plenty of holes -- on Microsoft Office SharePoint Server 2007. (Review Data Last Updated: 2007-06-18 17:06:42 EST)
|
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 13 of 13 | |||||||||||||||||||||||||||||
| All Books | Arts | Biography | Click Here For An A-Z Index Of All 213 Best-Seller Subjects | Business | Children's | Comics | ||||||
| Computers | Cooking | Engineering | Entertainment | Health | History | Home | Horror | Humor | Law | Fiction | Medicine | Mystery |
| Nonfiction | Outdoors | Parenting | Professional | Reference | Religion | Romance | Science | Sci-Fi | Sports | Teens | Travel | |