DotNetShoutout - Stories tagged with IoC/DI
8
Shouts

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

published 1095 days, 19 hours, 14 minutes ago posted by mithumithu 1097 days, 12 hours, 36 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
12
Shouts

Announcing the RTM of MvcExtensions (aka System.Web.Mvc.Extensibility) - Kazi Manzur Rashid

published 1102 days, 21 hours, 25 minutes ago posted by iftekharahmedamitiftekharahmedamit 1104 days, 15 hours, 38 minutes ago
Thursday, May 13, 2010 9:24:37 AM GMT Tuesday, May 11, 2010 3:11:59 PM GMT
I am proud to announce the v1.0 of MvcExtensions (previously known as System.Web.Extensibility). There has been quite a few changes and enhancements since the last release. Some of the major changes are:The Namespace has been changed to MvcExtensions from System.Web.Mvc.Extensibility to avoid the unnecessary confusion that it... (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, IoC/DI, ASPNETMVC, Open Source, MVC, MVCExtensions, ASP.NET
6
Shouts

Vote for your favourite .NET DI (IoC) Framework

published 1198 days, 23 hours, 25 minutes ago posted by deanomachinodeanomachino 1201 days, 13 hours, 20 minutes ago
Saturday, February 06, 2010 7:24:26 AM GMT Wednesday, February 03, 2010 5:30:03 PM GMT
Vote for your favourite .NET DI (IoC) Framework I've started to take a look at Dependency Injection Containers (IoC), mostly because we have started using them where I work and also just out of general interest and trying to get my mind around how they work. During my investigations I came around a load of .net IoC frameworks, a lot of them had their own pros and cons, and a lot of people were hard core supporters of certain frameworks. Currently where I work we have chosen to go with Castle. While on ... (more)
category: Web Dev | clicked: 1 | comment | | source: deanhume.com
tags: IoC/DI, C#, ASP .NET
12
Shouts

Just released System.Web.Mvc.Extensibility Beta - Kazi Manzur Rashid

published 1209 days, 17 hours, 16 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1210 days, 22 hours, 36 minutes ago
Tuesday, January 26, 2010 1:33:47 PM GMT Monday, January 25, 2010 8:13:22 AM GMT
Just released System.Web.Mvc.Extensibility Beta I am announcing the beta of System.Web.Mvc.Extensibility. There has been quite a few changes in this release :Added support for PerWebRequest lifetime. Removed the “base” suffix from the abstract class. I am dropping the Autofac. After struggling quite a few days to add PerWebRequest support, I came to the conclusion that adding such support re... (more)
category: Architecture | clicked: 1 | comment | | source: weblogs.asp.net
tags: IoC/DI, ASPNETMVC, ioc container, IcoC
7
Shouts

Elegant Code » Advanced Unity: Connecting Implementations to Open Generic Types

published 1243 days, 23 hours, 22 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1245 days, 20 hours, 9 minutes ago
Wednesday, December 23, 2009 7:27:27 AM GMT Monday, December 21, 2009 10:40:40 AM GMT
Jimmy Bogard has an excellent post called “Advanced StructureMap: connecting implementations to open generic types” which he uses the StructureMap IOC container to connect messages to handlers. This is something I have been using in my codebase to handle domain events, as well as a publish/subscribe mechanism for WCF message handling. I learned about this Handler (more)
category: Architecture | clicked: 3 | comment | | source: elegantcode.com
tags: Unity, IoC, IoC/DI, DI, StructureMap
13
Shouts

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

published 1250 days, 19 hours, 6 minutes ago posted by mithumithu 1252 days, 23 hours, 49 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