By tag: Container
0
kicks
BFG: DSL configuration syntax for Autofac IoC Container
This might be interesting for people that use popular IoC container for .NET - Autofac. Now it is possible to configure this container with the custom DSL syntax that is more flexible and efficient than plain XML configuration.
0
kicks
Dependency Injection: Factory vs Container - Unity
As application size and complexity increase it becomes more and more difficult to reuse existing components and integrating these components to form an interconnected architecture because of the dependencies of the components. One way to reduce dependencies is by using Dependency Injection, which al...
0
kicks
New free Lightweight .NET, C# Inversion of Control (IoC, dependency in
.NET and C# inversion of control container Winter4net - Lightweight C#, .NET dependency injection container, spring framework compliant, ultrafast, compact and scalable, infrastructure for MDD/MDA. Easy integration; MSDN-like documentation; 24/7 support; Free Community edition binary license
0
kicks
A Cryptography Primer, Part Four (final)
I finished up the .NET programmers cryptography primer. Part four is about asymmetric cryptography. I go over using RSA to encrypt/decrypt and generate signatures. The post also covers the obscure and hard to understand at first "Key Container" and how it works.
0
kicks
Windows Container tutorials
The castle projects gaining in popularity all the time (http://www.castleproject.org/) and now the Inversion of control container (collectively known as the MicroKernel & Windsor Container) is starting to get some attention.
In that same vein here is a wiki which collates a series of tutorial...