vote up 17 vote down star
13

I got a job offer today for a position as a SharePoint developer. One of my friends is telling me that sharepoint is a big mess and not something I would want to be doing.

What are some of your experiences/thoughts in working with SharePoint?

flag

16 Answers

vote up 33 vote down check

I'm going to buck the trend here a bit. I see SharePoint as a development platform - plain and simple. It utilizes other technologies such as IIS, ASP.NET, SQL Server, and Windows Workflow so I don't have to reinvent the wheel. It lets me focus on solving business problems instead of worrying about plumbing and system-level code.

Don't get me wrong, SharePoint does come with baggage, but if you like to solve real-world business problems and not just sling code, it has a lot to offer. I am continuously amazed at how rich the platform is with WSSv3 - which is free.

If you like to align yourself with Microsoft technology, then you need to realize that SharePoint is here to stay and will continue to get better and be more commonplace. The current version (v3 - WSSv3 / MOSS 2007) is lacking in AJAX, social networking, and other functionality/technology. The v4 version is just around the corner and is bound to improve in these areas.

In regards to some of the negatives I have read in this thread:

  • I have written web parts that live in SharePoint that utilize the AJAX toolkit and so have co-workers of mine. One co-worker is very active with Silverlight web parts.

  • Yes, you do tend to develop on Windows Server 2003/2008. This doesn't bother me and I don't spend much time at all on installation and configuration. I do use virtual machines for development environments sometimes and agree that can sometimes be a pain.

What I am able to do, however, is configure some things instead of develop. Authorization, done; provisioning, done; row-level security, done; basic UI CRUD, done; deployment to multiple front ends, done; search, done. Now I have time to focus on solving the business problem.

If you are going to do SharePoint development, you need to get started on the right foot. I highly recommend Inside Microsoft Windows SharePoint Server 3.0 to get to the meat of what a developer can/should do within SharePoint.

For what it's worth, I've been a developer for over 20 years working on Unix and Windows in several different languages and technology. I've been focusing on SharePoint v3 since it's beta days and am happy with the direction I have chosen.

link|flag
Here! Here! Spot on Kirk. – Daniel McPherson May 7 at 13:05
1  
Well put Kirk - I'm with you on this one. – Lars Fastrup May 8 at 7:43
8  
Agreed. It's like woodworking - if you work with the grain, it's very good, working across, its bad. And either way there are some knots to avoid. – Andy Burns May 8 at 14:13
2  
Great post! I'd only add one thing. Don't expect to jump into SP development right away without headaches. There is a significant learning curve if you haven't touched it. It's too large of a platform for anyone to say different. Once your over the learning curve though, that's when you can use SP the way Kirk mentions above and really start seeing the power of the platform. – knight0323 May 8 at 14:53
1  
I wholeheartedly agree. And, to add my 2 cents; initially it is extrememly frustrating simply to bolt code on top of it in a "SharePoint" way. Once you pick up where everything is, you'd be amazed at how productive you can be. I'm a single developer for my current client (~200 employees;) Installed and configured a 3 box server farm, and developed multiple workflows and business apps in a matter of months. – Jason Watts Jun 22 at 23:10
show 1 more comment
vote up 24 vote down

I'm surprised at all of the positive responses. Let me just ask, do you mind creating your markup in code? As in HtmlWriter.BeginTag("br") (or whatever, sorry for not knowing the HtmlWriter api). That's considered best practices for creating redistributable web parts.

How about the Ajax Toolkit? Oops, off limits. Doesn't work due to a missing doc-type in the header.

And your laptop is running Windows server 2003, right? Because of course Sharepoint won't run on anything else.

I understand people defending their platform, but as someone who has had to do some work in Sharepoint, but doesn't any more ... let me say that developing for Sharepoint is the worst development experience of my life. Now, I've been pretty careful in my choices to date, so it's not the worst possible experience, but it's down there. Or, to put it another way, I would much prefer working in PHP than Sharepoint.

