I am using asp.net mvc 3 and .net framework 4.0 with c #
Let's say I have a NivoSlider html code (slider). Also it has js, css and image files.
I want to use the NivoSlider cshtml code and js / css / images as a βprojectβ, and I want to add it to various MVC solutions. It will become a plugin somehow.
I cannot do this in part because I need to move all the css, js and imges files to a new solution. I looked at the "mvc areas", but it does not make my js and css files (in fact, using "Areas" is not an ideal way, as you know) ... I was looking for some plugin-based architectures, which are easy to implement. I have a limited time.
So how can I solve this problem?
EDIT: I can use this http://razorgenerator.codeplex.com/ - But I'm looking for other solutions if you came up with an idea ...
source share