Justin Cooney
Web Development Tips and Examples
Year: 2012
-
See on Scoop.it – Web App Dev An article that’s definitely worth checking out, with example code of basic authentication using the new Asp.Net WebAPI framework See on stevescodingblog.co.uk
-
If there’s one thing that’s always important to keep in mind when developing Web-based applications, then it’s the settings of the browsers running the applications. For example, Internet Explorer through its many iterations has come with a large number of quirks and settings options that vary by browser version. The number of configuration options in…
-
I’m revisiting some classic ASP functionality, and in this case I’m reviewing how to set up a simple database connection to a SQL Server database. There are of course several ways to get this to work, and in this case we will use the SQLOLEDB provider. Classic ASP is Still Used and Maintained There are…