link|flag
8  
the two most-used phrases with sharepoint... "powerful, right out of the box" and "with a workaround" :p – nailitdown May 7 at 8:51
3  
SharePoint runs on Win2008, but shouldn't matter, just run it in a Virtual Machine. I have been doing development on SharePoint for as long as it has existed. The bottom line is, a lot of pure ASP.NET style developers dont like it because you cant just jump in and do anything you like. Many people start out thinking "its just another OM" and then get disappointed when they struggle to build things that work. You HAVE to understand the product, deeply, so you work with it and not against it. The experience is not as mature as pure ASP.NET, but you can build amazing solutions very quickly! – Daniel McPherson May 7 at 13:04
5  
You do realize none of the limitations you mention are actually valid if you use proper configuration and development practices? I'm doing sharepoint development on a mac with lots of ajax and mostly xsl for webparts. – Tom Clarkson May 7 at 13:05
2  
+1 for Tom - I've got several SharePoint sites running Ajax, on a laptop running a client OS. And how is outputting HTML through code any different from writing a server control? Yes, it's a steep learning curve, and it's easy for experienced developers to get frustrated having to learn so much at once. – Greg Hurlman May 7 at 15:46
3  
This is someone who obviously didn't work with the product for very long. It certainly has its pain points and is a heck of a learning curve but the amount of power under the covers would take a long long time to implement in pure ASP.NET. SharePoint has its specific uses. It is a business collaboration platform and that is it's main benefit. Sure, they are shifting toward more business automation and CMS but that aspect is not fully mature. I like being a SharePoint developer and have recognized where it's power lies from the first time I used it and try not to shoehorn it elsewhere. – webwires May 7 at 19:31
show 2 more comments
vote up 12 vote down

I have like Kirk also worked with SharePoint since the 2003 beta version and am still liking it. You can of course always wish for something to have been better thought through - but I guess you can say that about almost any Enterprise product. To me, the positives far outweight the negatives when it comes to building solutions on top of the SharePoint platform.

Let me as a developer share with you my top 5 good things and top 5 bad things about SharePoint:

Top 5 Good Things about SharePoint

  1. It is a comphrensive platform. Makes it a hell lot faster to develop and deploy fully featured, standardized, scalable and high availability Web solutions like a corporate Intranet and Extranet.
  2. It has huge momentum. Microsoft continues improving it and it gets much better with every release, the community is great and growing, online resources are good and growing, more and more books are coming out, many great free add-ons and good third-party products popping up all the time, and there are also great conferences to go to.
  3. Very modular platform where you can package your own stuff into Solutions, features, Web parts, Templates, Content types and more.
  4. It leverages standard Microsoft technologies like .NET, ASP.NET, IIS and SQL Server. So you will not get stuck with one specific skill set.
  5. In the current job market, you are much better off with .NET + SharePoint skills than just .NET skills. It is something like saying you have SAP experience or are a BI specialist.

and #6: more girls involved in SharePoint projects (Maybe this should have been #1 ;-)). Women typically handle many of the softer aspects of big SharePoint projects, which they are often better at than their male counterparts. A successful SharePoint project is sooo much more than coding some Web parts and styling some Web pages. Just read the excellent series Why do SharePoint Projects Fail by Paul Culmsee.

Top 5 Bad Things about SharePoint

  1. Steep learning curve. It takes at least two years to become a good SharePoint developer - even if you are already good at C# and .NET. You will need the first year to just understand all the concepts in the platform and then another year to get really familiar with them.
  2. Inadequate development tools. Visual Studio hardly knows anything about SharePoint - but I hear this is going to change big time with VS 2010 :-)
  3. Not always possible to use the latest and coolest .NET features. It always takes SharePoint a few years to adopt the latest and greatest stuff from the .NET platform teams. Just think about Linq and AJAX. I am curious to see if/when SharePoint 2010 will support .NET 4.0.
  4. Often a need to find work-arounds to quirky problems/inconsistencies in the platform.
  5. Changing APIs. Well, at least this was a pain moving from SPS 2003 to MOSS 2007. I hope the transition to SharePoint 2010 will be a smoother ride.
link|flag
Well said, especially your Top 5 Bad Things. I have a love/hate relationship with SharePoint. It's like a smoking hot redhead girlfriend. – Robert S. May 11 at 14:54
2. MS continues to write it and users beta test it. – Nick Aug 19 at 13:50
vote up 8 vote down

My small web shop briefly embraced SharePoint a couple of years back; we did consulting, customization, training, and so on. It's true that you get a lot out the box, and I understand it's improved a lot; but the overall experience was very negative and we've never looked back.

  1. The users that we trained on it absolutely hated the user interface and it was very frustrating not to be able to fix the things that are wrong with it.
  2. Customizing Sharepoint's visual presentation is not for the faint of heart. The incompetence of whoever wrote the CSS at Microsoft is just horrifying. I still have nightmares.
  3. For whatever reason they didn't just design it as a garden-variety web app, which makes setting up a development environment a huge pain in the neck.

In general, SharePoint falls short of its promise in a number of ways that are just mystifying: Things that would seem like no-brainers require all kinds of custom development.

We've gone back to rolling our own solutions for customers; they're much happier with that arrangement, and so are we.

link|flag
vote up 8 vote down

I knew nothing about SharePoint 3 months ago. Since then I've had to create a couple of custom web parts for my company's new support site and I have to agree with your friend, it's a big mess.

