Software
Implementing ASP.Net MVC Plugins - Storage
So I had my infrastructure in place for allowing plugins on this blog, now I wanted to add some sort of storage mechanism for those controls.
My first thought was they could just connect to the database and add tables themselves, but there were a few things I didn't like about that.
I wanted the blog site to just grab the plugin and be able to immediately use it. However that would require allowing the control to add tables to the database. Which means I'm writing code that uses a c
By Arthur Correa • 0 Comments
Continue Reading