views:

62

answers:

1

I've read that you cannot use a BuildProvider with Web Applications in Visual Studio (or more specifically, you can use it, but your code isn't part of the project)

Are there any other ways to generate code on the fly using a Web Application project? With or without using third-party tools?

+2  A: 

Have you tried T4 templates in Visual Studio?

michielvoo
Actually, I have -- was pretty interesting but didn't devote a whole lot of time to figuring it out. The MVC team actually ended up doing what I was trying to do in MVC2 so I didn't really work on it anymore :)
Hugoware