I just require some advice / best practice / links.
Regular Web Application C# and ASP.NET 4.0 MSSQL 2012 VSTUDIO 2013
I have built a web application + web admin console and would like to know the best way to use all the league settings/configurations that are stored in the database. I have built a hockey league management system + stats web site. Those settings/configuration
can be modify. Each league can change there settings/configurations.
Some examples : Many league are using my system. When visiting the stats web site, league admin can choose to show or not show some column in the standings. They also would like to customized the order by column for grid that I have. When filling a form
on the web site, the email to send the form to is unique for each league. I have about 20 settings like that and it can change quickly (more settings). Every settings and config are just boolean, integer or string values.
It is best to load all sett ...
Go to the complete details ...