Useful programming links
•C# documentation: https://msdn.microsoft.com/en-us/library/vstudio/kx37x362(v=vs.110).aspx
•ASP.Net MVC help: https://www.asp.net/mvc
•General SQL functions and tutorial: https://www.webcheatsheet.com/sql/interactive_sql_tutorial/
•MySQL documentation: https://dev.mysql.com/doc/refman/5.0/en/index.html
•MySQL date and time functions: https://dev.mysql.com/doc/refman/5.0/en/date-and-time-functions.html
•MySQL string functions: https://dev.mysql.com/doc/refman/5.0/en/string-functions.html
•MS Access functions: https://www.webcheatsheet.com/sql/access_functions/
•Oracle documentation: https://www.oracle.com/pls/db111/homepage
•SQL Server documentation: https://technet.microsoft.com/en-us/library/ms130214.aspx
•HTML reference: https://dev.w3.org/html5/html-author/
•CSS reference: https://htmlhelp.com/reference/css/
•ASPRunner.NET built-in functions: See the include/commonfunctions.cs file. The most useful functions come with comments that explain what these functions do.