DotNetShoutout - Stories tagged with Autofac
2
Shouts

CQRS, Commands, Command Handlers and Command Dispatcher - Shiju Varghese's Blog

posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 578 days, 23 hours, 29 minutes ago
Wednesday, October 19, 2011 6:17:14 AM GMT
In this post, I am trying to add some CQRS principles onto my EFMVC project. Please keep in mind that this is not the implementation CQRS patterns, but trying to add some CQRS flavors on the Solution Architecture with Commands that changes the data (Create, Update and Delete). The current implementation of command execution is implemented in a synchronous way.  CQRS  CQRS is stands for Command-Query Responsibility Segregation that is a principle of separating commands (that change the data)... (more)
category: Web Dev | clicked: 19 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ef code first, Autofac, CQRS
2
Shouts

EFMVC 1.0 Preview Released - A demo app with ASP.NET MVC, EF and Autofac

posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 584 days, 23 hours, 36 minutes ago
Thursday, October 13, 2011 6:10:32 AM GMT
A while ago, I have released EFMVC, a demo web app built using ASP.NET MVC 3, EF Code First and Unity. The EFMVC app has demonstrated many architectural patterns and practices such as Generic Repository, Repository pattern, Unit of Work pattern, Dependency Injection pattern and Application Service later.  Today I would like to announce the release of EFMVC 1.0 Preview. This release is an early preview release that has made some changes in the solution architecture.  The preview is written in ASP.NET MVC ... (more)
category: Web Dev | clicked: 19 | 1 comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ef code first, Autofac, CQRS
5
Shouts

Inversion of control (IOC containers) .NET IOC patterns

posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 975 days, 18 hours, 17 minutes ago
Friday, September 17, 2010 11:29:05 AM GMT
IoC is not a new concept, however. It has been around for several years now. Using object-oriented design principles and features such as interface, inheritance, and polymorphism, the IoC pattern enables better software design that facilitates reuse, loose coupling, and easy testing of software components. This article discusses IoC and demonstrates how to use this pattern in your software design without having to implement any of the open source frameworks. (more)
category: Architecture | clicked: 24 | comment | | source: blog.agafonov.net.ua
tags: Unity, IoC, S2Container.NET, Spring.NET, LinFu, Ninject, tinyioc, Hiro, Autofac, LightCore, Puzzle.NET, StructureMap, Castle Windsor, PicoContainer.NET
8
Shouts

MvcExtensions – Custom Service Registration - Kazi Manzur Rashid's Blog

published 1095 days, 18 hours, 11 minutes ago posted by mithumithu 1097 days, 11 hours, 33 minutes ago
Thursday, May 20, 2010 11:35:34 AM GMT Tuesday, May 18, 2010 6:13:46 PM GMT
In this post, I will show you how you can register your custom services in your preferred IoC container and how the MvcExtensions will integrate it with the rest of the application. One of the goal of MvcExtensions is, unlike the ot... (more)
category: Web Dev | clicked: 5 | comment | | source: weblogs.asp.net
tags: Unity, ASP.NET MVC, IoC/DI, ASPNETMVC, Ninject, Windsor, Open Source, Autofac, MVC, MVCExtensions, StructureMap, ASP.NET
7
Shouts

Lightspeed 3 : Testing Enhancements - Paul Mason

published 1249 days, 19 hours, 20 minutes ago posted by tivittivit 1250 days, 6 hours, 12 minutes ago
Thursday, December 17, 2009 10:26:45 AM GMT Wednesday, December 16, 2009 11:34:06 PM GMT
In this post I'm going for a bit of a diversion from the usual Protecting Your Precious Code series; and for good reason! The long awaited version 3 of the Lightspeed tool was released on Monday. Rather than go into all of the new features that it boasts (which can be found on the Mindscape blog), I'm going to take a look at a particular aspect that excites me: improved testability of entities! (more)
category: Architecture | clicked: 0 | comment | | source: blog.paul-mason.co.nz
tags: Testing, LightSpeed, Autofac
13
Shouts

Meet my new ASP.NET MVC Extension - System.Web.Mvc.Extensibility - Kazi Manzur Rashid

published 1250 days, 18 hours, 2 minutes ago posted by mithumithu 1252 days, 22 hours, 45 minutes ago
Wednesday, December 16, 2009 11:43:56 AM GMT Monday, December 14, 2009 7:00:56 AM GMT
After hearing Phil Haack and Scott Hanselman in their latest podcast and PDC session I decided to give a good look at the MvcTrubine project in this weekend. I totally agree the intend of this project, let your favorite IoC to rule everywhere, but I do not think it has been implemented in the correct way. There are three important design flaws that I found in MvcTurbine: Generic Component Registration API Rather than allowing you to use your preferred IoC registration features, it prefers to use its own... (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: Unity, ASP.NET MVC, IoC/DI, ASPNETMVC, Ninject, Windsor, Open Source, Autofac, MVC, StructureMap, ASP.NET