Welcome to my blog on all things SharePoint. I have a range of articles that will interest you if you've made it as far as visiting my blog. I was awarded as an SharePoint MVP by Microsoft in July 2010. I currently live in New York and am an Enterprise Architect at AvePoint Inc.. I co founded www.NothingButSharePoint.com with Mark Miller in 2010.

MVP AwardJeremy Thake Profile Photo

Whitepapers

NBSP

Check out my articles on NothingButSharePoint.com

Solution Development in SharePoint 2007

This series was inspired by the chatter amongst SharePoint blogs on the best ways to approach customisations in SharePoint using Solutions.

Part 1 - Part 2 - Part 3 - Part 4 - Part 5 - Part 6 - Part 7 - Part 8

Leveraging the SharePoint Platform

This series was inspired by a discussion had with Andrew Coates at a Perth SharePoint User Group meeting. This then turned into a 6 part series on Arno Nell's SharePointMagazine.net web site.

Initial post - Part 1 - Part 2 - Part 3 - Part 4 - Part 5 - Part 6

Webcasts

I have recorded various web casts that I present at User Groups or just on a specific topic by request:
How ASP.NET Developers can leverage SharePoint webcast
SPSource Webcast: Reverse engineer Lists to ListTemplates and much more
SharePoint Development with Unit Testing webcast
Perth SharePoint UG Web Cast on approaches to deploying artefacts (SPSource)
More...


Podcasts

I have been interviewed about Leveraging the SharePoint Platform by the SharePoint Pod Show: listen here .

RSS Feed Feed your read!

Archives

November 2012 (6)
October 2012 (8)
September 2012 (4)
August 2012 (7)
July 2012 (13)
June 2012 (4)
March 2012 (1)
February 2012 (1)
January 2012 (5)
September 2011 (2)
August 2011 (1)
July 2011 (3)
June 2011 (7)
May 2011 (3)
April 2011 (3)
March 2011 (3)
February 2011 (2)
January 2011 (1)
December 2010 (4)
September 2010 (4)
July 2010 (5)
June 2010 (4)
May 2010 (6)
April 2010 (7)
March 2010 (5)
February 2010 (7)
January 2010 (3)
December 2009 (1)
November 2009 (6)
October 2009 (9)
September 2009 (7)
August 2009 (6)
July 2009 (13)
June 2009 (4)
May 2009 (12)
April 2009 (4)
March 2009 (4)
February 2009 (13)
January 2009 (4)
December 2008 (4)
November 2008 (11)
October 2008 (16)
September 2008 (4)
August 2008 (5)
July 2008 (4)
June 2008 (8)
May 2008 (5)
April 2008 (9)
March 2008 (5)
February 2008 (6)
January 2008 (1)
November 2007 (11)
October 2007 (8)
September 2007 (24)
August 2007 (5)
July 2007 (2)
May 2007 (1)
April 2007 (1)
March 2007 (1)
February 2007 (3)
January 2007 (4)
November 2006 (7)
October 2006 (7)
September 2006 (18)
August 2006 (14)
June 2006 (3)
May 2006 (8)
April 2006 (4)
March 2006 (38)
February 2006 (30)
January 2006 (2)
December 2005 (3)
November 2005 (28)
May 2005 (1)
April 2005 (5)
March 2005 (1)
November 2004 (1)
August 2004 (11)
July 2004 (1)
Failed to render control: An error occurred during a call to extension function 'createMonthUrl'. See InnerException for a complete description of the error.

Links

Tag Cloud

Ajax, Apple, DotNetNuke, Enterprise Content Management, Error Resolution, Gadgets, General, Governance, Microsoft .Net Development, Mobile, SharePoint, Sharepoint Business Forms, Sharepoint Business Intelligence, Sharepoint Collaboration, SharePoint Development, Sharepoint Enterprise Content Management, Sharepoint Enterprise Search, Sharepoint Portal, US Migration, Web 2.0, Workflow
Apr 272010

Save as Template/Import WSP in VS2010 is as useful as sticking my hand in a blender

Developer Continuity

