Question

ServiceStack modules are so interesting. Iplugin interface also so good for Rest services. But where is pluggable mvc? :) Do you have any plan or else? When I say pluggable Mvc I mean Pluggable Areas!

Was it helpful?

Solution

Why not just simply ask if there are a plugin system for ASP.NET MVC3?

I've described how you can use my contrib project to create plugins: http://blog.gauffin.org/2012/05/griffin-mvccontrib-the-plugin-system/

OTHER TIPS

You can also use ServiceStack's high-perf, testable caching, session, config and authentication/authorization components inside MVC websites as well - as described in ServiceStack's MVC PowerPack.

This previous answer shows how you can freely share any dependencies between ServiceStack and MVC by registering them in ServiceStack's built-in IOC and sharing them with MVC Controller factory.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top