Our current project is written in ASP.NET MVC 1 using mvc-turbines (and unity) for IOC/DI. When I try to start the application from 2008 everything works fine, but from 2010 I keep getting the \"No p
I\'m trying to get Turbine 开发者_JAVA百科CSS syntax highlighting (for the cssp files) in netbeans but i\'ve been not able to find any highlighter or way to do it.
I am using Turbine 2.3.2 with Hibernate 3. My problem is that the Hibernate session is not active when my (Velocity 1.6.4) template is executed, and I am accessing data from the database for which Hib
Apparently, this method no longer gets called...In there we have code for configuring AutoMapper, and for setting model binders.
As Phil Haack explains on his blog entry, the Route Debugger helps visualizing your routing tables. My site however gets it\'s routing injected by the MVCTurbine dependency injection (using Unity) lik
I\'m trying to set up blade unit tests in an MVC Turbine-derived site.The problem is that I can\'t seem to mock the IServiceLocator interface without hitting the following exception:
I\'m currently trying to find out why my InjectableAttributes never get to the filter part. Therefor I linked in the source project directly so I could easily put breakpoints etc.
I have a [Logger] attribute for my asp.net-mvc projects. This LoggerAttribute takes a ILoggerService in it\'s constructor.
On my base controller I have placed the Logger attribute. This LoggerAttribute looks like this: public class LoggerAttribute: InjectableFilterAttribute
When trying to refactor an existing asp.net-mvc application to use Turbine as an IoC I get the following result: