I've been extending Umbraco for several clients, by creating user controls, web form pages etc in a seperate VS project that copies it's compiled objects to my Umbraco websites when the project is built.
This is going well, but I'm sure I can make this more reusable by creating these custom features as plugins, but after doing a bit of Googling, I'm still struggling to find any good blogs or tutorials on developing v4 packages. There doesn't seem to be a lot in the Umbraco community wiki and I can't find anything in the Umbraco videos.
Can anyone point me to any documentation that I would find helpful?
After doing a bit more searching I found an Umbraco video called "Packaging up your site" from Warren Buckley, which goes through the whole process of creating a packge gathering together any macros, doc types and .net assemblys you have created.
Creating v4 Packages
Hi,
I've been extending Umbraco for several clients, by creating user controls, web form pages etc in a seperate VS project that copies it's compiled objects to my Umbraco websites when the project is built.
This is going well, but I'm sure I can make this more reusable by creating these custom features as plugins, but after doing a bit of Googling, I'm still struggling to find any good blogs or tutorials on developing v4 packages. There doesn't seem to be a lot in the Umbraco community wiki and I can't find anything in the Umbraco videos.
Can anyone point me to any documentation that I would find helpful?
After doing a bit more searching I found an Umbraco video called "Packaging up your site" from Warren Buckley, which goes through the whole process of creating a packge gathering together any macros, doc types and .net assemblys you have created.
I found it really useful: http://umbraco.com/help-and-support/video-tutorials.aspx
is working on a reply...