SharePoint 2013 – DCS keeps crashing – distributedcacheservice.exe System.UriFormatException

Grr, what's up with the Distributed Cache not working Out of the box? 

This was happening on my newly upgrade SharePoint Farm.  Every time I would do a FBA login the service would crash (or so I thought they were related, but it just turns out the identity is attempted to be saved to the token cache, but doesn't matter to the overall login process).  I found some posts online about client dlls not being correct.  It seems like they may have deployed the dlls with the same version even though the code is different!  Thinking that was the problem, I stopped the service in Central Administration, then I uninstalled the AppFabric 1.1 software from uninstall programs.  I then downloaded a fresh copy of it and the 1.1 Cumulative Update.  After that I started the service and it quit crashing.  I did notice that it didn't deploy the dlls to the GAC, so the service runs, but when a web application tries to do anything with the cache…it fails by not finding the dlls (see below).  For example, you will find that you cannot do in-place site upgrades, you will get the following error:

Exception: Could not load file or assembly 'Microsoft.ApplicationServer.Caching.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

This happens if the OWSTIMER.exe can't find the AppFabric 1.1 dlls (site upgrade occurs in the timer service). You can add them to the GAC (recommended way) or add them to the BIN directory in the SharePoint root (where OWSTIMER.exe lives). You have to use the /gac option in the installer via commandline or you can also use the gacutil.exe utility to load them from the C:Program FilesAppFabric 1.1 for Windows Server folder.

Ok, so its up and running again right?  No.  You will get the following error:

Exception 'Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode<ERRCA0009>:SubStatus<ES0001>:Cache referred to does not exist. Contact administrator or use the Cache administration tool to create a Cache. 

This is because a fresh install of AppFabric doesn't setup the default cache stores for SharePoint.  That is done in the pre-req installer process.  You need to run the following powershell command in a SharePoint Management Shell:

Add-SPDistributedCacheServiceInstance

Once this is done, you will find that the distributed cache may start crashing again (back to where we started damn it):

Application: DistributedCacheService.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: Microsoft.ApplicationServer.Caching.DataCacheException

Stack:

at Microsoft.ApplicationServer.Caching.VelocityWindowsService.ThrowCallback(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()

You wont' find anything helpful in the ULS logs, but a deeper look into the event logs (Applications adn Services Logs->Microsoft->Windows->Application Server – System Services->Microsoft-Windows-Application Server-System Services/Admin) you will find an details error:

ErrorCode<UnspecifiedErrorCode>:SubStatus<ES0001>:Invalid URI: The hostname could not be parsed.

The config files for the distributed cache is here:

C:Program FilesAppFabric 1.1 for Windows ServerDistributedCacheService.exe.config

I made two changes to this file:

  1. Updated the account to the Farm account
  2. Changed the name to the fully qualified DNS

Then realized that I had some entries in my host file for the local server name.  I took those out too.

I then switched back to the PowerShell window and ran the following:

Stat-CacheHost -Computername <ComputerName> -CachePort 22233

After waiting a few seconds, I run:

Get-CacheHost

You should see the service is in an "UP" state. 

HostName : CachePort Service Name            Service Status Version Info
——————– ————            ————– ————
blah:22233    AppFabricCachingService UP             3 [3,3][1,3]

Once you have verified this, open a browser to a sharepoint team site.  You should see that you are now getting cache hits in the ULS logs:

11/25/2012 16:06:00.97  OWSTIMER.EXE (0x0510)                    0x08B0 SharePoint Server              General                        ahjne Verbose  Looking for a cached value matching cb69ce2d-a0dc-4771-9af6-9559c61e007c in the Profile Property Cache cache. 5cc3e49b-e920-00b0-677e-a7fd04a0711b
11/25/2012 16:06:00.97  OWSTIMER.EXE (0x0510)                    0x08B0 SharePoint Server              General                        ahjnh Verbose  Cache hit. 5cc3e49b-e920-00b0-677e-a7fd04a0711b

Chris

Upgrading Forms based auth – SharePoint 2013

I recently upgraded our SanSpug.org and the instructor.architectingconnectedsystems.com sites to SharePoint 2013.  As part of the process, you have to build a new farm and all the web apps, then attach the content dbs.  As long as you have put your membership providers in the machine.config files (32 and 64bit), you shouldn't have any problems right?  Wrong!  With the same config as in 2010, I just kept getting this error:

 An exception occurred when trying to issue security token: The security token username and password could not be validated..

It was looking for the old aspnetdb and localsqlserver settings. Turns out that ASP.NET 4.0 doesn't actually inherit the machine.config file changes.  That was my perferred method in 2010 so I didn't have to put the stupid settings everywhere.  Alas, my nice shortcut doesn't work in 2013 anymore.  You will see that providers don't inherit for the web apps, including the securitytokenservice.  That means you HAVE to put the membership and role providers in the Root web.config file.

I think this sucks…watch out for this…

Chris

MSDN Forum Jam 2012

Dear SharePoint Community,

Back by popular demand, the MSDN Forum Jam 2012 is ready to go!  What is a forum jam?  It is an all out battle for question answering supremacy in the Microsoft MSDN forums.  This is the second Forum Jam I have hosted.  The last one occurred almost three years ago…you can read about the last forum jam back in April 2010 here:

And the winners of that Forum Jam (which all are now movers and shakers in our wonderful community):

For your reading pleasure, I have also posted an updated MVP ranking on the MSDN Forums with all the latest MVPs (updated as of 11/2012) included here:

https://blogs.architectingconnectedsystems.com/blogs/cjg/archive/2012/11/20/MVP-Forum-Rankings-2012.aspx

The rules for this Forum Jam will be the similar to the last one:

Tweet me at @givenscj to say you would like to participate by November 28th, 2012 (MVPs and Non-MVPS welcome)

  1. At 8am on November 28th, I will take a snapshot of all participants points, posts and answers
  2. Contest will end January 29th (a full two months this time), the person with (measured in difference between snapshot and 11/28 totals):
    1. Highest post to answer ratio wins a $150 gift card
    2. Highest Point total wins a $100 gift card
    3. Second highest Point total wins a $75 gift card
    4. Third highest Point total will win a set of ACS SharePoint 2013 training manuals
  3. Moderators are free to participate, but will be unofficially tracked
  4. I'll post updates along the way to let people know where they stand
  5. All post/answers/replies must be in the SharePoint forums.  I will audit these and any items that fall outside those forums will be deducted from your total!
  6. As
    with anything, rules are always subject to change but probably won't,
    this is not endorsed by Microsoft and won't guarantee an MVP Big Smile
  7. Be sure to follow Forum etiquette, be nice and civil, and recognize others.  Its all about helpfulness!

If anyone else would like to contribute to the bounty let me know!

Let the community building begin!
Chris Givens
@givenscj

Please re-tweet this as #forumjam2012

SharePoint MVP Forum Rankings (11/2012)

Hi SharePoint Community,

In prep for our 2012 Forum Jam, here is a listing of your favorite MVPs (updated as of 11/19/2012) and their standings in the MSDN Forums.  I always find it interesting to see where the "influential" MVPs stand in MSDN community contribution (please let me know if you are missing from the list or your stats are wrong).  NOTE: This ranking says nothing about a persons' skills or how AWESOME they are (in most cases anyway).  There are several at the bottom of this list that are great friends of mine and I respect a lot!  You should know that being an MVP can come from any number of things including and not exclusively the forums:

  • The company you work for
  • Your customers (Fortune 100)
  • Your project references
  • Your code and tool contributions (Codeplex)
  • Products you have invented and marketed
  • Your community participation (Books, courses, forums, blogs, etc)
  • Your involvement with the product team

You can reference the stats from two years ago here:

https://blogs.architectingconnectedsystems.com/blogs/cjg/archive/2010/04/02/SharePoint-MVP-MSDN-Rankings.aspx

Name Points Posts Answers
Paul stork, MVP 30120 797 1782
Trevor Seward 20485 549 1166
Dave Hunter 20310 331 1474
Serge Luca [MVP] 15050 232 1093
Marc D Anderson MVP 14220 265 1115
Paul Galvin 13745 169 1156
Ivan Sanders 12485 252 930
Waldek Mastykarz MVP 10649 136 576
Peter Holpar, MVP 10365 207 719
Mike Oryszak 9570 162 747
Cornelius J. van Dyk 8725 102 665
Moonis Tahir 8500 95 665
John D. Ross 8495 209 618
Pratik Vyas [MVP] 7262 97 567
Scot Hillier 7207 117 488
John Timney MVP 6500 115 495
Alberto Diaz Martin – MVP 6435 309 323
LauraRogers MVP 6325 157 432
Dhirendra Yadav 5644 99 388
Mikael Svenson 5120 141 303
Ashutosh Singh 4663 107 290
Gary Lapointe (MVP) 4255 78 348
Wictor Wilen [MVP] 4120 70 274
Randy Drisgill MVP 3395 78 262
Ishai Sagi[MOSS MVP] 3240 26 288
Giuseppe Marchi MVP 3185 159 198
Jennifer Mason 3160 63 237
Kris Wagner – MVP 3150 80 238
Michael Nemtsev [MSFT] 2895 51 229
Becky Bertram 2695 55 201
Ayman El-Hattab 2600 109 119
Ivan Padabed MVP 2545 48 198
Sohel Rana MVP 2535 42 194
Spencer Harbar [MCM] 2521 80 140
Doug Ware 2400 62 168
Geoff Evelyn 2290 48 172
XVanneste [MVP] 2265 111 115
Arnault Nouvel 2200 56 138
Mirjam van Olst [MCM] 2150 56 148
Sangha Baek MVP 2105 57 147
Michal Pisarek MVP 1930 33 147
Liam Cleary [SharePoint MVP] 1925 48 136
Destin Joy MVP 1860 82 131
Matthew McDermott, MVP 1805 24 151
Gaetan Bouveret 1625 4 145
Gabriele Del Giovine 1575 89 96
stephane eyskens 1520 34 103
Jimy Cao 1510 0 122
Serge_Tremblay 1470 42 106
Steven Van de Craen 1325 26 85
Francesco Sodano 1275 26 87
Sean Wallbridge – SharePoint MVP 1215 26 90
Lionel Limozin 1210 90 63
Eric Shupps [MVP] 1165 26 91
Tobias Zimmergren [MVP] 1115 27 74
Kanwal Khipple 1095 19 84
Rob Windsor 1085 29 69
Romeo Pruno 1012 45 67
Andrew Woodward 990 12 89
Vince Rothwell 975 5 87
Gavin Barron 975 229 87
David Martos MVP 955 47 46
Natalya Voskresenskaya 935 24 66
Todd Klindt 920 38 61
Jan Tielens 880 4 80
John Holliday 777 5 18
Darrin Bishop 770 16 59
Wes Preston 740 19 54
Philippe Sentenac 735 12 59
Andrew Connell [MVP] 595 10 48
Darko Milevski 585 11 45
Bandar Alsharfi 580 0 0
James Milne 530 6 45
Asif Rehmani, MVP 485 19 35
Pierre Erol Giraudy 475 32 26
Paul Schaeflein – MVP 415 14 29
Nicolas Georgeault 380 6 26
Amanda Perran 360 10 26
Amanda Perran 360 10 26
Nick Swan 350 4 31
Marwan Tarek – MVP 340 7 25
Ben Robb 310 9 21
Thorsten Hans 310 8 25
Jeremy Thake 263 13 14
Jerry Yasir MVP 235 4 19
Cathy Dew 220 27 14
Panagiotis Kanavos 205 8 12
Salvatore Di Fazio 190 1 18
Sébastien Sougnez 165 1 12
Ai Yamasaki 160 1 15
Michael Greth 160 2 13
Daniel Wessels MVP 155 14 7
Kevin Laahs 155 4 13
Alain Lord – MVP 155 3 12
Christoph Müller 150 20 0
Bil Simser [MVP] 140 9 7
Agnes Molnar – old 130 0 12
Ivan Wilson 120 2 11
Bob Mixon – SharePoint MVP 115 0 9
Sharad K 110 4 6
Steve Sofian 105 4 8
Adis Jugo 100 6 5
Andrey Markeev [MVP] 90 7 4
Becky Isserman 90 0 9
Kathy Hughes 90 7 4
Ton Stegeman [MVP] 85 0 7
Ed Musters, SharePoint MVP 85 2 5
Sahil Malik 80 0 8
Alan Richards 80 1 6
Toni Frankola 80 0 5
Chandima [ MVP SharePoint ] 65 2 5
Shai Petel 60 4 3
Sarbjit Singh Gill 55 1 4
Shane Young – MVP 50 1 4
Fabrice [MVP] 50 5 2
Igor Macori 50 2 4
Ricardo Muñoz 50 3 2
Sampathperera 50 0 5
Todd Bleeker 48 1 3
Alex Pearce 45 1 4
Haaron Gonzalez 40 0 3
Matt Ranlett 40 2 2
Dan Holme 40 3 2
Reza Alirezaei – MVP 35 0 3
Didier P. Danse 30 0 3
Robert L. Bogue [MVP] 25 0 2
Benjamin Curry 25 1 2
Muhammad Imran Khawar 25 0 2
Claudio Brotto 25 3 1
Yaroslav Pentsarskyy 25 11 2
Marat Bakirov 20 2 1
Eli Robillard 20 0 2
Shane Perran 20 0 2
Carsten Keutmann 15 1 1
Brian Farnhill [MCP] 10 0 1
Joseph_tu 10 0 1
Rehman Gul 10 0 1
Wouter van Vugt 10 0 1
Dave Coleman 10 0 1
Atsuo Yamasaki 10 0 1
John P White 10 0 1
Julien Chable 10 0 1
Thiago Soares 5 1 0
Aleksandr Chervyak 5 1 0
Alexander Romanov MVP 5 0 0
Valy Greavu 0 0 0
Randy Williams 0 0 0
Matt Smith 0 0 0
Dieudonne 0 0 0
Arno Nel 0 0 0
Nguyen Ba Quang 0 0 0
Steve Curran 0 0 0
Rouslan Grabar 0 0 0
Chris O_Brien 0 0 0
Debbie Ireland 0 0 0
Riwut Libinuko 0 0 0
Bill Brockbank 0 0 0
kWazar 0 0 0
Shailaja Muthu Kumaran 0 0 0
Ed Richard SGC 0 0 0
Muhanad Omar 0 0 0
Todd Baginski 0 0 0
Mark Orange 0 0 0
Shady Khorshed – MVP 0 0 0
David Mann 0 0 0
Hiroaki Oikawa 0 0 0
Penny Coventry MVP 0 0 0
saifullah 0 0 0
Rob Foster 0 0 0
Pierre Vivier-Merle. 0 0 0
Dave McMahon 0 0 0
Steve Smith 0 0 0
Mohamed Zaki 0 0 0
Peter
Yu
0 0 0
Brendon Schwartz 0 0 0
Bill English61 0 0 0
Daniel Seara 0 0 0
Stephen Cummins 0 0 0
Daniel Larson 0 0 0
Ted Pattison 0 0 0
Loke Kit Kai 0 0 0
Agusto Xaverius Sipahutar 0 0 0
Juan Larios 0 0 0
Sony Setiawan 0 0 0
Fabian Imaz 0 0 0
Wei Du 0 0 0
Hilton Giesenow 0 0 0
Kamil Jurik 0 0 0
Robin Meure 0 0 0
Zac Smith 0 0 0
Stephen Cawood 0 0 0
Masatoshi Kondo 0 0 0
Ruven Gotz 0 0 0
Dux Raymond Sy 0 0 0
Elaine van Bergen 0 0 0
Martin Harwar 0 0 0
Nick Kellett 0 0 0
Augusto Simoes 0 0 0
AMOL GHUGE 0 0 0
Andre Lage 0 0 0
Michael Noel 0 0 0
Emre BALCI 0 0 0
Mike Smith 0 0 0
Marianne van Wanrooij 0 0 0
Jason Kaczor 0 0 0
Christian Stahl 0 0 0
Veronique 0 0 0
Rodrigo Pinto 0 0 0
Peter Carson 0 1 0
Samuel Zuercher 0 0 0
Mark Rhodes 0 0 0
Dmitry Plotnikov 0 0 0
Thuan Nguyen 0 0 0
Michal Bojko 0 0 0
Scott Jamison 0 0 0
Christian Buckley 0 0 0
Antonio Maio 0 0 0
Domyoung Kim 0 0 0
Gerardo Reyes 0 0 0
Kevin Trelohan 0 0 0
Paul Olenick 0 0 0
Sezai Komur 0 0 0
Andres Felipe Rojas Parra 0 0 0
Jean 0 0 0
Nabil 0 0 0
Symon 0 0 0
Seung-Jin Kim -1 -1 -1
Saed Ahmad Shela -1 -1 -1
Sundararajan Narasiman -1 -1 -1
Fabian André Gehrke -1 -1 -1
Lei Qin -1 -1 -1
Stanislav Vyschepan -1 -1 -1
Noorez Khamis -1 -1 -1
Radi Atanassov -1 -1 -1
Juan Pablo Pussacq Laborde -1 -1 -1
Martin Wilhelm Angler -1 -1 -1
Fernanda R Saraiva -1 -1 -1
Alexey Sadomov -1 -1 -1
Yasir Attiq -1 -1 -1
Shuguang Tu -1 -1 -1
Christian Glessner -1 -1 -1
Jeong Woo Choi -1 -1 -1
Hoyeon Kim -1 -1 -1
Patrick Guimonet -1 -1 -1
Susitha Prabath Fonseka -1 -1 -1
Panagiotis Kanav -1 -1 -1
Mohanad Omar -1 -1 -1
vivekthangswamy -1 -1 -1
Adams Chao -1 -1 -1
Joris Poelmans -1 -1 -1
Xizhang Chen -1 -1 -1
Elczar Peralta Adame -1 -1 -1
basquang Nguyen -1 -1 -1
Ricardo Jose Munoz -1 -1 -1
Jake Dan Attis -1 -1 -1
Renaud Comte -1 -1 -1
Goran Husman -1 -1 -1
Fumio Mizobata -1 -1 -1
Carlos Segura Sanz -1 -1 -1
Will Ho -1 -1 -1
Ruben Alonso Cebrian -1 -1 -1
Baowei Guo -1 -1 -1
JinHo Baek -1 -1 -1
Qifeng Zhao -1 -1 -1
Fabian Moritz -1 -1 -1
Juan Manuel (Manolo) Herrera -1 -1 -1
Juan Andrés Valenzuela -1 -1 -1
Hector Insua -1 -1 -1
Yoshiaki Nishita -1 -1 -1
Gustavo Adolfo Velez Duque -1 -1 -1
Jakub Gutkowski -1 -1 -1
Joy Rathnayake -1 -1 -1
Mohammed A. Saleh -1 -1 -1
Juan Carlos Gonzalez Martin -1 -1 -1
Daniel William Brown -1 -1 -1
Chee Meng, Patrick Yong -1 -1 -1
Jing Ma -1 -1 -1
Fengbiao Liang -1 -1 -1
Majid Ardforoushan -1 -1 -1
Kazuhiko Nakamura -1 -1 -1
Qiuguang Zhao -1 -1 -1
Woodrow Windischman -1 -1 -1
G Vijai Kumar -1 -1 -1
Oksana Prostakova -1 -1 -1
Anton Lavrov -1 -1 -1
Vladimir Medina -1 -1 -1

SharePoint Conference 2012 Sessions Review

I have been to the last three SharePoint Conferences.  For the 2011 one, I was actually a speaker for my role as the Sr Architect at eBay.  You can find the complete post of eval results from that conference here:

 https://blogs.architectingconnectedsystems.com/blogs/cjg/archive/2011/10/26/Top-SharePoint-Conference-2011-Sessions-and-Stats.aspx

But since I wasn't a speaker this year (because I have been buried in Government contractor/agency stuff for the past year) I couldn't talk about any of the cool things I have been doing publicly and nor could I post the speaker results to help people find the good sessions.   Somewhat bummed about that, but I will have a ton to talk about at the next one!

I recently was reviewing the session PPTs and found some to be not so great, others wonderful and some AMAZING.  I love giving credit where credit is due, and pointing out where their can be improvements.  This blog post will stay with that common theme.  Here's my review of all the SPC12 sessions with a CJG rank from 1-5.  5 being the best.  A couple of notes, the rank gives higher weight to things that interest me and are new, the rank gives higher weight for powerpoints that could stand alone and weren't totally reliant on the "video".  It is in my opinion that slides should be able to stand on their own!  For developer sessions, unfortunately, I was especially hard being that I am from the dev side of the house (so…upfront…sorry if you are on the dev side for low ranking). 

Some things I noticed as I reviewed the materials:

  • Shupps just flat out rocks when it comes to creativity!
  • The
    Product group and the community speakers need to integrate a bit more
    of what each person is going to talk about.  There was so much overlap
    in the sessions that I feel we wasted valuable time slots that could
    have focused in on other topics.  Apps for SharePoint was the worse
    offender.  OAuth 2.0 was second, BI was 3rd.
  • There were some interesting product announcements in the slides that I am looking forward to checking out:
    • GeoFlow
    • ACM Server 2013
  • Even
    though I'm not a big branding person (totally functional thinking
    only), those were some of the top sessions…maybe an outlier with Ross
    and Drisgill though, but definitely not intentional
  • BI is HOT! 
    There are more sessions focused on this than anything else…if you
    aren't on the train…buy a ticket now, because you have but a few
    months left to get on it!
  • Customer stories really interested
    me the most, and if they interest me, they have to interest everyone
    else too!  We need more of these and less of the PMs doing odd presos
    that overlap community MVPs and MCMs that know it better than they do…
  • Apps
    seemed to be pushed a bit much, I like Apps, their is money to be made,
    but wow, why so much focus without showing us the why?   I think a
    classic movie pegs it right on…"Show me the money".  Help me, help you
    Microsoft….resolve our security concerns, make it personal, then you
    will get what you want.

Hope you enjoy the review, it was enlightening for me, hope it is the same for you!  As you can see, out of the 240 sessions, there are only 50 (20%) or so that I gave top honors that you should check out no matter what.  Out of those, there are 8 that stand out as OUTSTANDING! 

Top ranked sessions (in order of my favorite – notice Shupps wins again this year):

  1. SPC006 – Shupps – A Real World Help Desk App End to End – CJG RANK 5 of 5 (Possibly a 6?)
  2. SPC142 – Crockett – Making Fast Sites Faster in SharePoint 2013 – CJG RANK 5 of 5 (Possibly a 6?)
  3. SPC073 – Cohen – Deep Dive on Information Rights Management and SharePoint – CJG RANK 5 of 5 (Possibly a 6?)
  4. SPC172 – Waldbaum – Capacity Planning, Sizing and High Availability for Search in SharePoint 2013 – CJG RANK 5 of 5 (Possibly a 6?)
  5. SPC154 – Groom – Migration Strategies for Search in SharePoint 2013 – CJG RANK 5 of 5 (Possibly a 6?)
  6. SPC119 – Walker – Designing Your SharePoint Server 2013 Enterprise Deployment – CJG RANK 5 of 5 (Possible a 6?)
  7. SPC153 – Vega – Migrating Internet Sites to SP2013 – CJG RANK 5 of 5 (Possibly a 6?)
  8. SPC101- Harbridge – The Keys To A Sustainable SharePoint Strategy – CJG RANK 5 of 5 (Possibly a 6?)
  9. SPC137 – Brandenburg – Certified Records Management in the Cloud – CJG RANK 5 of 5
  10. SPC258 – Ruble – GeoFlow for Microsoft Excel 2013 – CJG RANK 5 of 5
  11. SPC151 – Shupps – Migrating Legacy On-Premise Solutions to SharePoint Online and Windows Azure – CJG RANK 5 of 5
  12. SPC121 – Bar-Caspi – How We Do It: Building & Managing SharePoint Online – CJG RANK 5 of 5
  13. SPC156 – Bischoff – Strategies for Adopting Social Computing Technologies – CJG RANK 5 of 5
  14. SPC120 – Goulet – Windows Azure Media Services – CJG RANK 5 of 5
  15. SPC049 – Larsson – Security Trimming for Search in SharePoint 2013 – CJG RANK 5 of 5
  16. SPC036 – Sanders & Stubbs – Windows Azure IaaS Deep Dive for SharePoint IT Professionals – CJG RANK 5 of 5
  17. SPC080 – Stubbs – Deploying SharePoint Farms on Windows Azure Virtual Machines – CJG RANK 5 of 5
  18. SPC271 – Harbar – Request Management in SharePoint 2013 – CJG RANK 5 of 5
  19. SPC269 – Pisoni – Yammer’s Secret Sauce – CJG RANK 5 of 5
  20. SPC015 – Ross & Drisgill – Creating Well Designed Intranet Sites in SharePoint Online – CJG RANK 5 of 5
  21. SPC047 – Ross & Drisgill – Creating Your Brand in SharePoint 2013 On-Premises or In the Cloud – CJG RANK 5 of 5
  22. SPC155 – Underwood – Mobile Business Intelligence – CJG RANK 5 of 5
  23. SPC104 – Bhargava – Transforming business with SharePoint through role-based productivity & insights – CJG RANK 5 of 5
  24. SPC259 – Aykan – What’s New in Search for SharePoint 2013 – CJG RANK 5 of 5
  25. SPC260 – Kraynak – What's New in Spreadsheet Management for Office and SharePoint – CJG RANK 5 of 5
  26. SPC136 – Hillier – JavaScript Bets Practices for Developing Apps  – CJG RANK 5 of 5
  27. SPC095 – Allred – Effective Search Deployment and Operations in SharePoint 2013 – CJG RANK 5 of 5
  28. SPC194 – Edge – Planning for the Lifecycle of Your SharePoint 2013 Website – CJG RANK 5 of 5
  29. SPC118 -Swan – How to write a cloud-hosted app for SharePoint with Ruby on Rails – CJG RANK 5 of 5
  30. SPC094 – Mahabala – Ecommerce solutions with Dynamics for Retail and SharePoint 2013 – CJG RANK 5 of 5
  31. SPC065 – Robinson – Customizing the way SharePoint 2013 looks – CJG RANK 5 of 5
  32. SPC267 – Adenouga – Working with User Profiles in SharePoint Server 2013  – CJG RANK 5 of 5
  33. SPC195 – Roth – PowerShell 3.0 Administration – CJG RANK 5 of 5
  34. SPC252 – Banerjee – What's New for BCS and Duet in SharePoint Server 2013 – CJG RANK 5 of 5
  35. SPC067 – Barvo – Deep Dive on building apps like a SharePoint ECM dev – CJG RANK 5 of 5
  36. SPC020 – Jamison – Best Practices for Records Management with SharePoint – CJG RANK 5 of 5
  37. SPC098 – Sy – Fast Track Your PMO with Project Online – CJG RANK 5 of 5
  38. SPC261 – Mamidipaka – What’s new in Visio 2013 – CJG RANK 5 of 5
  39. SPC254 – Boyd – What's New for Developers in Project 2013 – CJG RANK 5 of 5
  40. SPC043 – Wang – Configuring and Managing Access Services in SharePoint 2013 – CJG RANK 5 of 5
  41. SPC082 – Holme – SharePoint 2013 Installation Tips, Tricks and Scripts – CJG RANK 5 of 5
  42. SPC246 – Gur-esh – Using jQuery and Display Templates to create modern Web Sites  – CJG RANK 5 of 5
  43. SPC052 – Prussak – Upgrading Revlon to SharePoint and Project Server 2013 – CJG RANK 5 of 5
  44. SPC056 – Adams – Next Gen Public Sites – Jones Lang LaSalle – CJG RANK 5 of 5
  45. SPC058 – Beresford – NASDAQ OMX Directors Desk and SharePoint Integration – CJG RANK 5 of 5
  46. SPC074 – Wisnowski – Implementing security for your BI applications – CJG RANK 5 of 5
  47. SPC083 – Zlot – Designing & Building Your Yammer Community – CJG RANK 5 of 5
  48. SPC034 – Gatimu – Building Windows Phone Apps with SharePoint – CJG RANK 5 of 5
  49. SPC096 – Baginski – Enhancing Reach and Accessibility with New Mobility Features in SharePoint 2013 – CJG RANK 5 of 5
  50. SPC086 – Hopkins – Developing Advanced BI Visualizations with Visio & SharePoint in Office 365 with Azure – CJG RANK 5 of 5
  51. ****SPC088 – Howard – Developing Hybrid apps for SharePoint – CJG RANK 5 of 5

All the sessions reviewed:

  • SPC001 –  Nakashima (MSFT) – 0 to 60 with apps for Office and SharePoint using Napa and Visual Studio 2012 – CJG Rank 2 of 5
    • Half of the presentation is about Office App development the other half SharePoint App Development.  I'm not sure that after looking at the slides I could honestly say we'd be going 60MPH after goign through them.  I'd more say we might have made it to 35MPH?  But then again, it could have been in Kilometers?  It was a very intro slide deck to Apps and the graphical content could have used a lot more ummpff.  You would have to watch the video to get more context as to the what and why of the slides.  The demos were really simple and again, only scratched the surface of what you can really do with the App Model.
  • SPC002 – Chou – 10 Tips for Building Great Apps – CJG Rank 3 of 5
    • A high level look at Apps for SharePoint and althought it says "10", they try to give "20", but I don't really few them all as very valuable tips so they really did 10 or less.
  • SPC004 – Ray (MSFT) – From adoption to business value with SharePoint 2013 – CJG Rank 4 of 5
    • Geez…information overload?  Lots of slides,lots of information, not easily digestible.  Still, the information is valuable for those looking to make a case for moving to SP2013 on-premise or online.
  • SPC005 – Hillier – A Primer in HTML5 and JavaScript – CJG Rank 4 of 5
    • You just can't get enough JavaScript these days, combined with HTML5, this is great stuff.  Although a bit basic, it did cover some very important parts of the latest versions and features of JavaScript.  Combined with the App Model and Client Side librariesREST, this is the development path of the future (whether on premise or in the cloud).  I would have liked to have seen some references to supplemental materials to show examples of each (or a link to his examples), but he did a lot in the demos that you don't get to see in the PPTs. 
  • SPC006 – Shupps – A Real World Help Desk App End to End – CJG RANK 5 of 5
    • Shupps humor stands out immediately.  It is always awesome to work in some fun elements to a session, this, he did.  Although not overly technical, it did break the points up of App development and deployment into very awesome images with a "Yoda" like phrase on every make a point slide.  This is what presenting should be!  Great Job Shupps!
  • SPC007 – Charran – SharePoint 2013 Product Line Architecture and Strategy – CJG RANK 4 of 5
    • This session is all about the up coming SharePoint online experience called PLA (ref slide 32) .  It is supposedly the "perfect balance between scalability, reliability, and security" (ref slide 35).  For me, its about the big accounts, the ones that have company proprietary data or classified (secret op secret) that cannot be left to leave the building or network.  A SharePoint Online or PLA will very rarely be used in these scenarios. For the small mom and pops that don't have the tech resources to make SharePoint.NET scream with profits, this is great, but that's not my focus and that's not where money is at for consultants like myself.  That being said, it is full of interesting tidbits about SharePoint at a marketplace level that are good fillers for our own PPTs.  It would have caught my attention if they could help alleviate my fears around security so it only gets a 4. 
  • SPC009 – Donovan – SharePointBI – CJG RANK 3 of 5
    • This was a session that covered some of the new items in the Microsoft BI Stack.  I have to say it does have some pretty sweet tidbits in it (slides 11-13).  I didn't like the overlap with session SPC001, another high level…hey look at Office Apps type of content. No need for this.  The demos were neat, but the "Dashboard in the Cloud" was a bit over the top.  For data that you may want to reference that isn't all that important internally, you can put it in Azure (or whereever), but again, I just don't see people putting these crazy super sensitive company proprietary data on SQL Azure and referencing it from PowerPivot spreadsheets on an internal SharePoint server (at least IBM won't do it anyway or any corporations that have Petabytes of data that they consume and build massive DW with several levels of granularity or cubes on).  I did however like the facts on slide #3
  • SPC010 – Arenas – SharePoint hosted apps – CJG RANK 3 of 5
    • Another session on Apps for SharePoint, only this was focused on the "SharePoint" Hosted option.  Again lots of overlap with content of all the other Apps for SharePoint sessions (Client and REST APIs).  The only notable difference was there was some interesting coverage of the UX experience on slides 21-24. 
  • SPC011 – Petrosky – Assessing Customer Environments: Preparing to Upgrade or Migrate to SharePoint 2010/SharePoint 2013 – CJG RANK 4 of 5
    • Since upgrades and migration is one of my core specialties, I can appreciate what Petrosky was doing with these slides.  They were very well thought out!  I had similar content in the eBay presentation last year and the only reason I didn't get it 5 of 5 was that I felt it could have gone a bit deeper into some of the areas that were brought up.  Overall, very nice!
  • SPC012 – Lukawiecki – Attractive Business Intelligence – CJG RANK 2 of 5
    • Well, not sure what to say about this one.  Vendor presentation with "check out the videos" and some discount codes.  Then lots of demos that I'm sure showed some neat stuff, but when you just look at the PPTs…well…not great.  Put some facts about the demo you are going to show in the PPT!
  • SPC013 – Holme – Automating SharePoint Governance and Management – CJG RANK 4 of 5
    • Even thought it didn't have much from a technical standpoint, the robust coverage of governance from the definition and abstractness was well played in the slides.  They stand on their own and provide you just a couple of thoughts towards the end of technical implementation examples.  Since I have locked down many a SharePoint server from a technical standpoint, I would have liked to have seen more of the "automation" part of the title.  But great content none-the-less!
  • SPC014 – Fitzmaurice – Nintex: Workflow for Everyone in the SharePoint 2013 Era – CJG RANK 3 of 5
    • Really liked the opening slides of what's not in 2010, then showing same slide of what's not in 2013, then showing whats in 2013, that was VERY slick.  After that, the slides went all over.  Even though I know they can have a raging party, still gotta only give em a 3 for that.  Again, PPTs that are more stand alone in their information will help drive sales!
  • SPC015 – Ross & Drisgill – Creating Well Designed Intranet Sites in SharePoint Online – CJG RANK 5 of 5
    • The PPTs were mostly well thought out and the pictures drove some of the points home.  There were a few random slides that lacked the opening gumption, and could have been rounded out more, but overall. This presentation rocked! It's funny…slide 31 didn't make it into the thoughts of SharePoint product teams members…3-click rule…or better yet <3-click rule that was implemented in 2010 but lost in 2013
  • SPC016 – Gideon – Deep Dive – Social Architecture – CJG RANK 5 of 5
    • It started off slow, and I didn't get the warm fuzzies, but then it sped up REALLY fast.  Wow, lots of great content and info on the new architecture of MySites.  It amazing mimics the design of the guys from Arrini.com, who I gave a top recommendation of product vendors from the Conference. 
  • SPC017 – Fourrage – Best Practices for using SharePoint and Media to Connect Knowledge and Communities within your Organization – CJG RANK ? of 5
    • Hmm, whatever this was, it looks cool and someone is sure proud of it, but I can't decipher enough about it from the PPTs to give it any type of score…too bad…
  • SPC018 – Harmetz & Rosenfeld – Best Practices for ECM in the Cloud – CJG RANK 4 of 5
    • I really liked the tidbits on the SharePoint Online limits, there were two slides that covered this and they were great!  I'm sure the demo was great for Demo Trend 1&2 and the last demo trend would be interesting also.  Still, the PPTs alone though can't stand by themselves.  So even though I like where they went with this, they don't get a 5…
  • SPC019 – Levitz – Best Practices for Designing Websites with SharePoint 2013 – CJG RANK 2 of 5
    • Just when I thought the slides were getting good, they jumped to reference other sessions.  The mobile story is great in SharePoint 2013, I have tons of labs on it (even though you need RemoteFX to do most of them) and they should have went into more depth on this (and maybe they did in the videodemos).  There were a few slides that were easily debatable from an experience standpoint (like slide 3).  The best slide in the deck is slide 6.  The rest…well made my brain wonder where I was half the time, that's why it gets a 2.
  • SPC020 – Jamison – Best Practices for Records Management with SharePoint – CJG RANK 5 of 5
    • Creative…very creative, I love Bob.  Full of information, lots of good tidbits.  Slides can live on their own, even does a good job at promoting Jornata…without promoting Jornata.  Excellent presentation!
  • SPC022 – Keyes – Better Brand Management through SharePoint 2010 – CJG RANK 5 of 5
    • I LOVE customer references, espcially the big customers like KRAFT.  I thoroughly enjoyed how they branded each of the product lines.  This is a similar approach to what we did a eBay with the differenet divisions like ebay, PayPal, XCommerence…etc.  Branding people…eat your hearts out!
  • SPC025 – Roth – Bringing SharePoint to the Desktop – CJG RANK 3 of 5
    • There was a lot of information here.  Tons actually!  The only thing missing was details for each bullet point.  When I look at the slides I can decipher the information and make the connections, but when someone with less knowledge browses the PPTs later, its hard to see what the bullets means without looking up more detailed information on technet or google.   I'd also like to see some more "fun" incorporated into the slides (ref. shupps  and Jamison), otherwise, I'm thinking death by powerpoint maybe?  Again, great, wonderful content that has lots of value!
  • SPC026 – Greenberg (MSFT) – Apps for SharePoint in 60s – CJG RANK 2 of 5
    • Hmm, not exactly sure what these slides were supposed to accomplish.  I know it was for Access Services, but if it was a single table with firstname, lastname to show how the UI builds the insert, modify, delete and search forms.  I may have to scream.  Isn't the session supposed to be at least 60 minutes?  Why build an app in 60s?  Room for improvement here me thinks.
  • SPC028 – Campbell – Building apps with the SharePoint 2013 UX platform – CJG RANK 5 of 5
    • Highly technical, very dev…very cool! 
  • SPC029 – Miller – Building Autohosted Apps for SharePoint 2013 – CJG RANK 4 of 5
    • And just when I thought things would die down, another awesome dev session.  This is probably one of the best session on App Development that I have seen.  They discuss the SharePoint Store app for recognition and how it was built.  I really wish someone would do a presentation on how to build an on-premise OAuth application that integrates with SharePoint and has nothing to do with the cloud.
  • SPC030 – Baginski – Building Cloud hosted apps for SharePoint with PHP and node.JS – CJG RANK 5 of 5
    • I'm thinking this is the one and only session that shows how to do non-cloud hosted apps (even though his example is cloud hosted) of building an application that can make OAuth calls to a SharePoint server.  The thing is, I still haven't seen a simple on-premise OAuth application with NO ACS involved.  Why is this so hard or forbidden to do?  Despite my "confusion" around this, Todd jammed on the content and the slides.  He lays the framework for what I am trying to do.  But BCS is still….well…you know what…
  • SPC031 – Follette – Building end-to-end apps for SharePoint with Windows Azure and Windows 8 – CJG RANK 4 of 5
    • This was kind of a hodge-podge of development topics.  Guess that why the topic was end to end.  It had elements of Apps, Mobile push notification, windows 8, REST, and a couple of other things.  It definitely accomplished the end to end at a high level, but I don't see how you can go very deep with all those topics in such a short time.  Overall, to do this session you must know a a lot, to digest it…you must also know a lot!
  • SPC032 – Chou (MSFT) – Building Out a Great App UX – CJG RANK 4 of 5
    • This was a unique take on Office Apps that I didn't see in any of the other sessions.  Much more in-depth detail about the UX design of an App.  Even though I don't ever see myself building an Office App, for those that will, this is a great session.
  • SPC033 – Summers – Search-Driven Windows 8 Apps with SharePoint 2013 – CJG RANK 4 of 5
    • I'm not sure why the "Windows 8" part was on the title.  This should have been more like developing SharePoint Search applications (no matter what the client is).  Pretty sure the Windows 8 was added as marketing fluff.  Overall the coverage of the search REST api was well done.  You can reference my REST blog post to view the architecture of how the development team did REST, and I'm sure there will be more API endpoint exposed in future cumulative updatesservice packs.
  • SPC034 – Bhardvaj – Building Windows Phone Apps with SharePoint – CJG RANK 5 of 5
    • GREAT
      presentation. Having built several mobile labs for the ACS development
      course I can tell you that this session covers all the basics. 
      Wonderful session!
  • SPC035 – Gatimu – How Office 365 Can Help Transform Your Business – CJG RANK 2 of 5
    • Not really sure where these PPTs were going or where they took me.  I saw a lot of SharePoint marketing, but not anything about Office 365?
  • SPC036 – Sanders & Stubbs – Windows Azure IaaS Deep Dive for SharePoint IT Professionals – CJG RANK 5 of 5
    • Very well laid out set of slides that does an excellent job of describing the services provided by Microsoft Azure.  Although it is more expensive, it has done a great job of catching up with Amazon and I'm confident it will pass Amazon in features someday (but they will be in a following type of position rather than leading – have you seen the Amazon tabs lately?).
  • SPC037 – Jaminson – Charting Your SharePoint 2013 Journey: Leverage your existing SharePoint investment – CJG RANK 4 of 5
    • Another set of cool powerpoints.  Although once you have seen Bob, you don't think he as funny the second time 🙂  Still good content, good organization!
  • SPC038 – Crane (MSFT) – Choosing the Right Project Management Solution for Today and the Future – CJG RANK 2 of 5
    • Another set of…what was I supposed to get from these PPTs set of PPTs.  I didn't see any take home value in these PPTs.  Possibly the video was better?
  • SPC039 – Vega – Claims Based Authentication – Migrating to the new SharePoint 2013 Identity Model – CJG RANK 5 of 5
    • Umm…can you say…AWESOME?  Yeah, this session rocks!  All about how to migrate to 2013 claims from 2010 windows classic auth.  Very nice!
  • SPC040 – Evans – Client Side Rendering in SharePoint Server 2013 – CJG RANK ? of 5 (but likely 4+)
    • Well…in typical Kirk fashion…didn't give us any slides to go off of…I did hear good things about this session from quite a few people…and given that he gives me such a hard time on twitter, I'm pretty sure he did great.
  • SPC041 – Caplinger – KnowledgeLake: ECM on SharePoint 2013 – 13 Ways to Make it Rock! – CJG RANK 3 of 5
    • I wasn't really sure where I was going with these PPTs, until the very last one.  Slide 18 is a good guiding slide, even if the rest derailed me.
  • SPC042 – Muti – Compelling Data Visualization with Power View in Office and SharePoint – CJG RANK 3 of 5
    • The PPTs don't give PowerView justice.  I'm sure the session was good with the demos, but with just the slides, not a homerun.
  • SPC043 – Wang – Configuring and Managing Access Services in SharePoint 2013 – CJG RANK 5 of 5
    • This was actually a very nice session on Access Services.  It started off slow, but then really started dropping in some good content tidbits.  I especially liked the Installing and Configuring part, priceless!
  • SPC044 – Raghavan – Crawl and Index all Enterprise Content with SharePoint 2013 Search – CJG RANK 4 of 5
    • This was good content, nothing I hadn't seen already, but good none-the-less.  I would have liked to seen more references for building the custom connectors or even some best practices around that.  But I'm sure that in itself is a complete session.
  • SPC045 – Kim – Custom Workflow Activities & Actions for SharePoint 2013 – CJG RANK 4 of 5
    • I think this topic has been beaten to death over the years (I should know, I was the first to build an encryption and decryption activity using Enterprise Library back in SP2007), but the new WF4.0 framework does add some extra steps into the equation that were discussion in slide 14.  Also like that Kim put references at the end of the slides…good job!
  • SPC046 – Jimenez – Creating apps for Excel, Word and PowerPoint – CJG RANK ? of 5
    • Wait…weren't we at a SharePoint conference (oh…right..SharePoint is under the Office group)?  Didn't even bother…
  • SPC047 – Ross & Drisgill – Creating Your Brand in SharePoint 2013 On-Premises or In the Cloud – CJG RANK 5 of 5
    • So how is is that Ross and Drisgill get all the cool topics?  Wow…all I can say is WOW…great job!
  • SPC048 – Halstead – CRM BI and Workflow tracking with Microsoft Visio – CJG RANK 3 of 5
    • I'm sure the demos had to have been great, on simply the merits of the PPTs, not much here for me.  Maybe for you?
  • SPC049 – Larsson – Security Trimming for Search in SharePoint 2013 – CJG RANK 5 of 5
    • Umm…can you say "SUPER-CAN-YOU-SHOW-ME-SOME-MORE-FREAKIN-COOLNESS"???  Oh yeah, this will be huge for 2013.  This was possible in FAST Search, but the JAVA API was such a pain in the ass…
  • SPC052 – Prussak – Upgrading Revlon to SharePoint and Project Server 2013 – CJG RANK 5 of 5
    • Did I say I LOVE customer sessions?  No?  I LOVE CUSTOMER SESSIONS!  I understand MSFT takes some risk on if the presenter will be good or not, but come on, real world beats theory any day!  Wait did they put a picture of Vanialla Ice slide 21?  Yeah…yeah they did. ==>CJG Fun Fact:  I have done 12 migrations (project server 2003, 2007×2, 2010, SP2003, SP2007x3, SP2010, Oracle, PHPx2) for one customer in the last year…that's one per month!  I love upgradingmigrating…
  • SPC053 – Smith – Case Study: Booz Allen CJG RANK 4 of 5
    • Wait…didn't we do this one already? Oh this is about how they use Yammer now…the screen shots do look seriously cool, be sure to check them out.  I am impressed they are managing to keep in front of the bell curve.
  • SPC054 – Mobasseri – How eBay built one integrated social network on SharePoint – CJG RANK 4 of 5
    • Great stats about eBay.  Definitely things you wouldn't have gotten in public if Ramin wasn't at the conference.  Ramin has always been a very forward thinker and his slides show it.  I'd like to have seen more examples of the implemented parts in the slides, but I know how difficult it is to get legal sign of on those things.  I will say…eBay was one of the first Yammer customers and had a big role in exposing Yammer to Microsoft (before the acquisition).  So similar to Booz Allen, you'll get info on working with Yammer.
  • SPC055 – Hoehn – How Fresenius Medical Care migrated Dashboards to 2013 – CJG RANK 4 of 5
    • Oh yeah…something very close to me at the moment. Dashboards in SharePoint!  I'm moving lots of workbooks into SharePoint to implement CMMI Level 5 at the moment…its hard!  As far as the session, pay particular attention to slide 11, you'll need it later!  Slide 13 is an awesome comparison of how dashboards render on mobile devices. Notice slide 17, last bullet point…good info.
  • SPC056 – Adams – Next Gen Public Sites – Jones Lang LaSalle – CJG RANK 5 of 5
    • Wow, very well thought out and presented set of slides.  Excellent in all respects!
  • SPC058 – Beresford – NASDAQ OMX Directors Desk and SharePoint Integration – CJG RANK 5 of 5
    • Again…how can you go wrong with real customer stories of things they have done and are doing?  How SharePoint automated one of their work processes…sweet
  • SPC060 – Wilson – How United uses taxonomy to drive procurement – CJG RANK 5 of 5
    • Another awesome customer story!  Very innovative way of building a procurement application in SharePoint.
  • SPC061 – Benjamin – Kroger Launches Business Social Networking with Yammer and SharePoint 2010 – CJG RANK 5 of 5
    • Kroger's social journey with Yammer.  There was some pretty juicy slides (7-9) in here!
  • SPC063 – Yuceturk – Customizing Search Experiences in SP2013 – CJG RANK 5 of 5
    • Can you say "Display Templates" and "Result Types"?  Oh yeah, these rock!  Great coverage of a great new feature in SharePoint Search.
  • SPC064 – Preston – Customizing Sites and Pages in SharePoint 2013 – CJG RANK 4 of 5
    • Can you say client side rendering (CSR)?  If you can't, then you will after reviewing this session.  CSR has some amazing possibilities as demoed in Wes's session.  It is a must learn for devs!  Could have used some more work on the PPTs, but the info was awesome.
  • SPC065 – Robinson – Customizing the way SharePoint 2013 looks – CJG RANK 5 of 5
    • The most through coverage of the new theming architecture for SharePoint sites I have seen!  PPTs rock!
  • SPC066 – Myers – Data Modeling and Reporting for the Business User with Excel and SharePoint – CJG RANK 4 of 5
    • All about PowerPivot and PowerView.  There are some really good pieces of information in here that you won't see in other sessions!
  • SPC067 – Barvo – Deep Dive on building apps like a SharePoint ECM dev – CJG RANK 5 of 5
    • Yet another Apps presentation…but…perhaps this one goes a bit farther than the others.  There is coverage of Remote Event Receivers, however it is somewhat misleading in their "use".  You can use these on-premise to make remote calls to other applications that implement the interface.  You just need to remove the TokenManager part and forget about any OAuth.  This session may just have cleared up the pieces I was missing when doing on-premise OAuth (using the appregnew.aspx page).  For that, it ranks high in my list of SharePoint App sessions!
  • SPC068 – Gonzalez – Deep Dive on Integrating SharePoint Metadata with other Metadata Stores – CJG RANK 4 of 5
    • If you don't have much experience with Managing Managed Metadata Terms from a Dev standpoint, this session shows you both the server and client object model calls you can use to both populate, sync and tag items in libraries.  Great intro, with some more advanced "think-about-gotchas" when working with the term store.
  • SPC069 – Summers – Making Your Search Social with SharePoint 2013 – CJG RANK 3 of 5
    • Well, definitely cool search topics, but way too high level and somewhat fragmented.  Would have preferred to learn how Search uses the social aspects of following objects to enhance the search experience.
  • SPC070 – Bortlik – Deep Dive on Managing Enterprise Content Types At Scale – CJG RANK 4 of 5
    • This was a great to the point, well laid out session about content types.  Perfect for any beginner that has never had to deal with managing content types in the past.  Very well though out slides.  Jornata guys are one fire! 
  • SPC071 – Lindhorst – Building Apps for SharePoint with Access 2013: A deeper dive – CJG RANK 3 of 5
    • This session didn't need to exist. It had some good content and not sure it was really a dev session…it really could have been rolled up with the other Access Services session SPC043 and call it "Business".
  • SPC072 – Stickler – Deep Dive on the Capabilities of SharePoint Online's New Public Website – CJG RANK ? of 5
    • Not really enough content in the slides to judge whether they did a good job showing off the public website aspects.  There was one slide that had some good info (#5)
  • SPC073 – Cohen – Deep Dive on Information Rights Management and SharePoint – CJG RANK 5 of 5 (Possibly a 6?)
    • I think I was just sold on SharePoint Online, just with this session alone!  IRM in the cloud?  For free?  Simple to setup?  Simple to use?  Wha???  Are you kidding me?  This has to be one of the by far coolest features EVER.  Ivan Sanders mentioned this to me a few weeks ago, but I was a bit skeptical…now I see the light!  WoW!
  • SPC074 – Wisnowski – Implementing security for your BI applications – CJG RANK 5 of 5
    • A-w-e-s-o-m-e.  Very informative information on the new security model of SSRS and SharePoint 2013.  The changes are welcomed!  If you are doing BI, this is a MUST ATTENDREAD session!
  • SPC076 – Mikalsen – Deliver Adaptive and Personalized Experiences with SharePoint 2013 – CJG RANK 3 of 5
    • I have always loved the concept of using search and analytics together, ever since it was patented by Amazon by the way.  But you can see it everywhere now.  eBay uses it to suggest other items you might be interested in. I see the high level topics are discussed here, but I didn't see any specifics about how to do it technically using the out of the box components.  That really would have made the presentation stellar!
  • SPC077 – Richard – Customer Showcase: Deliver Australia Pty Ltd- CJG RANK 4 of 5
    • How one customer used Visio, SharePoint Online and Azure to implement a business process.  Always have to love customer stories!
  • SPC078 – Heide – Delivering Winning Projects in SharePoint With Microsoft Project – CJG RANK 3 of 5
    • Not a lot of meat in these slides.  You'd have to watch the session video I guess…I'm thinking from the slides you can decipher what you will get though.  Maybe stick with Dux sessions?
  • SPC079 – Holm – Demo Extravaganza: Internet sites with SharePoint 2013 – CJG RANK 4 of 5
    • Very cool examples of public internet sites running SharePoint 2013!  They only bad part about them is that most of these sites also expose the /_vti_bin/lists.asmx end point.  This is bad people!
  • SPC080 – Stubbs – Deploying SharePoint Farms on Windows Azure Virtual Machines – CJG RANK 5 of 5
    • I'm going to crown Paul Stubbs the king of SharePoint in Azure…umm…yeah…just did.  He did two killer Azure sessions and they were not simple load a VM and off you go type of thing.  Well played!
  • SPC081 – Gideon – Deploying Social in the Enterprise – CJG RANK 4 of 5
    • This was a very nice overview of the My SiteSocial pieces of SharePoint 2013.  Not too high level, didn't get too deep, but had juuussstt enough!  Not sure the title matches the content, but their were some nice tidbits in slides 28 & 29
  • SPC082 – Holme – SharePoint 2013 Installation Tips, Tricks and Scripts – CJG RANK 5 of 5
    • Dan always does a good job on his slides.  Very methodical he is!  I did love the addition of the SPEnterpriseAdmin account.  The "God" account.  That was a new slide. But Dan also worked in some new content around multiple farms (dev, qa, prod, etc).  I use this in every customer I go consult for, it is dead on!  He nailed the buggy-ness in the install pre-reqs…that is a pain.  There is one area where I think he gave out his production SharePoint 2013 key…try it and see???  I especially like the shout out on slide 105 🙂
  • SPC083 – Zlot – Designing & Building Your Yammer Community – CJG RANK 5 of 5
    • Wow…my favorite quote from the slides…"Its Yammertime".  Coors really loves yammer…see why in their slides!  Slide 32 is awesome…"The role of a community manager".  Yammer and beer…hmm…guess you can't say anything bad about that!
  • SPC084 – Raja – Developer's Guide to Integrating Microsoft Dynamics CRM & SharePoint 2013 – CJG RANK ? of 5
    • Don't know enough about Dynamics CRM and SharePoint to be able to confidently judge these slides.  So, judge for yourself!
  • SPC086 – Hopkins – Developing Advanced BI Visualizations with Visio & SharePoint in Office 365 with Azure – CJG RANK 5 of 5
    • Wow, the title is a mouthful…and that's not something Stacy Draper said!  This slide got me really excited about Visio Services, more so than any other session PPTs. The slides can stand by themselves and makes you want to click the links to learn more.  Very well done!
  • SPC087 – Delano – Developing and Managing a BI Semantic Model – CJG RANK ? of 5
    • Ummm…another one of those…I have only 5 slides everything will be demos type of sessions.  Not a fan, but maybe the session is good?
  • SPC088 – Howard – Developing Hybrid apps for SharePoint – CJG RANK 5 of 5
    • This session is exactly what I was hoping I would not see when it comes to Apps for SharePoint in an on-premise fashion  It validated everything I knew to be true in my previous blog posts.  Only S2S is supported on-premise and even then the bearer header in the HTTP is large than the NTLM header would be. What is the point of this?  Seriously?  This pissed me off more than anything…however…technically, these slides are great, information is solid and it told me what I didn't want to hear.    I can't ding the presenter for presenting on something dumb and since it told me what I needed…I guess it gets a 5 (although the content behind it deserves a 1). A conversation with Howard is on the top on my list now!
  • SPC089 – Chung – Developing SharePoint Workflows with SharePoint Designer 2013 and Visio Pro 2013 – CJG RANK 4 of 5
    • Slide 12 and 13…enough said
  • SPC090 – McCarthy – Building Yammer Solutions in SharePoint and Yammer – CJG RANK 4 of 5
    • Not sure what's up with the title, why Yammer twice?  The content was interesting.  Never realized that Yammer has an app model of its own.  It makes me wonder whats going to happen to those apps moving forward?
  • SPC092 – vanWyk – K2 and SharePoint 2013 – CJG RANK 4 of 5
    • Lots of customer references about K2 and how it decreases the time for a particular process.
  • SPC093 – Krippner – Document Management and Collaboration – CJG RANK 3 of 5
    • I thought the slides were light, however there was one good one (#5).
  • SPC094 – Mahabala – Ecommerce solutions with Dynamics for Retail and SharePoint 2013 – CJG RANK 5 of 5
    • DAMN…if I was an investor in MSFT stock, this slide would make me buy more.  This is an insane tribute to how Microsoft has (over a long period of time), really started to integrate the products they have acquired and make them have an insane amount of value OOB.  These are the slides that Ballmer should be presenting…the integration strategy across product lines and how it will make you money!  Outstanding session. 
  • SPC095 – Allred – Effective Search Deployment and Operations in SharePoint 2013 – CJG RANK 5 of 5
    • This has to be the BEST set of slides on managing SharePoint 2013 search I have seen to date.  Very informative, easy to follow.  It has it all.  I have to admit, there were a few things I will take from this and roll into the upcoming MSPress books! 
  • SPC096 – Baginski – Enhancing Reach and Accessibility with New Mobility Features in SharePoint 2013 – CJG RANK 5 of 5
    • If their had to be a winner of session around mobility.  Todd took it.  Lots of information at both a high and low level.  Well thought out and organized.  Very nice session.  Good job Todd!
  • SPC097 – Morton – Developing apps for SharePoint 2013 with Visual Studio 2012 – CJG RANK 3 of 5
    • Another Apps for SharePoint session.  This one was too high level for me and the topics were covered in other sessions.  I can see the value if the other session were during more important and high value speaker times and they just needed another one to help bring people up to speed.  I wouldn't have attended this.
  • SPC098 – Sy – Fast Track Your PMO with Project Online – CJG RANK 5 of 5
    • Slide 22 is priceless!!!  I can say that Dux only knows a couple of things.  1)  How to dress like Psy…but maybe not dance like him  2)  How to run a project like an Intel CPU knows how to run assembly code!!! The slides have high level valuable information on running projects and making fun of the status quo.  He has made a name for himself and it is his right to do so when it comes to Project Management.
  • SPC099 – Devendorf – Moving Legacy Data/Systems to SharePoint/SQL Azure with Access 2013 (Lotus Notes/MDB/Excel etc…)  – CJG RANK 3 of 5
    • There were a lot of Access Services sessions.  Access has been filled with a new life force…if only we could get Shupps to promote it with his #SPYoda karma then it would really grow wings.  Possible they need a lot of Red Bull?  The only interesting slides here were the ones on Lotus Notes migration.  Yeah, you can move the data over, but the Lotus script around the data makes it much more difficult than what is conveyed.  I have to give a shout out to @pistachioApps here…why migrate to Access when you can leave it where it is and still work with it?  BCS…you have a problem…
  • SPC101- Harbridge – The Keys To A Sustainable SharePoint Strategy – CJG RANK 5 of 5 (possible a 6)
    • Oh yeah…#shareBeiber…I have to say…when it comes to AIIM stuff, he has to be one of the more passionate people I know.  But make it Selena Gomez and I'm sure he'd forget about it in a second (think he implied this in slide 5)!   But then to be serious for a moment…you see some of his humor on slide 27.  Pay attention to slide 29…this happens everywhere and is the first time I have seen someone put it in a slide!  Point made on slide 33.  Then you see Richard throw down one of the basic principles in teaching…tell them once, them tell them twice…then tell them a third time.  He does this in such a masterful way and each time it is the same, but yet a tad bit different…#sharebeiber…you outdid yourself on this one!
  • SPC102 – Bray – Gathering Requirements: Asking the Right Questions for Building a SharePoint 2013 Environment – CJG RANK 4 of 5
    • Shannon holds true to his title.  He has so many valuable questions that you should ask yourself before upgradingmigrating to SharePoint 2013.  If you can't answer all these questions, then you need to put your upgrademigration on hold!  Would like to have seen more "answers" to the questions that were posed in the slides (I'm sure he covered them in the video)…and he will definitely cover them in his upcoming book!
  • SPC103 – Bortlik – Get Started with Social Adoption using SharePoint 2013's Cross Farm Services – CJG RANK 4 of 5
    • Oh my…I learned something I didn't know in slide 21 and 22 of this session.  Check it out.  And you should learn this because Shannon Bray will drill you on it!!!
  • SPC104 – Bhargava – Transforming business with SharePoint through role-based productivity & insights – CJG RANK 5 of 5
    • This is a CEOCIO level session.  It really hits home to those abstract ideas of what drives a manufacturing company.  I really liked that WindChill was brought up in one of the slides at the top level.  This was one of the most realistic PPT slides I reviewed out of all of them.  This was focused at a high level business drivers level.  For any C-level, they would say this session was the best of them all at SPC.  It had nothing technical, but it hit home with me as I'm at a government contractor that manufactures "gadgets" for the US Government. Wonderful presentation!
  • SPC105 – Mazner – Getting the Most out of SharePoint for Small Businesses and Professionals – CJG RANK 2 of 5
    • What in the world was this session all about???  I have no clue…
  • SPC107 – Studer – Making SharePoint Part of your Enterprise Information Infrastructure – CJG RANK 3 of 5
    • A typical vendor presentation…not like Jornata's.  I'm sure they have a great solution.
  • SPC108 – Epstein (MSFT) – Governance for SharePoint 2013 Customizations – CJG RANK 1 of 5
    • I did not see the point of this session given the other sessions.  Not impressed.  No constructive criticism for this one other than it should never have happened…
  • SPC110 – Holm – Grow your Business Online with SharePoint's Adaptive Experiences – CJG RANK 2 of 5
    • Ok…not sure what happened…two bad ones in a row. Not as bad as the last one…but damn.
  • SPC111 – Baer – High Availability Solutions with SharePoint Server 2013 – CJG RANK 4 of 5
    • What can you say about Bill other than he is the "future" of SharePoint?  We can say so much about the past, but Bill is the center of the universe when it comes to Microsoft and SharePoint.  He is one of the most helpful, genuine people you will ever meet.  And on top of it…he knows his stuff more than anyone else!  Bill did the keynote last year around high-availability and I would have loved to see more of those types of things in his PPTs.
  • SPC112 – Winterbottom – Customer Showcase: How Clifford Chance, one of the world's largest law firms, has bet its ECM strategy on SharePoint – CJG RANK ? of 5
    • Another customer session.  Not much in the PPTs so you would have to watch the video to really get anything out of it
  • SPC113 – Homann – How SharePoint 2013 and Dynamics for Retail Play Together to Deliver Unique Business Value – CJG RANK 2 of 5
    • Seems like a very dumbed down version of the awesome SPC094 session…why two?
  • SPC115 – Salamatov – Building Apps for Outlook – CJG RANK 2 of 5
    • Office?  Grr…I want SharePoint
  • SPC116 – Stallo – Building Modern Business Applications for SharePoint 2013 with LightSwitch – CJG RANK ? of 5
    • Nothing in the slides…you have to watch the video.
  • SPC117 – Allred & Molnar – How to Manage and Troubleshoot Search : A Practical Guide CJG RANK 4 of 5
    • It has the basic points, not sure I would be confident as a beginner that I would be able to troubleshoot Search after the session.
  • SPC118 -Swan – How to write a cloud-hosted app for SharePoint with Ruby on Rails – CJG RANK 5 of 5
    • Nick was bold for taking on such a touch topic…he did a great job!  His slides weren't full of all of content, but it had just enough.  You really do have to watch the video on this one!
  • SPC119 – Walker – Designing Your SharePoint Server 2013 Enterprise Deployment – CJG RANK 5 of 5 (Possible a 6?)
    • Probably the most thorough coverage of how to architect a farmfarms.  The licensing part at the end was a MAJOR bonus.
  • SPC120 – Goulet – Windows Azure Media Services – CJG RANK 5 of 5
    • Oh my…if you have anything to do with distributing media to your customers, you HAVE to check out all the features in Azure Media Services!  I was also very impressed to see the list of partners that are providing value add!
  • SPC121 – Bar-Caspi – How We Do It: Building & Managing SharePoint Online – CJG RANK 5 of 5
    • This session made every single on-premise installation look like some kids play toy.  The amount of supporting code and tools written to manage SharePoint Online is MASSIVE and mind boggling.  If you want to get a peek into how they are managing, provisioning and upgrading older client to 2013, this is the session for you!
  • SPC122 – Canning –  – CJG RANK 4 of 5
    • Another session on how SharePoint Online is run everyday.  Good stuff.
  • SPC125 – Stevenson – Hybrid and Search in the Cloud – CJG RANK 4 of 5
    • Very interesting session on hybrid search scenarios.  It presented some interesting questions and use cases that make a hybrid solution a little more complex than it would seem.
  • SPC126 – Fried – Creating a Unified View of Business Critical Information with SharePoint and Search – CJG RANK 4 of 5
    • Jeff has been at the front of search technologies for the past few years, and I don't see that changing anytime soon.  I will say that the federated search support in SharePoint is very lacking.  Not to the fault of Microsoft, its hard to combine results when the relevance ranking scores are different or don't exist at all.  I did like the slides that showed their solution for combining federated results into a single result feed, that has been needed for a while.
  • SPC127 – Fox – I Want to be a SharePoint Developer But Don’t Know Where to Start – CJG RANK 4 of 5
    • Good intro for people with no sharepoint dev at all.
  • SPC128 – Bray – Implementing Federated Services in SharePoint 2013 – CJG RANK 4 of 5
    • Nice coverage of cross farm services, especially the 2013 to 2010 supported options.  Would have liked to see more reasons as to "why" one would implement cross farm services.
  • SPC129 – Stickler – Multi-language websites with SharePoint 2013 – CJG RANK x of 5
    • Great coverage of Varations in 2013.  Really liked the information on the Xiff pacakages.
  • SPC130 – Collie – Industrial-Strength Results Meet Spreadsheet Agility: The Dramatic Reality of PowerPivot – CJG RANK 5 of 5
    • I think one could call Rob the "Father" of PowerPivot.  His domain knowledge is close to unrivled when it comes to using PowerPivot for data analysis!  Really have to watch the video on this one.
  • SPC131 – Fiessinger – Introducing Project Online, a new Office 365 service – CJG RANK 4 of 5
    • Overview session of Project Online.
  • SPC132 – Schackow – Developing for Windows Azure Web Sites and SharePoint Online  – CJG RANK 3 of 5
    • Given all the other Apps for SharePoint sessions, not sure this one was necessary.  Lots of overlapping information with the other ones.
  • SPC133 – Newton – Introduction to the Cloud App Model for Office and SharePoint 2013 – Part 1 – CJG RANK 4 of 5
    • If we were to just have one set of Apps for SharePoint sessions, this series would be the one to rule them all.
  • SPC134 – Newton – Introduction to the Cloud App Model for Office and SharePoint 2013 – Part 2 – CJG RANK 4 of 5
    • If we were to just have one set of Apps for SharePoint sessions, this series would be the one to rule them all.
  • SPC135 – Russinovich – Windows Azure  – CJG RANK 3 of 5
    • Mark has to be one of the more dynamic speakers of our time.  Definitely a genius, but unfortunately in this instance, Paul Stubbs had much better content around Azure and SharePoint.
  • SPC136 – Hillier – JavaScript Bets Practices for Developing Apps  – CJG RANK 5 of 5
    • Scott just rocks when it comes to development sessions. This is no exception…great Javascript content and topics!
  • SPC137 – Brandenburg – Certified Records Management in the Cloud – CJG RANK 5 of 5
    • This was a VERY interesting session. It was somewhat StarTrek like via "Resistence is futile" when it comes to moving companies to the cloud.  And after seeing their slides, it makes sense.  CEO's don't want to hear excuses from IT about "this system went down because of xyz".  They don't want to have to rely on local IT resources to pick the wrong solutions and then manage them wrong.  In reality, IT will be a cost with risk.  The cloud will keep the "cost" part of the equation, but the "risk" part will slowly disappear.  As agent Smith would say…"it is inevitable".  I especially likes slides 14 and 20, they are the closest to convincing me the cloud is a viable option for corporations.
  • SPC140 – Mani – Deep dive on server-to-server identity platform – CJG RANK 5 of 5
    • S2S is a new auth model in SharePoint.  It was added to the OAuth 2.0 spec (much to the disliking of several people).  I'm not a fan as it has more overhead in the HTTP headers via the bearer token than it we had just did NTLM auth calls.  I can see the value if we were in a non-Microsoft world and needed to make these types of calls, but MS to MS, I don't really see the value.  Still, it is nice to have options when doing auth in SharePoint.
  • SPC141 – Miller – Lighting up SharePoint 2013 Extranets with BI – CJG RANK 5 of 5
    • It started off slow, but then the cool slides started rolling in at the end.  Wonderful set of tidbits for anyone thinking of doing an extranet facing BI portal.
  • SPC142 – Crockett – Making Fast Sites Faster in SharePoint 2013 – CJG RANK 5 of 5 (Possibly a 6?)
    • Woah…one of the best sessions of the Conference!  You have to see this to believe it.  Lots of crazy awesome points about making you SharePoint sites blaze! 
  • SPC143 – DeRose – Build Smarter Search Experiences with Result Sources and Query Rules – CJG RANK 5 of 5
    • Very unique session on creating search verticals in SP2013.  Cool stuff!
  • SPC144 – Lelic – Using Visio for High-End Business Process Consulting Services – CJG RANK ? of 5
    • This was so on another level it is scary.  This one I'll leave for the masses to decide.
  • SPC145 – Bergseth – Optimize Search Relevance in SharePoint 2013 – CJG RANK 5 of 5
    • A wonderful coverage of the technical tools you have in SharePoint (both old and news ones) to modify relevance to help your users find what they are looking for.
  • SPC146 – Shah – SharePoint Store Opportunity – CJG RANK 4 of 5
    • Intro to building apps for the SharePoint Store.  Would have liked more info on the current vendors selling apps and any lessons they have learned by publishing to the AppStore.
  • SPC149 – Jayakar – Meeting Today’s Business Needs with Yammer – CJG RANK 4 of 5
    • 68.57% of all stats are made up. Not sure where that number came from, but someone told it too me.  There are alot of stats in these slides.  They DO make you realize you need to adopt social or you will be left behind.  Just not sure where the stats came from..
  • SPC150 – Almaguer – Microsoft IT Early Learning: Moving Search to O365 and Building a Hybrid ExperienceCJG RANK 4 of 5
    • Some great lessons learned in these slides if you are planning on moving from FAST to SharePoint Online.
  • SPC151 – Shupps – Migrating Legacy On-Premise Solutions to SharePoint Online and Windows Azure – CJG RANK 5 of 5
    • What can we say other than Shupps just ROCKS.
  • SPC152 – Cohen – Migrating to SharePoint Online in Office 365 – Strategy and Best Practices  – CJG RANK 4 of 5
    • Not sure this was specifically targeted at SP Online and O365 migration.  More of a set of general concepts for any migration.  All valid and good stuff though.
  • SPC153 – Vega – Migrating Internet Sites to SP2013 – CJG RANK 5 of 5 (Possibly a 6?)
    • Awesome set of upgrade tips here.  A MUST read for those of you moving from 2010 to 2013.
  • SPC154 – Groom – Migration Strategies for Search in SharePoint 2013 – CJG RANK 5 of 5 (Possibly a 6?)
    • Superb coverage of migration SP2010FS4SP to SharePoint 2013 search.  Must read!
  • SPC155 – Underwood – Mobile Business Intelligence – CJG RANK 5 of 5
    • Excellent coverage of Microsoft's Mobile device strategy around BI concepts.  Lots of tidbits of info here!
  • SPC156 – Bischoff – Strategies for Adopting Social Computing Technologies – CJG RANK 5 of 5
    • The first 5 step process of how to adopt Social Computing in the enterprise.  For you execs, these are the slides you have been looking for all your life!
  • SPC157 – Levithan – Achieving Organizational Buy-in to Transform Your Enterprise – CJG RANK 4 of 5
    • Combined with SPC156, you have everything you need to make the case for Social
  • SPC158 – Walker – How Microsoft IT Migrated to the SharePoint 2013 Cloud – CJG RANK 5 of 5
    • Wow…talk about a shout out to Quest Software (which is now Dell).  A great customer reference (even if it is internal MS IT).  What does it say about Microsoft's IT not wanting to deal with SharePoint and letting the Cloud team do it?
  • SPC159 – Seacrist – WebTrends: Measuring and Optimizing the Social Enterprise – CJG RANK 4 of 5
    • Measure everything!  That's the jist of this session.  But WebTrends will have to keep on Newsgator to keep innovating with SP2013 and Yammer now in the picture or their might not be a partnership in the future.
  • SPC160 – Linster – HP: Performance of SharePoint 2010 and SQL 2012 with HP Gen8 – In the lab and in the Real World  – CJG RANK x of 5
    • LoadRunner has been a staple of the IT community.  It has a new competitor in Visual Studio Ultimate (which is why I was surprised to see it in the slides).  I'd love to see other server solutions and how they perform (like IBM, Dell, etc).  They did give some great tidbits of info despite the underlying technology (on slides 31-32).
  • SPC161 – Forss – Office 365 Deployment and Migration – CJG RANK 4 of 5
    • Nice overview of important consideration before migrating your O365.
  • SPC162 – Simons – Office Web Apps – CJG RANK 4 of 5
    • Good overview of Office Web Apps.  Would have been nice to see more info on the new features.
  • SPC163 – Kim – Laserfiche: Step-by-Step: Building a Case Management Composite Application – CJG RANK 3 of 5
    • Product vendor presentation.  Guessing they compete against KnowledgeLake et all?  Didn't get the jist of their product from the slides.
  • SPC164 – Lowell – Prepare for SharePoint on Mobile – CJG RANK 5 of 5
    • Very nice presentation on how authentication works with mobile devices.  Really liked the coverage of IDCRL.
  • SPC165 – White – Configuring your SharePoint farm for Business Intelligence – CJG RANK 3 of 5
    • I would have preferred most of the slides focus on BI in SP2013.  Most of them were targeted at SP2010.
  • SPC166 – Carter – Optimizing SharePoint 2013 for WAN Environments – CJG RANK 4 of 5
    • I don't think there was any remote configurations that were missed in this session (minus SPOnline hybrid approaches anyway).  It would be nice to see something like this only focused at SharePoint Online.
  • SPC167 – Dillon – Overview of Application Development on Yammer – CJG RANK 3 of 5
    • Even though the title has "Development" in it…I didn't see any dev topics in here.
  • SPC168 – Kalis – Featured Apps for Project & Project Online – CJG RANK 4 of 5
    • Very interesting overview of some of the Apps that have been built for Project and Project Online.  I'm not sure one should trust Microsoft just yet in publishing Apps.  Who's to say they won't take the idea and work it into the product in the future.  They certainly have more resources than you do.  Only expect your product to make you money until the next version comes out.
  • SPC169 – Pruitt – Vibrant Communities – CJG RANK 5 of 5
    • The most complete coverage of the Community site template and its features of all the sessions!
  • SPC170 – Rhee – Overview of Microsoft BI – CJG RANK ? of 5
    • You have to watch the video to know if this is good or not.
  • SPC171 – Lavinsky – Real World Reporting: Project Server BI Overview – CJG RANK 4 of 5
    • An interesting session on how to gain access to Project Server data and do reporting on it.
  • SPC172 – Waldbaum – Capacity Planning, Sizing and High Availability for Search in SharePoint 2013 – CJG RANK 5 of 5 (Possibly a 6?)
    • Best architecture review of SharePoint Search in the entire SPC!
  • SPC173 – Harmetz – Overview of ECM for teams with Site Mailboxes – CJG RANK 5 of 5
    • Great review of Site Mailboxes with some handy slides at the end
  • SPC174 – Christensen – Overview of eDiscovery across the Office platform – CJG RANK 3 of 5
    • Maybe a little too "Overview"?  Could have had a lot more details about how things work with eDiscovery (one of my favorite features in SP2013).
  • SPC175 – Stone – Overview of Enterprise Social – CJG RANK 4 of 5
    • Combine this with the SPC156 and you have everything you need to make your Execs say…"when can we get social up and running?"
  • SPC176 – Bogue – Using TypeScript to Build Apps for Office and SharePoint – CJG RANK 4 of 5
    • Good review of TypeScript.
  • SPC177 – O'Donald – Overview of Office 365 – CJG RANK 4 of 5
    • A look at some of the highlighted features of Office 365.  Is also covered in other presentations.
  • SPC178 – Burns – Work Management – CJG RANK 3 of 5
    • A somewhat abstract high-level look at the Work Management Service, no low level details.
  • SPC179 – Fiessigner – Overview of Project Portfolio Management Using Project Online & Project Server – CJG RANK ? of 5
    • Have to watch the video to get anything from this.
  • SPC180 – Kogan – Overview of Search Driven Web Sites and Cross Site Publishing in Depth  – CJG RANK 4 of 5
    • Definitley an overview, there were other sessions that go into much more depth on these topics.  However they are spread out across multiple sessions.
  • SPC181 – Parihar – SharePoint 2013 Licensing – CJG RANK 4 of 5
    • A great review of the feature comparison of the SharePoint SKUs.  it didn't discuss the ability to have both standard and enterprise users in the same farm….weird?
  • SPC182 – Kashman – Overview of SharePoint Mobile and the New SharePoint apps – CJG RANK 2 of 5
    • Didn't get anything out of these slides.  Not sure what the session's value was given all the other great sessions above…
  • SPC183 – Doshi – Overview of Sharing in SharePoint 2013 and SharePoint Online – CJG RANK 4 of 5
    • I would have said boring, except the "Guest Links" and admin settings were very interesting for sharing content.
  • SPC184 – Sgro – Overview of SkyDrive Pro – CJG RANK 3 of 5
    • A simple look at SkyDrive Pro (aka…your document library on your my site).  This could have been more indepth with coverage of the Shell integration etc.
  • SPC185 – Pennington – Overview of Social CRM – CJG RANK 4 of 5
    • There are a lot of social sessions, this one was worth it to learn about FUSE labs.
  • SPC186 – Kashman – Overview of the New SharePoint Online  – CJG RANK 3 of 5
    • Probably best slide was number 9, that is all.
  • SPC187 – Wilde – An overview of the personalized SharePoint 2013 social experience – CJG RANK 3 of 5
    • An entire session dedicated to the privacy settings on SharePoint Social, not sure this was really needed, could have been rolled into another social session.
  • SPC188 – Bortlik – Overview of the Top 10 Ways that SharePoint Will Help Drive End User Adoption – CJG RANK 3 of 5
    • Do you agree with the top 10?  Maybe we should take the word "top" out and just say "10".
  • SPC189 – Morein – How Yammer and SharePoint are Approaching Social – CJG RANK 3 of 5
    • Another set of slides on how all the new features will make your end users happy.  I think other slides help with the socal story more than these do.
  • SPC190 – Gur-esh – Overview of Website Architecture in SharePoint 2013 – CJG RANK 3 of 5
    • Most of this content is in other sessions.  The only difference was the CDN content, that was fresh and new, but everything else put me to sleep.
  • SPC191 – Khan – People Search & Extensibility in SharePoint 2013  – CJG RANK 3 of 5
    • You have to watch the video to get the points of slide 7.
  • SPC192 – Uluderya – SharePoint 2013 Performance And Capacity Management – CJG RANK 4 of 5
    • Very nice set of slides on the new changes that affect performance in SP2013
  • SPC193 – Greenburg – Access Databases: Taming the Beast – CJG RANK 3 of 5
    • A simple session on why you should get your databases under control.  Think we all already know that by now.
  • SPC194 – Edge – Planning for the Lifecycle of Your SharePoint 2013 Website – CJG RANK 5 of 5
    • This was very well thought out and displayed.  Well Done!
  • SPC195 – Roth – PowerShell 3.0 Administration – CJG RANK 5 of 5
    • Sweet, coverage of the new powershell cmdlets in SP2013 and how to provision service applications and working with SharePoint Online.
  • SPC197 – Wasner – Business Document Management with SharePoint – CJG RANK 2 of 5
    • Just a replay of KnowledgeLake solutions from 2 years ago?  Why have slides on creating a content type?  Think we have that figured out by now.
  • SPC198 – Olenick – Reducing organizational risk through effective information-management – CJG RANK 3 of 5
    • And how does this have anything to do with SharePoint again?  One slide on eDiscovery?  Don't get me wrong, lots of good process and food for thought slides, but where the "SharePoint"?  Show me the SharePoint!
  • SPC199 – Muti – Running Reporting Services in SharePoint Integrated Mode: How and Why – CJG RANK 3 of 5
    • This same content was covered in another session. Why two?
  • SPC201 – McNulty – Future-proof your SharePoint solutions – A case study and upgrade demo – CJG RANK ? of 5
    • This session was in two parts.  A case-study in the front and upgrade specifics in the second.  I'm not sure how the two related from the slides, but if you watch the video, maybe it will come together.  Their was content on upgrades in other sessions and this one supplemented them with some commands and references the others didn't provide.  Without watching the video, I can't really judge if the two parts were brought together properly.
  • SPC202 – Molback – Search Architecture in SharePoint 2013 – CJG RANK 3 of 5
    • Same content as other slides, this session could have been cut.  Not that the content was bad, but the product team could have partnered with one of the other presenters and done a better job.
  • SPC203 – Connell & Robb – Beyond the Boundary: Mashing up Azure, Internal Data and Office 365 – CJG RANK ? of 5
    • You have to watch the video to gain any insight, nothing in the PPTs
  • SPC204 – Pattison – Securing SharePoint Apps using OAuth in Office 365 – CJG RANK 5 of 5
    • Awesome, just plain awesome.  Ted always does such a good job bringing method to the madness.
  • SPC205 – Pattison – Securing SharePoint Apps using S2S High Trust in On-Premise Farms  – CJG RANK 5 of 5
    • Again, a very nice and simple take on building S2S apps Even though they aren't my favorite, I'd still like to do simple OAuth on-premise without ACS.
  • SPC206 – Unkorth – Self-Service Business Intelligence Governance – CJG RANK 4 of 5
    • I was expecting some kind of technical controls around the topic, but it was more of best practices to not let SSBI get out of control.
  • SPC207 – Rackley – SharePoint 2013 – Fun with SharePoint Social, CSOM and Windows 8 – CJG RANK 4 of 5
    • Someone needed to cover the RESTful services API of the Social features.  It was only fitting that Mark get this.  It was interesting to see that the SCOM worked fine on WinRT, if they didn't then you'd have to guess they support basic HTTP calls to REST anyway, even if you can't run all your other Windows apps on it.
  • SPC208 – Whitehead – SharePoint 2013 Backup and Recovery with DPM 2012 – CJG RANK 5 of 5
    • DPM just keeps getting better…now if we can just get people to stop using Symantec NetBackup…with the all the pushing to SharePoint Online, how long will this be a viable product?
  • SPC209 – Wisnowski – SharePoint 2013 Identity and Authentication – CJG RANK 3 of 5
    • The title slide was hilarious!  However, this was another repeat session and Ted Pattision's was much better.
  • SPC210 – Livingston – SharePoint 2013 Upgrade Deep Dive – CJG RANK 4 of 5
    • This had a lot of tidbits of info you didn't see on any other upgrade session slides.  Definitely worth checking out!
  • SPC211 – Livingston – SharePoint 2013 Upgrade Overview – CJG RANK 4 of 5
    • Again, lots of tidbits of information valuable to anyone doing an upgrade
  • SPC212 – McConnel – SharePoint 2013 Workflow Development with Visual Studio 2012 – CJG RANK ? of 5
    • You'd have to watch the video to get any value from the slides.
  • SPC213 – Ordonez – SharePoint 2013 Workflow: Architecture and Configuration – CJG RANK 4 of 5
    • A good coverage of the new SP workflow architecture.  The title didn't say "installing", but I didn't see that anywhere, so I think someone should have covered it…this would have been the logical place.
  • SPC214 – Woodward – SharePoint Centre of Excellence – CJG RANK x of 5
    • Never heard of SharePoint Center of Excellence.  Not a good description of it…whether it is Microsoft invention or 21Apps invention or where it is or how one participates.  Not sure if this was just some generic take on community like SharePoint Saturday…left with more questions than answers after looking at the slides.  Check out the video???
  • SPC215 – Cleary – Data Security and Compliance – CJG RANK 3 of 5
    • I would have taken this session in a different direction.  Start with examples of compliance issues, how people didn't do them, what happened, then how to mitigate
      esolve.  The Authentication and Authorization has been covered many many times.  A session like this needs to go beyond the basic definitions and into more practical implementation (based on compliance laws).
  • SPC216 – Veeraraghavan – SPO Sign-in experience – CJG RANK 4 of 5
    • This was a fresh look at the Auth process that no one else presented.  Good set of facts and suggestions.
  • SPC217 – Kostersitz – SharePoint Online and Office 365 Security, Trust & Privacy – CJG RANK 4 of 5
    • Wow, someone actually trying to tackle the security issue with Cloud computing.  Bold.  I'd like references to the 3rd party evaluations please (slide 23).  You also still have a few certifications to get before you can get other people to sign off on moving to the cloud.
  • SPC218 – Banerjee – SharePoint Online Hybrid: Configuring BCS and Duet Online – CJG RANK 5 of 5
    • Wow, this was quite the set of scenarios, especially how S2S was being used in it.  For some reason, I still don't get the warm fuzzies about opening the firewall to external access entities.
  • SPC219 – Baer – SharePoint Server 2013: What’s new for IT Professionals – CJG RANK 5 of 5
    • It was true to its title.
  • SPC221 – DeSilva – Showcase of Microsoft's 200TB Records Management Solution – CJG RANK 4 of 5
    • Case study of Microsoft's Records Management strategy.
  • SPC223 – Harmetz – CMIS and SharePoint 2013 – CJG RANK 4 of 5
    • Very nice coverage of CMIS and where SharePoint is going with supporting it.
  • SPC224 – Giardino – Using Windows Azure Storage with SharePoint for Document Management  – CJG RANK 4 of 5
    • A great review of all the services provided by Azure.  If you are curious how the urls are done for the PPTs and Videos in the script I provided to download them.  Check out slides 52-55. This session had nothing to do with SharePoint…
  • SPC225 – Berry – Building Adaptive Companion Apps for Devices using SharePoint 2013 – CJG RANK 4 of 5
    • Possibly just call this session "How to use Search and Navigation REST APIs in Applications".  The REST navigation coverage was outstanding!
  • SPC227 – Harris – Extending Social – CJG RANK 3 of 5
    • When I saw the word "Extending" I got excited…then I saw the PPTs and realized it was just showing off how to make calls to the ClientREST OM to do "things" with social.  Not what I would call "extending"
  • SPC228 – Robinson – Getting started with sites – CJG RANK 4 of 5
    • I wouldn't call this an IT Pro session.  It was an End UserBusiness Session.  Despite that, it held true to its title.
  • SPC229 – Wilde – Breaking Down the SharePoint 2013 Newsfeed – CJG RANK 5 of 5
    • Very creative and informative set of slides.  Well put together (mostly) and had a great flow to it.
  • SPC230 – Hillier – Step by Step: Building Search-Driven Applications in SharePoint 2013 – CJG RANK 3 of 5
    • The core of this session was slides 26-31.  The "rest" could have been omitted.
  • SPC231 – Wardly – Search Development in SP2013 – CJG RANK 4 of 5
    • The info about the new types of refiners and the HoverPanel was stuff not covered anywhere else.  The remaining content got covered in other sessions…
  • SPC233 – Chong – SharePoint On-premise and Online Implementations & Key Success Factors – CJG RANK 5 of 5
    • Toyota's take on hybrid models.  Great set of slides for any Portal, IT Manager or CTO that is looking at the why and how of a hybrid model.
  • SPC234 – Edge – The Road to Cloud ROI with SharePoint Online – CJG RANK 5 of 5
    • Great set of slides on the ROI of using cloud based solutions.
  • SPC235 – Harbridge – SharePoint Success In Seven Steps – CJG RANK 5 of 5
    • Richard just has a way with getting the point across.  I highly suggest reviewing both of his sessions…top notch!
  • SPC236 – Brinkman – The value of an ECM platform for the business – CJG RANK 4 of 5
    • Another C-Level focused presentation.
  • SPC238 – Woodgate – SharePoint Extranets: Approach, Options and Benefits – CJG RANK 4 of 5
    • Very nice take on building extranets in SharePoint
  • SPC239 – Bremer – Understanding 2013 Tools and Best Practices for Creating Enterprise Forms in SharePoint 2013 – CJG RANK 4 of 5
    • Good review of Microsoft forms tools
  • SPC240 – Whitehead – Understanding and Maintaining SharePoint Apps for IT Pros – CJG RANK 5 of 5
    • This was one of the best straightfoward set of slides on Apps for SharePoint of the entire SPC.  Well done!
  • SPC241 – Howard – Understanding authentication for apps for SharePoint – CJG RANK 4 of 5
    • Don't understand why we had so many sessions on this.  Don't we only need one?  I thought Ted P's sessions were just fine, and the other 2 sessions that covered it.
  • SPC242 – Pattison – Understanding OAuth, REST and OData – CJG RANK 4 of 5
    • A good basic coverage of the REST and OData implementation in SharePoint.  If you want a deeper dive into how SharePoint REST is implemented architectually, you can check out my REST blog post
  • SPC243 – Stevenson – Hybrid Overview: Connecting SharePoint 2013 On-premises to SharePoint Online in Office 365  – CJG RANK 4 of 5
    • Another session on planning for a hybrid model.
  • SPC244 – Hanley – Unlocking the Secrets of User Adoption Success – CJG RANK 5 of 5
    • Susan's 12 secrets to end user adoption success.
  • SPC245 – Harbar – User Profile Synchronization Best Practices in SharePoint Server 2013 – CJG RANK 5 of 5
    • A complete coverage of some common tasks one must plan and prepare for when working with the UPS and syncing with Active Directory. 
  • SPC246 – Gur-esh – Using jQuery and Display Templates to create modern Web Sites  – CJG RANK 5 of 5
    • Just another session to tell you you have to have JavaScript skills to do real development in SharePoint 2013
  • SPC248 – Amiri – Workflow Design and Managing Work Requests – CJG RANK 4 of 5
    • Interesting usage of Project and Designer to build workflows and create Project sites
  • SPC249 – Boyd – What's New for IT Professionals in Project Server 2013  – CJG RANK 4 of 5
    • A great review of Project Server 2013 on-premise and online.
  • SPC250 – Cohen – Videos in Sharepoint 2013 – CJG RANK 4 of 5
    • Learn how SharePoint handles videos.
  • SPC251 – Newman – What’s new in Managing SharePoint Online – CJG RANK 5 of 5
    • Really loved the difference between a on-premise admin and SPO admin slide.  It was also cool to see how MS IT uses their own tools to make calls to SPO APIs to create sites.
  • SPC252 – Banerjee – What's New for BCS and Duet in SharePoint Server 2013 – CJG RANK 5 of 5
    • Very nice review of the new features of BCS and Duet.
  • SPC253 – Newton – What’s New for Developers in Office and SharePoint 2013? – CJG RANK 3 of 5
    • Very high level into to "some" new things in SP2013 then went into just another apps for sharepoint session.  Way too many of sessions covered this already.
  • SPC254 – Boyd – What's New for Developers in Project 2013 – CJG RANK 5 of 5
    • This was a breath of fresh air.  Project Server has always been behind when it came to development features as compared to the main SharePoint branch.  Project Server 2013 catches up and is now in-line with all development features.  I really like the CSOM for project server and the features on slide 9.
  • SPC255 – Gylterud – What’s new for WCM and Internet Sites in SharePoint 2013 – CJG RANK 4 of 5
    • Good review of new features.
  • SPC256 – Rhee – What’s New for BI in Office and SharePoint 2013 – CJG RANK ? of 5
    • Nothing in the PPTs, you have to watch the video.
  • SPC257 – Campbell – What's New in Excel, Excel Services 2013 and Excel Web App – CJG RANK 4 of 5
    • Great review of new features in Excel and Excel Services.
  • SPC258 – Ruble – GeoFlow for Microsoft Excel 2013 – CJG RANK 5 of 5
    • Wow…this looks like another cool add in for Excel.  Too bad we have to wait until Spring 2013.
  • SPC259 – Aykan – What’s New in Search for SharePoint 2013 – CJG RANK 5 of 5
    • The topics were discussed in more detail in other sessions, but this overview did a really good job and had some good demos, you should watch the video.
  • SPC260 – Kraynak – What's New in Spreadsheet Management for Office and SharePoint – CJG RANK 5 of 5
    • Oh wow…this is a total game changer for Excel.  ACM Server 2013 is available in 1st half of 2013.  Audit and track all changes in Excel and Access files.
  • SPC261 – Mamidipaka – What’s new in Visio 2013 – CJG RANK 5 of 5
    • A great review of some of the cool new features in Visio.  Support for BPMN 2.0 and UML 2.4 is pretty cool.
  • SPC262 – Mehta – What’s New with Enterprise Content Management in SharePoint 2013 – CJG RANK 4 of 5
    • Kinda boring set of main slides that just referenced all the other sessions.  There are a set of slides after the main slides that have some great annotations on them.
  • SPC263 – Klindt – What's New with Service Applications in SharePoint Server 2013 – CJG RANK 4 of 5
    • A good overview of the changes in Service Applications from IT Pro standpoint.  Kinda basic information that most people know already, but for brand new people, this works.
  • SPC264 – Choudhury – Customer Story: Barking, Havering and Redbridge University Hospitals, U.K. – CJG RANK ? of 5
    • You'd have to watch the video to get anything out of this one.  It is focused on how SharePoint was used in a healthcare facility for patient handover.
  • SPC265 – Russinovich – Windows Azure IaaS Virtual Machines and Virtual Networks – CJG RANK 4 of 5
    • This session has nothing to do with SharePoint, but is a good review of IaaS and PaaS.  If you are interested in hosting your VMs on Azure, then this session will help you with some of the details.
  • SPC266 – Holme &Thake – Wish I’d Have Known That Sooner! SharePoint 2013 Demystified – CJG RANK 4 of 5
    • Wow, not sure how they managed to cover all those topics in 60 minutes.  They had just about everything in these slides but the kitchen sink.  They were the only people to talk about Shredded Storage in depth.  I was impressed with the detail they had around it.  I know that the data points they had took long time to put together! Being that Apps and Authentication was covered in like 10 other sessions, it probably could have been skipped here and more focus on the other topics would have beneficial.  From the title, I was expecting more of the "tips and tricks" type of tidbits would have been laid out, but their were only a couple.
  • SPC267 – Adenouga – Working with User Profiles in SharePoint Server 2013  – CJG RANK 5 of 5
    • Everything you ever wanted to know about User Profile Sync at its very core.  I'd consider this the follow on to Harbar's UPS session.
  • SPC269 – Pisoni – Yammer’s Secret Sauce – CJG RANK 5 of 5
    • Very cool set of slides on how Yammer adapts to its customers and then applied Agile methods to their development.  Wish all development shops were like this…*sigh*
  • SPC270 – Kogan & Connell – Zero to Live in 60min using SharePoint 2013 Publishing – CJG RANK ? of 5
    • You have to watch the video to get anything from this session.
  • SPC271 – Harbar – Request Management in SharePoint 2013 – CJG RANK 5 of 5
    • The most complete coverage of Request Management I have seen so far
  • SPC273 – RaduGrama – Deliver SharePoint Apps On Non-Microsoft Platforms – CJG RANK 3 of 5
    • This was beat to death in at least 3 other sessions.  Really didn't need a 4th.

