Ian Stallings
Ian Stallings is a 26 year old Software Engineer from the Washington DC
area. He has experience in Internet/Intranet development using ASP, VB,
Java, SQL Server, and IIS. Prior to devoting his career to application
development he worked as a systems administrator at a small ISP.
When not developing applications or tinkering with computers, he masquerades
as a normal human being
|
Using Object-Orientation in ASP.NET : Polymorphism
|
02-25-01
|
This article looks at polymorphism and
how it related to object-oriented programming (OOP). With ASP.NET's heavy reliance on
OOP it is important to have a solid understanding of OOP principles. Read on to learn more
about polymorphism and its role in object-oriented programming!
[Read More]
|
|
Using Object-Orientation in ASP.NET : Inheritance
|
02-20-01
|
This article discusses what, specifically, inheritance is and how it related to
object-oriented programming (OOP). With the heavy reliance on OOP with ASP.NET (the
upcoming next 'version' of ASP) it is important to have a solid understanding of OOP
principles. Read on to learn more about inheritance and its role in object-oriented
programming!
[Read More]
|
|
Using Object-Orientation in ASP.NET : Encapsulation
|
09-18-00
|
This article serves as Part 2 to his introduction
on Object-Oriented Programming (OOP). This article focuses on encapsulation, and important concept in OOP.
With ASP.NET's focus on OOP code, it is imperative that developers are familiar with OOP concepts. If you are not
familiar with OOP (or just need to brush up on the topic), this article is a must read!
[Read More]
|
|
Using Object-Orientation in ASP.NET : Overview
|
09-18-00
|
This article serves as a primer for Object-Oriented
Programming (OOP). ASP.NET differs from ASP in many ways, including ASP.NET's focus on Object-Oriented Programming (as
compared to ASP's linear, procedural programming). If you are unfamiliar with OOP, be sure to read this article
to become familiar with the OOP paradigm!
[Read More]
|
|
Using Java & ASP to Grab Stock Quotes
|
08-09-99
|
This article demonstrates how to grab
current stock quotes from the Nasdaq website using a component written using Java. Ian's
previous article demonstrated how to write components using Java;
this article demonstrates a practical use of Java components and ASP.
[Read More]
|
|
An Introduction to using Java with ASP
|
08-09-99
|
This article demonstrates how to use Java
in your ASP application! Why limit yourself to building components with VB or ATL? Why not use
Java! You can do it; it's neat, and it's easy! This article will show you how!
[Read More]
|
|
Caching Data
|
05-20-99
|
This article demonstrates
how to use Application data to cache constant data. Ian's approach, while not
for all ASP applications, can boost performance in ASP applications which have
fairly constant data! An interesting read!
[Read More]
|