At first I was impressed by how much you could do with the platform without any coding at all. But it's been frustrating getting my stuff to work properly. I tried to incorporate a user control I had written earlier that worked great in a regular web app, but a key part simply wouldn't work in SharePoint for reasons that are still beyond me. I managed to find a workaround, but lost two weeks in the process.

It was also disheartening to learn that the development environment has to be a machine actually running SharePoint, which has to run under Windows 2003/2008. I had to set up a virtual machine on my existing system, which isn't a big deal but it's one more hurdle you have to overcome.

In all, it seemed way too confusing for what you're trying to do. I agree with the sentiment that a lot of time is spent on installation, configuration, and deployment versus actual development. Maybe the 2010 version will be better. It's certainly not a product I would look forward to working with.

link|flag
vote up 8 vote down

I find that the biggest frustration with SharePoint, even the latest release, is the lack of attention to documentation. There are so many poorly-documented API calls. I can feel my blood pressure rising just from posting this answer.

link|flag
vote up 6 vote down

good =============================[=]=== bad

  • setup/administration/updating is a pain
  • developing/debugging is a pain
  • documentation is a joke
link|flag
vote up 5 vote down

SharePoint can be frustrating at times. It's a "maturing product" according to Microsoft, so when you do something wrong, you get nice errors like "an error occurred" or "cannot complete action". CAML is something that requires great patience. The documentation on it is not very good and you can waste a great deal of time over a stupid syntax error.

All in all, it's a decent platform, but it will probably cause you to get gray hair sooner than your peers.

link|flag
If it's something that isn't finished, why not go and work on something more fullfilling where you aren't fighting with the the current unfinished hack? This means you are supporting innovation instead of hobbled "enterprise" treacleware. – Nick Aug 19 at 14:03
vote up 5 vote down

SharePoint is a v2 product...v3 is due in 2010, and it's the fastest growing product in MS's history (supposedly). v2 is short of mature, and it definitely leaves something to be desired for those of us who develop, but there's a lot of tools out there that make developing against it easier (stsdev, being one).

It's something that you'll be seeing more and more of if you stay in the Windows realm. It's a powerful platform and the future of it looks very promising.

From a developer's perspective, it's a bit frustrating that they've thought about developing against it as sort of an afterthought, as most Windows-based applications are. The end user wins in priority, that's for sure.

SharePoint work is challenging and rewarding, even without the development aspect of it. You're affecting the entire organization and actually helping businesses run better. The development aspect will frustrate you from time to time, but it all tends to even out.

