Frage

My searches are not surfacing anything. Does anyone know of a good sample MVC application that uses the NCommon framework? We are looking for a good framework that will support either EF 4 or NHibernate 3. NCommon appears to fit the bill in that regard, but the project is sorely lacking any good code samples.

War es hilfreich?

Lösung

I gave up on NCommon over a year ago. I was not able to get the project owner to address a very simple pull request. In fact it's still open. It's not really very hard to roll your own UnitOfWork implementation. Domain events are even easier to roll your own.

If you really want to take a dependency on a stack, you might look at Sharp Arcihtecture instead.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top