Software
Implementing ASP.Net MVC Plugins Part 2
Okay so I had found a way to do MVC plugins, but it didn't work in my environment. So now what do I do?
Well I still wanted to work in the MVC framework somehow. Maybe not for showing my plugin control, but I did want to somehow handle form submissions cleanly. Mainly for administering my control (configuring it as neccessary). So what did I do?
Well I went back to the way I've done plugin architectures in the past. I defined an interface that would get us
By Arthur Correa • 0 Comments
Continue Reading