link|flag
Any thoughts on how you see usability of sharepoint projects from end user point of view. I used to work for a big company where they start moving lots of tools to sharepoint (I assume ... I'm not expert) and I believe the experience was frustrating (from usability point of view). – stefanB May 7 at 1:35
@stefanB mediocre. It gets the job done, but it doesn't exactly break any ground with usability or user experience quality. – Rex M May 7 at 1:55
2  
It's a v3 product already; 2001, 2003, 2007. – Troy Hunt May 7 at 11:10
@Troy: You're right, but I never count 2001 since it was an internal experiment just pushed out to the world. My fault. – Eric May 7 at 11:37
vote up 4 vote down

It's a (good?) way to pay the bills....

link|flag
1  
While this answer is glib, it's actually accurate in some respects. So many recruitment companies just seem to grep resumes looking for Sharepoint experience.. – Scott Ferguson May 7 at 1:26
Average SP contracts i've been scoring have in the 125/hr ballpark, so yes, it's a nice way to pay your bills! – Jason Watts Jun 23 at 16:09
vote up 3 vote down

It varies a lot depending on the way the project is run - if you work within the design of SharePoint you can achieve a lot without much effort. If you get requirements that go against that and the client isn't willing to compromise, it can get pretty frustrating.

You also tend to get a lot of environments that haven't been set up right - even things as basic as source control and reproducible deployment are often left out. The infrastructure people often don't understand SharePoint, so you get issues like not being able to connect your development environment to a network.

However, most of these issues are quite easily solved if there is someone involved who knows what they are doing. Once you get past any project and environment issues it's quite a good platform to work with.

The official documentation isn't particularly helpful, but the available unofficial documentation and tools have improved a huge amount since I started working with the platform.

link|flag
The key here is "someone who knows what they're doing". Skills that are in high demand! – Alex Angas May 8 at 11:55
vote up 3 vote down

If you have a background in web development, I think you might be frustrated at the lack of flexibility that Sharepoint offers developers. Being restricted to think in terms of "web parts", isn't a lot of fun if you've previously had the flexibility to write a little closer to the HTML.

In addition, I found that a lot of time was spent on configuration / implementation issues, relative to regular web development.

You do get a reasonable amount of functionality "out of the box" though.

link|flag
Why would you be restricted to think in terms of webparts? Whatever you can do with pure asp.net 2.0, you can do in sharepoint. – Tudor Olariu May 7 at 7:58
@ Tudor- not in an easy way however – Jason Watts Jun 23 at 16:10
vote up 3 vote down

It's clear from the other answers that there's a lot of frustration for SharePoint developers.

The givens are:

  1. Yes you have to develop on a server product Windows 2003 or Windows 2008
  2. A lot of development information comes from blogs of varying quality
  3. The product tries to be everything to everyone but the reality is that the product is so large there are areas of speciality required

It is definitely a technology that is still maturing for developers. The amount of information available from the developer community and Microsoft has grown enormously in the last 2 years. There's a lot of guidance coming out of the patterns & practices team for SharePoint which can be found here: http://www.codeplex.com/spg

As for some of the other comments - it's the fastest growing Microsoft product measured on licenses sold, not necessarily on installations! And yes, the functionality that comes with WSS 3.0 for free is pretty amazing.

There's a very wide scope of what 'SharePoint development' could encompass. It could be pure web content development driven through the web browser and tools like SharePoint Designer. Or getting down and dirty writing custom ASP.NET web parts, Windows Workflow, custom ASP.NET web services and pages hosted in SharePoint and much more.

There are a lot of out-of-the-box web services that come with SharePoint that allow integration with other systems and some people might call programming against that API 'SharePoint development'.

I think the rule of thumb with SharePoint in general is that on the surface it appears to be an all encompassing product that tries to be everything to anyone. Sometimes you don't have to scratch the surface very far to realise that the platform isn't going to solve your particular business needs without significant customisation. It's sometimes that last 10% of required feature that costs you 90% of the effort!

link|flag
vote up 2 vote down

It's simultaneously the most frustrating and the most rewarding experience you'll have. While the reward comes (at least partially) in the form of a great salary (compared to straight web dev), the frustrations are nothing that can't be overcome with stackoverflow and google at your side.

I've been doing SharePoint development since 2003, and the valleys of "I FREAKING HATE SHAREPOINT!" are always off-set by the moments of "DUDE, THAT'S FREAKING AWESOME!"

If you are offered an entry-level position doing SharePoint, I'd take it in a heartbeat. You'll get on-the-job training on one of the hottest technologies around.

link|flag
4  
When the heck have you ever had a "that's freaking awesome" moment with Sharepoint? I've been elbows-deep in MOSS 2007 for two years now and the more I use it the more I hate it. – Rex M May 7 at 1:58
1  
I don't think I've ever had a "that's freaking awesome" moment when developing with Sharepoint. – Chris Lively May 7 at 2:00
I suppose it depends on how you define "awesome." About a year ago, I worked on a project that involved building a SOX compliance solution for MOSS that baked all sorts of custom functionality into a nice, neat re-sellable wsp. Figuring out how to bend CAML to my will sucked, but being able to bring the experience to the negotiating table, I believe, qualifies as "awesome." – Adam McKee May 7 at 13:39
As a narrow example I think the content query web part is pretty awesome, especially not having to worry about caching. The XSLT side of it can induce some hate however. SharePoint giveth and taketh away? – Alex Angas May 8 at 11:59
-5 (if possible) Sharepoint "one of the hottest technologies around"? Have you ever used it or are you one of those people who writes things that you read about on your resume but doesn't know what they are? – Nick Aug 19 at 13:48
vote up 1 vote down

I am happy to report having a positive experience with SharePoint programming. I agree that the out-of-the box masterpages and css are pretty bad, and the here and there lack of documentation in the API can be very frustrating at sometimes, but these are minor setbacks if you see SharePoint as a development framework instead as a finite product which can be customized. I have read someone at MS describing the SharePoint as "modeling clay", with the out-of-the-box templates merely as "demos" of what can be achieved.

I find it quite easy and straightforward to build a custom master page (with the proper Doc Type in the header to remove the awful BackCompat and enable CSS1Compat, for example) or have my aspx pages with code-behind or whatever. Bottom line is - whatever you can do within a website in pure asp.net 2.0, you can do the same with SharePoint and benefit from its scalability, deployment techniques, API, permission model, audits, document storage system, InfoPath integration, workflows, etc.

I guess that in the end it really depends on your point of view: is SharePoint a development platform with a "demo" collection of site templates, or just a semi-finite product which allows you to customize it here and there?

link|flag
vote up 0 vote down

Definnately a good technology and i think this may be the future of most of the website/ web apps!

Let's se what Sharepoint 2010 has got for us!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.