ASP.NET Is In Session
Dust off your scripting hat and join Adam as he goes a-courting with sessions in ASP.NET. 3 Sept 2003
Your First Database
Building a Web-based relational database sounds scary, huh? Well, let Jam Master Jay calm your fears with this five-lesson tutorial. 22 Mar 1999
.NET Framework Overview
Jerome explores the pros and cons of Micosoft's .NET platform, then dishes up some code to demonstrate .NET's fantabulous language interoperability. 11 Jan 2001
Forms, Files, and ASP
Adam shows you ways to make the user info you glean from those query strings, HTML forms, and other text files really rock using ASP. 13 Dec 2000
Introduction to Active Server Pages
Rather cling to good ol' Visual Basic and forget you ever heard of Perl? Let ASP welcome you into its loving arms. 30 Sep 1998
Extending IIS
Java can be a powerful tool for customizing Microsoft's Web server. Frank explains. 14 Jul 1999
-------------------------
Off-site Recommendations |
from 4GuysFromRolla.com:
ASP
FAQ Got an ASP question? Chances are it's already been answered. This extensive
list covers the basics, advanced topics, and everything in between.
|
Server Side Validation Code
Are your users entering useful information into your forms?
Or is it all
just blanks and garble? This VBScript code will ensure that passwords and
email messages have all the characters you'd expect.
|
Data
Shaping Cut down on those nasty joins and reduce the amount of
code in your scripts
with data shaping, a new feature built into ADO 2.0. |