Skip to main content

My Current SharePoint/SQL reading list

Having worked in a MOSS 2007 environment for my entire SharePoint career, the thought of upgrading to 2013 has been both terrifying and very exciting (simultaneously).  In an effort to educate myself and gain new skills, I have been reading several new books.  I started out reading SP 2010  books thinking we were upgrading there, so you'll see a few of those in the list too.
Hope to share reviews of these as time allows.  So here's the list in no particular order:
Kindle Books:
How to do Everything Microsoft SharePoint 2013 by Stephen Cawood
Professional: SharePoint 2013 Development by Reza Alirezaei, Brendon Schwartz, Matt Ranlett, Scott Hillier, Brian Wilson, Jeff Fried, and Paul Swider
Microsoft SharePoint 2013 App Development by Scott Hillier and Ted Pattison
Exploring Microsoft SharePoint 2013 New Features and Functions by Penelope Coventry
Introducing Microsoft SQL Server 2012 by Ross Mistry and Stacia Misner
Beginning SQL Joes 2 Pros: The SQL Hands-On Guide for Beginners (SQL Exam Prep Series 70-433 Volume 1 of 5) (Sql Design Series) by Rick A. Morelan
The SharePoint Shepherd's Guide for End Users 2010 by Robert Bogue and Amy Dehmer
Inside the SQL Server Query Optimizer (Pdf)
Free Advice (And Worth Every Penny) - A Collection of SharePoint 2010 Blog Posts by Todd Klindt
Black Magic Solutions for What Hat SharePoint  EUSP Press (Authors include Dave Coleman and Wendy Neal)
SharePoint 2010 for for Project Manager by Dux Raymond Sy - read this one while at SHARE Atlanta, great stuff
SharePoint 2013 First Look for Power Users by Asif Rehmani - First book I read on 2013; quick read and great video segments in the Kindle version
Sharepoint 2010 Issue Tracking System Design, Create, and Manager by Sarath Thirumoorthi
2010 at Work: Tricks, Traps, and Bold Opinions by Mark Miller
Technically not Sharepoint or SQL books but excellent for helping to deal with requirements gathering:
The Heretic's Guide to Best Practices: The Reality of Managing Complex Problems in Organisations by Paul Culmsee
Dialogue Mapping: Building Share Understanding of Wicked Problems by Jeff Conklin
Paper Books:
SharePoint 2010 for Project Management by Dux Raymond Sy
Business Intelligence in Microsoft SharePoint 2013 by Norman P. Warren, Marian Teixeira Neto, Stacia Misner, Ivan Sanders, and Scott A Helmers
Core Solutions of Microsoft SharePoint Server 2013 Exam Ref 70-331 by Troy Lanphier
Beginning SharePoint 2013: Building Business Solutions by Amanda Perran, Shane Perran, Jennifer Mason, and Laura Rogers
InfoPath with SharePoint 2013 How-To by Steven Mann - Good read for both the newbie and those who've used previous version of InfoPath to get up to speed quickly!
The SharePoint 2013 Handbook: An insight by the SharePoint community by Paul Beck, Jasper Oosterveld et al.  - Favorite parts of this one: real world examples of using User Profile Services and the section on setting up a virtual development environment.

Comments

Popular posts from this blog

Make your SharePoint Libraries Favorites in Windows Explorer for Easier Saving

You're working furiously on a document with only a few minutes left until the doors close for the day (or your laptop battery dies, or some other emergency happens). You need to save the document to SharePoint, but you can't remember where the document library is in which you need to save the document.  If you make your frequently used Document Libraries Favorites in Windows Explorer.  That won’t be a problem again! Here's how to make it easier to save your documents to your SharePoint library: Create a Favorite in Windows Explorer.  Not in your browser (Internet Explorer, Chrome, Firefox, etc.). Let me show you what I mean: Figure 1: Windows Explorer Favorites So how did I get this screen? And how did I put the Shared Documents folder in my Favorites? This blog post will answer those questions. How to Get to the Favorites in Windows Explorer: I’m using Windows 7, so if you’re running XP, Vista, or Win8, your screen may lo...
Creating and applying a Composed Look: 1. Download SharePoint Designer 2013 and SharePoint Color Palette Tool. 2. Create your theme using the SharePoint Color Palette Tool and save it as a .spcolor file. Suggest that you sort the Color Slot Grouping by UI Groups. 3. Open SharePoint Designer 2013. 4. Click Open Site. 5. Enter the URL of your SharePoint page (Master Page). 6. Click on All Files under Navigation. 7. Click on _catalogs. 8. Click on theme. 9. Click on 15. 10. Click Import Files. 11. Select your .spcolor file and click ok. You should now see your template file in the 15 directory. 12. Click All Files. 13. Click images. 14. Click Import Files. 15. Select the image you want for your background image and click ok. You should now see your image file in the image directory. 16. Now open the master page that you want to add the theme to in SharePoint 2013. 17. Click on the settings icon and select Site Settings. 18. Under Web Designer Galle...

Setting Versioning on a Document Library in MOSS 2007

So you want to be able to keep multiple drafts of a document you and your team are working on without other people seeing it and when you've finally polished your policy manual (or whatever your document may be), post it for "everyone" to see? Well, SharePoint can let you do that! See my blog posting on creating a document library . Once your library is created, you'll want to turn on your versioning settings within the library (if you didn't do it when you created the library). To do so, click Settings from the Library's toolbar and select Document Library Settings . From the General Settings options, select Versioning Settings . From this screen, you will set whether or not the document requires approval before being made available to "everyone" to view. (Everyone being whomever has permissions to view the document library). Determine if you want major and minor versions and set the number of versions you need. Who should be ab...