Hassan
Hassan

Reputation: 311

How to use T4MVC with StructureMap?

How to use T4MVC with StructureMap?

I've used T4MVC to kill the magic strings in my application. T4 generated some classes to handle that. I need to use StructureMap with these generated classes.

Upvotes: 0

Views: 128

Answers (1)

David Ebbo
David Ebbo

Reputation: 43193

StructureMap and T4MVC are mostly orthogonal technologies, so using them on the same app should not be much different from using them separately.

If you are running into a specific issue while attempting to use them in the same app, please add more details to your question.

Upvotes: 4

Related Questions