Podcast: MVC Turbine with Javier Lozano

    <p><a href="http://lozanotek.com/blog/">Javier Lozano</a> (<a href="http://twitter.com/jglozano">@jglozano</a>) joins the show to discuss his project <a href="http://turbineproject.com/">MVC Turbine</a>. What is Turbine? The official website states:</p> 
MVC Turbine is a plugin for ASP.NET MVC that has IoC baked in and auto-wires controllers, binders, view engines, http modules, etc. that reside within your application. Thus you worry more about what your application should do, rather than how it should do it.

Listen to the Show

Full Speed: download
Fast Version: download

MVC Turbine

During our conversation we discuss the following questions and topics:

  • What is MVC Turbine?
  • What are some practical examples for using Turbine?
  • Javier discusses the concept of a Turbine “blade”
  • How Turbine works with Portable Areas as well as with the Managed Extensibility Framework
  • How Turbine facilitates dependency injection and service locator (Javier strongly advises against using service location, but Turbine will support it)
  • Learn about Turbines main areas of functionality:
    • Registration
    • Engine
    • Blades
    • Container
    • Custom features
  • Inferred actions – how Turbine will return a view that doesn’t have a controller if you are trying to access a static page
  • Injectable filters: hydrate instances of filter classes from injection from Turbine
  • Register a filter directly to a container
  • What about Turbine for non-MVC applications?
  • Turbine Version 2.1 is now available
    • Turbine now batches registrations
  • Future plans
    • Leverage MEF

Resources


Mastering ASP.NET 4 on TekPub

Check out my latest series on TekPub, Mastering ASP.NET 4. This is a working-programmer’s guide to getting up-to-speed on all the new advancements found in ASP.NET 4.

Windows Phone 7 and the Robotic T-Shirt Cannon with Clint Rutkas

While is New Orleans for TechEd I had the opportunity to interview the brains behind the robotic t-shirt cannon highlighted at MIX10. Check out this short interview with Coding 4 Fun’s Clint Rutkas where he talks about building the Windows Phone 7 controller for the robotic cannon!

No Comments