I am preparing to give a talk on Umbraco v5 at the Umbraco Glasgow meetup on Monday
December 5th. I want to try and get people excited about the
new version by telling them about the best new bits. But apart from
some hacking
around with the beta and pre-beta versions, I'm no expert.
So I need your help! Let me know in the comments what you think
are the best new features of v5, the ones that you'd tell your
programmer mate over a pint in the pub. I'll list mine here:
- Hive, obviously. The ability to consume any
(and I mean any) external datasource and have it treated like any
other data in the Umbraco back-end.
- Hive providers. You don't need to write your
own provider if one exists already - just take the existing one, do
a bit of configuration and hey presto, your external data is
available in Hive.
- Custom Trees. Custom trees are easy in v5. In
its simplest form, you implement the GetTreeData method (which uses
a provider to retrieve the data to display in the tree), mark your
code as being a tree and do a little configuration, and you're
done. Hey presto your data appears in its own tree (or even as a
branch of an existing tree) in the Umbraco back-end.
- Umbraco 5 Contrib. The umbraco5contrib
project on codeplex is a central resource for people to share
the good work that they've done with v5. It's already got some good
stuff in there and it's only going to get better as more and more
people start using v5 and sharing their work.
This is definitely not an exhaustive list - what would you have
in there?
David
UPDATE: If you are coming along to the Umbraco meetup in Glasgow on December
5th, then follow Chris' lead and let me know what you'd like to
learn about v5 and I'll do my best to integrate that into my
talk!