Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Edwin van Koppen 156 posts 270 karma points
    Jun 30, 2014 @ 15:45
    Edwin van Koppen
    1

    Just created a new package W3S Umbraco Object Relation Mapper

    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).

    I'm curious what you people think of it! http://our.umbraco.org/projects/developer-tools/w3s-umbraco-object-relation-mapper

  • Edwin van Koppen 156 posts 270 karma points
    Jul 01, 2014 @ 17:23
    Edwin van Koppen
    0

    There was a bug if you already had a ApplicationEventHandler.. is now fixed

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies