2
votes
1answer
193 views

Microkernel architectural pattern and applicability for business applications

We are in the business of building customizable web applications. We have the core team that provides what we call as the core platform (provides services like security, billing etc.) on top of which ...
10
votes
2answers
3k views

Relationship between Repository and Unit of Work

I am going to implement a repository, and I would like to use the UOW pattern since the consumer of the repository could do several operations, and I want to commit them at once. After read several ...
3
votes
6answers
431 views

What do you call this pattern/technique?

Lately I've used this technique a few times, and I'm trying to figure out if it has a name, if it's one of the patterns, etc. In complicated situations where I might normally have a number of giant ...
1
vote
2answers
107 views

Are there any rules and patterns used in software modeling? [closed]

Which are the most important and/or used rules and patterns in software modeling and how are they affected by the use of certain programming language, tools, platform, technology...etc?