Skip to content

NurhakKaya/UmbracoCodeFirst

 
 

Repository files navigation

Code-First for Umbraco

Build status (master branch)

Build status (Nuget package)

Build status (Docs site)

Code-First for Umbraco allows Umbraco types (document types, data types etc) to be specified in code and automatically synchronised each time the site is started. The defined classes can also be used as strongly-typed models in views.

Installing

Install-Package Marsman.UmbracoCodeFirst

Documentation

See the Documentation and Walkthrough

Running the QuizDemo project

On first run the Umbraco install page will show. Enter the required info then choose customise, select your preferred database and choose "no starter kit". The site will then start, with Code-First having built out all the types and added the seed content.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.4%
  • HTML 10.9%
  • C# 6.1%
  • CSS 4.7%
  • Classic ASP 4.2%
  • XSLT 0.7%