Jon Takes Five with Javier Lozano on MVC Turbine
- Posted: Apr 06, 2010 at 8:26 AM
- 40,521 Views
- 3 Comments
Download
How do I download the videos?
- To download, right click the file type you would like and pick “Save target as…” or “Save link as…”
Why should I download videos from Channel9?
- It's an easy way to save the videos you like locally.
- You can save the videos in order to watch them offline.
- If all you want is to hear the audio, you can download the MP3!
Which version should I choose?
- If you want to view the video on your PC, Xbox or Media Center, download the High Quality WMV file (this is the highest quality version we have available).
- If you'd like a lower bitrate version, to reduce the download time or cost, then choose the Medium Quality WMV file.
- If you have a Zune, WP7, iPhone, iPad, or iPod device, choose the low or medium MP4 file.
- If you just want to hear the audio of the video, choose the MP3 file.
Right click “Save as…”
- High Quality WMV (PC, Xbox, MCE)
- MP3 (Audio only)
- MP4 (iPod, Zune HD)
- Mid Quality WMV (Lo-band, Mobile)
In this video, Jon talks to
Javier Lozano about
MVC Turbine.
MVC Turbine is an open source plugin for ASP.NET MVC that has IoC baked-in and auto-wires controllers, binders, view engines, and http modules, etc., that reside within your application. The goal is to let you focus on what your application should do, rather than how it should do it.
MVC Turbine is an open source plugin for ASP.NET MVC that has IoC baked-in and auto-wires controllers, binders, view engines, and http modules, etc., that reside within your application. The goal is to let you focus on what your application should do, rather than how it should do it.
Comments Closed
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Abstracting your favorite IoC container is a really terrible idea. Why would you use Unity over StructureMap over NInject, etc if you're just going to abstract away the power? Doesn't make a lot of sense from an architectural perspective. Why take on an additional dependency that is just an abstraction on IoC and dependency containers, wire-ups, etc?
And another thing... infered actions. Why would you use MVC if you're just returning a view? Smells exactly like webforms at that point.
@zowens, yes abstracting your favorite IoC container is a terrible idea since, as you stated you lose all the power and features it provides to have a lowest common denominator solution. The purpose of MVC Turbine is not to replace your IoC but to add composition to MVC applications. I've covered this conversation before with my MVC Turbine Redux as well with podcasts, so I see no point on rehashing the information in this comment.
Support for IoC at all levels of an MVC application is something that's so important to ASP.NET developers that has been added to the feature roadmap for MVC3. Although MVC Turbine is not the ideal solution, it does help shed light on the issue and provides a tangible solution to this recurring theme.
Exactly, it's not about abstracting your favorite IoC container, it's just a by-result of not taking a dependency on a specific container which is a bigger gain than lose in case of MVCTurbine, you still can use 99% of the power of your favorite container (and its extensions).
@jglozano: I watched the video and the idea of injecting dependencies into http modules is seeeet
The 2.1 bits are great giving you ways to cover for the 1% of less common scenarios if you really need that and know the drawbacks.
Good luck with the project!
Remove this comment
Remove this thread
close