I have been hearing a lot in presentations about "Developer Continuity" in SharePoint 2010 Development but unfortunately I still don't think the tools are there still. A common scenario is for work to be done quickly in SharePoint Designer as a prototype, as let's face it, it's a lot quicker to do things in the Web UI/SharePoint Designer than in Visual Studio. A good example is adding a column to a list or adding a field to a content type.

At some stage you want to simply pull all your work into a Solution Package to deploy into a more controlled environment. I have found that this isn't that easy at all, I'm happy to be proved wrong here and also happy to help build a community tool that can do this. My recently published Whitepaper goes into more depth around the lifecycle of a SharePoint project.

So I tweeted the title of this post today after simply creating a Team Site in SharePoint 2010, going to "Save as Template" to create my WSP and then going into Visual Studio 2010 and selecting "Import WSP".

I know the guys in the Product Team may see this as a dig at them and I must admit my tweet is a little heated., I think the progress made in the tooling is fantastic. I just feel that they need to publicise the limitations of the tools along with its strengths. IT Bosses don't quote community members, they quote Microsoft slide decks from conferences and I can see a lot of "why is it taking so long" comments still like I mentioned a few years back on this blog.

What I got in return was not anywhere near what I expected and I'm questioning what "Import WSP" is actually for. There's not much out there in the community or on Microsoft content sites on this stuff as yet.

What it does do

Extracts artefacts from a WSP and puts it into the new structure of SharePoint Visual Studio Projects. It supports:

  • Fields
  • Content Types
  • List Instances
  • Modules (kind of)
  • Properties
  • Workflow associations
  • Event Receivers instances
  • Web Templates

What it does badly

Unintuitive wizard

  • The "Select items to import" picks up everything…very confusing if all you want is a page layout or a single Content Type.
  • It doesn't seem clever enough to realise the files are out of the box un-customised files e.g. they'll be there anyway if you deploy this to a site, so why add the noise to the project?

Poor Naming

Considering the naming is so poor I was expecting some tutorials on how to use this thing at RTM time. So far I've seen no-one talking about this and I suspect it is because it is so hard to use and describe how and when you would use it.

Strips out stuff

Some of the files that it exported dropped stuff for example it strips out data in WebPartZones that are there in SharePoint Designer 2010 files when you look at them in the Virtual File System within Page Layouts.

Exporting a Workflow

The workflows exported from SharePoint Designer 2010 also have a similar unintuitive naming, you'll spend a fair amount of time trying to change the naming before you even begin trying to modify the outputted code.

What it doesn't do

Module files

I had some Content Artefacts (css and xsl files) that I'm using in Content Query Web Parts and it doesn't save this as part of WSP.

Save as Site Template

This is actually blocked in Publishing sites…definitely something to be aware of.

List Items

I ticked it to include content but it does not seem to do any List Item content e.g. <RowData> in <ListInstance>.

What can we do?