Download all SPC12 PowerPoints and Videos – PowerShell Script

Back by popular demand, here is the script to grab all the PowerPoints and Videos.  This year the script shouldn't take down the site (like it did last year b/c everyone downloaded it and ran it at the same time) as they actually built it on Azure (blobs)!!!

The authentication part was quite a bit different than last year's because you needed to pass the wctx to azure after you were logged into LiveID.  This then must be passed on to the MySPC website where you are then simply using an ASP.NET Session and a .ASPXAUTH cookie.

Once logged into the site, you must hit every session page.  I did this for you already and all the valid session ids are in the "sessions.txt" file.  If you find I missed one, simply add it to the file and re-run the script. After hitting a page, you will see that the links to the files are stored in an Azure Blob endpoint (http://hubb.blob.core.windows.net/f6e6035d-a0cd-42d4-aa62-c12756979e5f-published).  The links to these end points expire after a small amount of time and have a querystring auth component.   This means you need to download the files as you hit each page.  If you wait too long, you will need to get the links again.

There are two important variables in the script (one is downloadPPTX and the other is downloadVideos).  I'm not that interested in videos so by default, the variable is set to $false.  Being that this is on Azure, I was somewhat surprised to see the performance wasn't that great.  I would have though the files would download a lot quicker!

RAR File is attached below… be sure to run it a few times over the next few days…they still haven't posted all the powerpoints and videos.

UPDATE:  Add the following to the script to handle special characters in your password:

#endcode the password
[Reflection.Assembly]::LoadWithPartialName("System.Web")
$encodedPassword = [System.Web.HttpUtility]::UrlEncode($password)
GetAuth $username $encodedPassword

Enjoy,
Chris

SharePoint Conference 2012 and Product Vendor Review!

The SharePoint conference 2012 was this past week (11/11-11/15).  It was one of my favorite conferences ever!  For those of you that don't know the story, the conference got started off a good two weeks before hand for us.  It started when I created a script to drag Dux around Vegas and create a Gangnam Style video.  This slowly blossomed into a full production.  We signed on 5 main actors:  Myself (Chris), my wife (Lidiya), Dux Raymond Psy, Marcy Keller and Erica Toelle.  Marcy was kind enough to put together an instructional video that we all practiced with the two weeks before the conference.  I'll tell you…it was crazy difficult.  Dux went on to inquire with the SharePoint Conference organizers about a special Tuesday night performance as an opening to Bon Jovi – talk about pressure!

Sunday we started off from San Diego and drove up to Vegas.  Luckily, we made it in 3:15 and got in around 1pm.  We stayed in the Wynn and made the daily trip to the conference parking garage.  We started off with our practice routine of Gangnam Style for the flashmob.  We had two performances scheduled for the week (one flash mob on Monday and the Tuesday night opening for the attendee party – we actually did quite a few more).  Truth be told…I never actually made it to any sessions the entire week!  I had too many meetings and catching up with friends and business partners.  I did however get the chance to stop by all the product booths and get the low down on some of the new kids on the SharePoint block.  It took me 2 conference days to do it!  There were some real jewels that I was able to find.  Here is my ranked list:

  1. Pistachio by LimeLeap (@PistachioApps)- This tool is a much needed replacement for those features in BCS that you did not and have not been able to do.  This tool allows for the runtime configuration of dynamic forms for backend data entry and searching.  The UI and web parts were very simple and slick in design and the admin UI was simple too.  The neat thing about their forms were that they maintained referential integrity constraints via dropdowns – something BCS CANNOT do.  They only support SQL Server at the moment and the architecture could use a few tweaks, but I was impressed! (contact: Jed Lake – jlake@limeleap.com)
  2. AdLib (@AdlibSoftware)- How is it that I never met these guys?  Being a big courseware and documentation tool guy, I found their solution for "compiling" documents using multiple sources and metadata from those source just simply outstanding!  They have a full API and workflow designer for building documents unlike anything I have ever seen.  I asked incredibly hard use cases and they had an example of each.  Turns out that several other vendors on the Expo floor use their solutions.  (contact: Craig Gleason – cgleason@adlibsoftware.com)
  3. PleaseTech (@pleasetech)- A VERY innovative way of co-authoring documents.  The technology will convert the files to HTML for a REAL co-authoring experience.  Each edit and change is stored in their app layer.  When the editing is complete, the document is sent back to its source in SharePoint (or wherever).   This may sound trivial, but I had a very in-depth conversation with their CEO and it is anything but!  The UI is incredibly simple and not too fancy, but it gets the job done! (contact: David Cornwell – david.cornwell@pleasetech.com)
  4. MobileHelix A
    mobile device play very different from MobileEntree and ShareGate in that it is an Enterprise level solution.  MobileHelix provides a BizTalk
    like layer (sources, channels, transformations,etc) for publishing
    source content to mobile devices.  I was impressed with the architecture
    of the solution and Maureen's in-depth knowledge about the product and
    how it differentiated from "perceived" competitors (Maureen Blando –
    maureen@mobilehelix.com)
  5. VizIt – Their tool allows to to collaborate on "sections" of a document.  Most of the vendors refer to this as annotation.  I thought the demo was really slick as you could do a search, find a document, pull it up in their viewer from the results, then highlight sections to make your annotations. (contact: Neicole Crepeau – neicole.crepeau@vizit.com)
  6. X20 Media – A very interesting new media play.  It allows you to build channels from MANY types of sources and then subscribe to those sources.  For a simple comparison, it is similar to subscribing to RSS feeds in your favorite reader, but they have enabled multiple types of channels.  They call their product SharePointTV.  It is a go-to market strategy for them to start out with SharePoint, but I can see the use cases are WAY past sharepoint. (contact – Scott Kelly – scottk@x20media.com)
  7. Attini- Who didn't love NewsGator?  I thought their solutions (using Service Apps to aggregate events to a new feed) were pretty awesome.  But, come 2013, they have a lot of innovation they are going to have to do.  Aditi is new to the community, and as such I see them super hungry to build new innovative products around gapping holes in SharePoint Social. (Daniel McPherson – daniel@zevenseas.com)

Honorable and notable mentions:

  • SkyTap – a new player in the cloud-hosted space.  Evidently they can host multiple same subnet instances in an on-demand fashion.  This is great for guys like me that build courseware and want training centers to be able to teach it without having issues in building the VMs.  This is going to be very important when doing labs in SharePoint 2013. (George Stamos – gstamos@skytap.com)
  • Tzuami –  I was very impressed with Roey Ladelsky.  He was very knowledgeable in migration scenarios.  He gave me a few ideas that I had never thought of! (Roey Ladelsky – roey@tzunami.com)
  • HiSoftware – There were a lot of products in various spaces on the Expo floor.  Many of them very specialized, like some were targeted at Encryption, some on Permissions control, some on document archival.  After taking a look at HiSoftware, it was pretty obvious they had ALL the pieces.
  • Cipher – Although not directly related to SharePoint in any way, their Social Network monitoring solution was pretty slick.  Being from a governmentdefense contractor at the moment, I can tell you monitoring of people "talking" or posting stuff is a big deal.  Their solution has lots of use cases other than government.  It had a lot of neat sets of reports out of the box. (Tanya Sewell – t.sewell@cipher-sys.com)

Not so honorable mentions:

  • All the SAP integration vendors.  Geez, I know lots of people have SAP (including my last two clients), but dang…why so many ISVs?  It definitely made it difficult to differentiate them all.  Their was one differential point, they all seemed to cover HR, but only a few went past the HR module into other modules.

Here are some videos and pictures from the week (watch for links a bit later):

  • Monday
    • Flashmob (Video) – Erica, Chris, Lidiya, Dux and Marcy
    • AvePoint party at Hard Rock
  • Tuesday
    • Attendee Party (MS Video)  –  Mandalay Bay
  • Wednesday
    • Axceler party – Tryst
    • After party at Caesar's
    • After after party at Foundation Room at Mandalay Bay
  • Thursday
    • ACS Party – Tryst
  • Friday
    • Fabian Williams Wedding!

You can also check out my PowerShell script for getting all the PowerPoints and Videos here:

https://blogs.architectingconnectedsystems.com/blogs/cjg/archive/2012/11/19/Download-all-SPC12-PowerPoints-and-Videos-_2D00_-PowerShell-Script.aspx

Enjoy,
Chris

Halloween Bounty 2012

The stuff candy marketing dreams are made of…here's the bounty this year:

74 – Whoppers
47 – M&Ms
42 – Reese's
40 – Crunch
36 – Milky Way's
34 – Snickers
32 – Hershey's
25 – Twix
23 – SweetTarts
20 – KitKats
15 – Twizzlers
15 – Swedish Fish
14 – Tootsie Rolls
13 – Heath
12 – Almond Joy's
10 – Skittles
9 – Muskateers
5 – Ring Pops
…lots of misc…