| Projects on Google Code | Results 1 - 5 of 5 |
The tests that were used to fill the blanks in my posts:
# [http://blog.ashmind.com/index.php/2008/08/19/comparing-net-di-ioc-frameworks-part-1/ Comparing .NET DI (IoC) Frameworks, Part 1]
# [http://blog.ashmind.com/index.php/2008/09/08/comparing-net-di-ioc-frameworks-part-2/ Comparing .NET DI...
Autofac is a fresh approach to [http://martinfowler.com/articles/injection.html IoC] in .NET that uses modern C#:
{{{
var builder = new ContainerBuilder();
builder.Register<TwinTurbo>().As<IEngine>().FactoryScoped();
builder.Register(c => new SportsCar(c.Resolve<IEngine>(), Color.Black))
...
*Coming Soon!!!*
A pre-built solution with a typical project setup for a test-driven ASP.NET MVC/WCF/NHibernate application.
The solution will distributed in source code form as a basis for new applications.
Photon .NET is an opinionated approach to efficiently set up and maintain infrastructure of modular and extensible .NET applications.
The project is at the prototype stage right now.
==Resources==
* Some [http://rabdullin.com/photon/ Documentation]
* [http://groups.google.com/group/photon-...
[http://redbranchsoftware.com RedBranch]'s Canopy web framework is combination of project template and support libraries for building web applications on a very specific technology stack:
* [http://asp.net/mvc ASP.NET MVC] with [http://sparkviewengine.com Spark View Engine].
* [http://couchdb....