Well in 2007 we had Solution Generator that came with VSeWSS 1.2 (1.3 CTP still isn't released) and also another open source project which I assisted on with Rich Finn called SPSource. Both reverse engineer instances of Artefacts (Content or Solution) and allow you to use them in Visual Studio. I had hoped that we would not need SPSource in SharePoint 2010 due to tooling improvements, but I believe that this will be required to do the kind of scenarios I mention above.

I will continue to investigate this and blog about it in the near future.

Published: 4/27/2010  6:44 AM | 0  Comments | 2  Links to this post

Apr 162010

Introducing SharePoint 2010 (SP2010) Development to ALM (TFS2010) Screencast

In this web cast @jthake introduces SharePoint 2010 development in Visual Studio 2010 and TFS 2010 targeted at a non SharePoint dev crowd including SharePoint Projects, F5 debugging experience, Solution Package designer, Static Code Analysis, check-in policies and TFS Team Build.

This is the same content I presented at the Inaugural ALM Conference (Visual Studio 2010 launch) in Sydney last week alongside some amazing presenters.

Click here to view web cast on screen 
Click here to download it to watch on iPod
or add the SharePointDevWiki.com feed to iTunes

Click here to view the slides

Published: 4/16/2010  10:30 PM | 0  Comments | 0  Links to this post

Apr 162010

My last 30 days most favourite SharePoint Blogs (Apr-2010)

So I have been keeping up again with my reading and here is this months most starred posts within the community from my opinion (mainly development focused SharePoint blogs).

Marc and Yaroslav is continue to storm the top of this list and Corey Roth creeps to 3rd with Joel Oleson, Chris Givens and Sahil Malik pumping out some good stuff too!

Obviously no one but the product team blog got starred for announcing RTM…if you aren't subscribed to this blog…change professions!

Subscription

# Starred

Yaroslav Pentsarskyy's SharePoint and .NET adventures  

13

Marc D Anderson's Blog  

8

C-Dog's .NET Tip of the Day  

5

SharePoint Joel's SharePoint Land  

5

CJG  

4

Microsoft Enterprise Content Management (ECM) Team Blog  

4

Sahil Malik - blah.winsmarts.com  

4

SharePoint Use Cases  

4

Fabian Williams's Blog  

3

InfoPath Team Blog  

3

Jie Li's GeekWorld  

3

SharePoint 2010 ( Beta ) - It's out there!  

3

SharePoint Happenings  

3

Tidbit on the Bits  

3

Waldek Mastykarz  

3

Wictor Wilén  

3

and the Point is?  

2

Ari Bakker: Posts  

2

Bill Baer  

2

BlogPoint: Posts  

2

Chandima.Net Blog for SharePoint solutions: Posts  

2

Geoff Varosky's Blog  

2

iwKid.com Raymond Mitchell  

2

Kirk Allen Evans's Blog  

2

Laura Rogers @WonderLaura  

2

Lightning Tools Blog  

2

Maxime Bombardier - SharePoint Architecture & Development  

2

Microsoft SharePoint Team Blog  

2

Not Fit For Print - Robert Bogue [MVP]  

2

Owen Allen - The MOSS Garden  

2

Path to SharePoint  

2

Random Musings of Jeremy Jameson  

2

SharePoint Blog - René Hézser  

2

SharePoint Blues  

2

The MOSS Show  

2

Todd Klindt's Blog: Posts  

2

Visual Studio SharePoint Tools Blog  

2

www.superedge.net - Sharepoint, MOSS, .NET and Photography  

2

Agile Sharepoint development by 21apps and MOSS 2007 MVP Andrew Woodward

1

Anders on SharePoint  

1

Published: 4/16/2010  9:55 PM | 0  Comments | 0  Links to this post

Apr 162010

SharePoint 2007 and HP TRIM 7 Integration Screencast

As promised, I've uploaded a webcast that demonstrates and gives my opinion on the integration between SharePoint 2007 and HP TRIM 7.

I did have to re-record this from the UG session because the sound didn't work (too much background noise). I have invested in a new Samson CO3U USB Condenser microphone on order from US so hopefully in future they'll be lots better!

Click here to watch the screencast in your browser

Click here to download it to watch on iPod 
or add the SharePointDevWiki.com feed to iTunes

Slides are available here

Links

 

Published: 4/16/2010  9:15 PM | 0  Comments | 0  Links to this post

Apr 162010

Technical Whitepaper: SharePoint Content & Application Lifecycle Management Guidance

I'd like to announce the release of my Technical Whitepaper on SharePoint Content & Application Lifecycle Management Guidance.


With organizations expanding their usage of SharePoint as a development and web infrastructure platform, managing team development, release cycles, and updates across distributed SharePoint farms can be a complex undertaking.  To make sense of this Lifecycle, Mr. Thake reviews a variety of considerations, including:

  • A review of SharePoint Assets
  • Architectural Considerations
  • Team Development
  • SharePoint Application Lifecycle Maturity Model
  • Deployment options for solutions, content, and other artifacts

 

This document took a lot of effort and I appreciate the support from RepliWeb with this. I'd be interested to hear your feedback on it, so please leave it below in the comments. There's lots of great info in there with plenty of references to great community content that made me able to collate this into one white paper. Thanks to Chris O'Brien for his feedback as I know that this is a topic dear to his heart.

Please register for your free copy of the whitepaper at RepliWeb's web site here. If you don't want to fill out the registration details to get this white paper, please ping me and I will send you the document directly.

I am already writing an update for this for SharePoint 2010, this will be available in due time.

Published: 4/16/2010  7:01 PM | 0  Comments | 2  Links to this post

Apr 072010

My SharePoint 2010 Development with TFS 2010 webcast is available

The great guys who organised SharePoint Saturday Arabia (#SPSArabia) have uploaded the web casts from the online event done in LiveMeeting.

Check out the sessions, there were some great ones on the day!

Obviously I encourage you to watch my one which walks through using VS2010 and TFS 2010 to build WSP as part of continuous integration along with integrating SPDisposeCheck Code Analysis rules.

Get them here!

I must admit, it was very weird presenting via LiveMeeting with no real feedback. It's odd, because I did screencasts all the time in Camtasia and it doesn't affect me, but when it's live there's some mysterious about it! ;-)

UPDATE 11-APR-2010: I have since been informed that the code analysis rules that were throwing warnings in this demo were not from the SPDisposeCheck rules, but from the out of the box CA2000 rules. The SPDisposeCheck ones weren't actually firing, I have fixed this now and a new web cast will follow shortly with TFS 2010 support also. Thanks to @stevegodbold reminding me to point this out!

Published: 4/7/2010  7:19 AM | 0  Comments | 0  Links to this post

Apr 022010

SharePoint 2010 Development Environment Rig

So I finally bit the bullet 3 weeks ago and decided that my Fujitsu T5010 Tablet with Windows 7 Ultimate 8Gb RAM (1033Mhz DDR3), G.Skill Vortex 128SSD and secondary 320Gb 7200rpm HDD was just simply not cutting it running VM's in VMWare Workstation 7.

So I invested in a new Lenovo W510 with 12Gb RAM (stole the 8Gb out of tablet and put base 4Gb back in that) and put my SSD in this and used the Ultra Bay III adapter to put my 320Gb 7200rpm HDD in it also. I wasn't patient enough for the HD+ screens as there is about a 3 month wait, but the screen I have is great and the docking station supports dual DVI out for my planned dual 24" LCDs.

The Task Manager brought a smile to my face with all those CPU's running and 12Gb RAM (will eventually replace the 2x2Gb with 2x4Gb bringing me to 16Gb max for machine).

With the new rig built I decided not to simply copy over my VM's but to rebuild them from scratch and just copy over the source files I'm working on and the content databases. In doing so I decided to try out splitting my SP2010 environment over multiple VM's, for a few reasons:

  • give me some experience with building a multi-server farm, allows me to try things that are closer to customer environments
  • see how SP2010 reacts not using a domain admin user for everything on a single farm J
  • re-use the AD VM and SQL VM for both SharePoint Server 2010 VM instance, a TFS2010 VM instance and a SP2007 Enterprise VM instance (eventually will build a SharePoint Foundation 2010 and WSS 3.0 VM's also

So far I have found that this performs a lot faster than my original single server VM and I've been very impressed with it. I'm continue to reduce the RAM that the AD VM is using and took Bob Fox's advice and used Windows Server 2008 R2 Core for this to keep it nice and slick! It is tempting to try SQL 2008 on Core too, but this is unsupported and not many are talking about this just yet ;-)

The disadvantages of this approach obviously are:

  • snap shotting SP2010 environment doesn't snapshot AD and SQL making it harder to roll-back etc.
  • when booting up VM's time it takes to boot them up in order: AD, SQL, SP2010
  • extra disk space required (OS duplicates) it's about 70Gb for AD, SQL, SP2010 which I actually have running on my SSD along with host OS

I really like VMWare Workstation 7 approach over Boot-VHD because:

  • missed having Windows 7 as base OS for normal non SharePoint stuff (e-mail, blogging, surfing, tablet functionality etc.)
  • would only allow single server or possibly booting into HyperV and running hyper-v's from that (did try this and was super fast)
  • also found a few times that when my VM I was booting to in Boot-VHD mode that when it crashed it screwed the pooch on my base host OS so I had to rebuild…wasn't happy!

I'm loving this approach and will continue to blog any more findings on it.

Published: 4/2/2010  10:27 PM | 0  Comments | 0  Links to this post