vote up 6 vote down star
4

There's been a lot of developer frustration working with SharePoint but we all hope Microsoft has been listening. With that in mind...

What updated and new features for developers excite you about working with WSS 4.0 and SharePoint Server 2010?

One answer per feature please so the community can vote on each one.

flag

16 Answers

vote up 1 vote down

The sandbox.. being able to deploy custom code to SharePoint Online and other hosted solutions will skyrocket SharePoint usage

link|flag
vote up 1 vote down

SharePoint 2010 external list and Business Connectivity Services (BCS)

If you like the new SharePoint 2010 external list feature and the new Business Connectivity Services (BCS) and want to make use of something similar in SharePoint 2007 / WSS 3.0 to connect SharePoint lists (no web parts) directly to external data sources (with change workflow), please take a look at:

http://www.layer2.de/en/products/Pages/SharePoint-Business-Data-List-Connector.aspx

The shareware version is completely free for download and use.

link|flag
vote up 1 vote down

Development support on Win 7 / WS08R2

You no longer have to do your development on Windows Server. You can use Win 7, Vista, or WS08R2.

link|flag
vote up 1 vote down

Powershell support

Anything you could do with STSADM can now be done by using the fully power of powershell. There will be feature parity between the two.

link|flag
vote up 1 vote down

Correlation ID's for errors

Small change, but lets you search the logs folder for a correlation ID A correlation ID for errors. You can use this ID to view the error in the Logs folder.

link|flag
vote up 1 vote down

Dev tools support

SharePoint is now a first class citizen in Visual Studio. You can throw away WSP Builder and Sharepoint Manger, both great tools for SP2007

link|flag
vote up 0 vote down

More control over Sync Event Handlers:

Currently in 07 We have an option to cancel the event set the ErrorMessage that will be displayed in the Plain Boring Page of SharePoint. It has been improved in MSS 10 ,now that we can set the redirect Page to which we want to redirect the user to.

link|flag
vote up 2 vote down

Visual Web Parts: Design-time experience for web parts. No need to dynamically create controls or use kludgy user control workarounds. This should ease the pain ASP.NET developers find getting up to speed with SharePoint.

link|flag
vote up 1 vote down

Ability to add Custom List Forms for the List using the InfoPath. Also you can Specify the validation logic for the Fields.

link|flag
vote up 1 vote down

They say they've streamlined the performance so I'm anxious to see the results of that. I don't know a user or developer who enjoys using SharePoint. Prior to 2010 it's the most bloated website I've ever used.

link|flag
It will be interesting to see if this is client-side performance or server-side performance. Virtualised server appears to have hefty requirements: twitter.com/sahilmalik/status/4445176046 – Alex Angas Oct 2 at 10:22
vote up 3 vote down

My personal 'want' is the developer dashboard!

link|flag
vote up 2 vote down

XSLT based Rendering for the List Views

link|flag
vote up 4 vote down

Business Connectivity Services (BCS) - In MOSS it was known as BDC - Ability not only to read the data from External data Store, but to write back. As show in the demo video there will be a List of type for External Data, that will let you to connect External data store and automatically the Add/Edit form gets rendered.

link|flag
Does anyone know if they've enabled easy use of databases which utilise composite keys? – Moo Sep 29 at 16:22
vote up 6 vote down

I would have to say clean XHtml output. That has been bugging me for the 3 years i've worked with sharepoint.

link|flag
vote up 6 vote down

The new Client Object Model (OM), which will make it a lot easier writing SharePoint apps running on remote machines. It looks a lot easier than working with the current set of inconsistent and cumbersome Web services.

link|flag
This should really help new devs as well, because web services is where a lot of them start. – Alex Angas Sep 29 at 10:52
vote up 7 vote down

Official LINQ support. Seriously, CAML is stupid, and replacing it with LINQ in most cases will be a blessing.

link|flag
+1 I totally agree. CAML has always bugged me and it will be great to get LINQ instead – armannvg Sep 29 at 10:42
+1 CAML is just plain AWFUL! – hobbyman Sep 29 at 10:45
+1, though it's a real pity that it uses the same deficient engine under the hood (so e.g. joins are client-side rather than server-side). – Pavel Minaev Sep 29 at 16:33
Keep in mind - LINQ or no LINQ, list "joins" are never joins. Lists can be many things, but they are decidedly not tables. – Greg Hurlman Oct 7 at 3:11
Just to make things clear to anyone that might be confused, CAML isn't going away... it is still used to provision features, but CAML queries can now be easily replaced by LINQ queries. – Peter Walke Oct 25 at 21:43

Your Answer

Get an OpenID
or

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