Create Document Types with code first - anything up to date that I can use?
Hi all!
I've been on the lookout for a "project" where you can create Document Types and templates like with uSiteBuilder. However. I havn't found anything quite like it. And uSiteBuilder doesn't seem to be compatible with v7.x.
Do you use Code First and if you do, what "package"/"project" do you use / recommend I should use?
Create Document Types with code first - anything up to date that I can use?
Hi all!
I've been on the lookout for a "project" where you can create Document Types and templates like with uSiteBuilder. However. I havn't found anything quite like it. And uSiteBuilder doesn't seem to be compatible with v7.x.
Do you use Code First and if you do, what "package"/"project" do you use / recommend I should use?
Hi Daniel,
I haven't seen any code first framework for Umbraco that doesn't have issues.
We use the zbu models builder to create strongly typed models. This will become part of the core in 7.4 if i am correct.
https://our.umbraco.org/projects/developer-tools/zbumodelsbuilder/
For deploying our doctype, datatype,... changes we use uSync.
https://our.umbraco.org/projects/developer-tools/usync/
Dave
Greate recommendations. Thanks! :)
Hi Daniel,
We are using zbu models builder and usync too.
They work very well together.
Jose
is working on a reply...