NCS Logo - Click for home page Northstar Developer Center
Platforms
All Platforms
.NET Framework (1.x - 4.x)
Active Server Pages
ASP.NET
C#
SQL Server
VB.NET
Visual Basic

Keywords
ASP.NET Authentication
ASP.NET Data Access
ASP.NET Page Events
.NET Data Types
.NET E-mail
.NET Functions
.NET System.IO
.NET System.Net
.NET System.Net.Sockets
Active Data Objects
ASP Architecture
ASP Black Belt
ASP Built-in Functions
ASP Built-in Objects
ASP Debugging
ASP Performance
ASP Security
ASP Syntax
ASP.NET Controls
ASP.NET Features
ASP.NET Master Pages
ASP.NET Security
Certifications
COM, DCOM, COM+
Data Access
E-Mail
Errors
HTML Tips
IIS
Object-Oriented Programming
SQL
Uncategorized ASP Tips
VB API Programming
VB Forms
VB Syntax

Book Support
Visual Basic 6 Bible
ASP Bible
ASP Weekend Crash Course
ASP.NET At Work
Creating Web Services

All articles with keyword "Security"

Comparing Strings

A common question I get deals with checking passwords against each other (in a confirmation mode, for instance) or against a stored password. One key thing you ...

Click for more...

Creating a Registration Code

There are lots of shareware packages that allow you to get a registration code online and then enter it into your software. The key to these software packages i...

Click for more...

Cryptography in Visual Basic

One of the more important topics in application security is handling encryption of data. There are a group of API calls known as the Cryptography API built into...

Click for more...

Getting Security Information

In a site I built recently, I only wanted users to view the site via an HTTPS connection. If the user wasn't connected to the secure port, I needed to send them...

Click for more...