|
|
-
|
|
Announcing the new major release of Simple Injector. The Simple Injector is an easy-to-use Inversion of Control library for .NET and Silverlight.Last week Simple Injector 2 was released. This release was a major undertaking. I've been working on this rele...
|
|
-
|
|
This article extends the architectural design of command handlers to allow command handlers to return data.A few months back I described the command / handler architecture that I (and many others) use to effectively model business operations in a system. ...
|
|
-
|
|
A few weeks back I read this question on Stackoverflow. The question was about applying covariance / contravariance (or variance for short) to the Autofac dependency injection container. The question triggered me to think about variance support in the Sim...
|
|
-
|
|
A few weeks back I read this question on Stackoverflow. The question was about applying covariance / contravariance (or variance for short) to the Autofac dependency injection container. The question triggered me to think about variance support in the Simple Injector (btw, <a rel="external" href="h......
|
|
-
|
|
This sequel explains how to write O/RM specific performance optimizations in such a way that the core business logic won’t be affected. This article builds on top of the foundation described in part 1 and uses the Fetching Strategy design pattern to...
|
|
-
|
|
Although limited in features, the Simple Injector has simple but flexible way to add features, such as the possibility to work with multiple constructors.I read Remo Gloor's weblog today. Remo Gloor is a developer on Ninject. In his latest blog post, he d...
|
|
-
|
|
The Simple Injector is an easy-to-use Inversion of Control library for .NET and Silverlight. It solely supports code-based configuration and is an ideal starting point for developers unfamiliar with larger IoC / DI libraries.Download: The Simple Inject...
|
|