2 votes

W3S Umbraco Object Relation Mapper

W3S Umbraco Object Relation Mapper is a package for using strong typed objecs in Umbraco with Dependency Injection.

We wanted to use strong typed objecs in Umbraco with Dependency Injection, like this:


public ActionResult HomePage(HomePageModel model) {
    return View(model);
}

And not the default Umbraco way like this (route hijacking http://our.umbraco.org/documentation/Reference/Mvc/custom-controllers):

public ActionResult HomePage(RenderModel model) {
    return View(model);
}

As a solution we build the W3S Umbraco Object Relation Mapper (in short uORM) and it saved a lot of time to build a good, code based MVC based website.

Go to http://github.com/W3S-uORM/uORM for a complete manual.

Screenshots

Archived files

Source code

No current release

Package owner

Edwin van Koppen

Edwin van Koppen

Edwin has 270 karma points

Package Compatibility

This package is compatible with the following versions as reported by community members who have downloaded this package:
Untested or doesn't work on Umbraco Cloud
Version 8.18.x (untested)

You must login before you can report on package compatibility.

Previously reported to work on versions:

Package Information

  • Package owner: Edwin van Koppen
  • Created: 30/06/2014
  • Current version 0.9.3
  • License MIT
  • Downloads on Our: 410