I have an application built in asp.net but i'd like to port it over to wordpress as a plugin. Is it practical to develop the php version of this app using the Wordpress options table or should i rather create new database tables in the existing wordpress database?
Lastly this next question may be answered by answering the first question hopefully and that is: When should I use wordpress option tables over creating the database tables for the intended plugin?
Thanks way in advance..