Posts tagged ‘online training’

Apr 15 08

Beginning Web Development with ASP.NET Class

Update April 2011
This class has been re-vamped, and includes the exact same materials from the class I teach at at eClasses.org.


This ASP.NET class will teach client-side Web developers with C# experience the fundamentals of Web application site implementation using Microsoft ASP.NET. The class focuses on using the Microsoft .NET platform to create an ASP.NET Web application that delivers dynamic content to a Web site.

Students will use the free web development tool Visual Studio 2010 Express to create their ASP.NET 4.0 web pages.

The class is only $25 and there are no other materials or software needed.

Topics Covered:

Week 1: Creating your first ASP.NET page
Week 2: Web Control Classes
Week 3: Visual Appearance and Standard Site Layout
Week 4: Maintaining state
Week 5: Reusability with OOP

To give you an idea of how each lesson looks, here is the first lesson (.pdf).

Materials for Class

All the course materials for the class are sent via email as attachments within 48 hours of payment. Feel free to contact me if you have any questions.


Aug 23 07

ASP E-Commerce Database Basics Class

Updated November 2009
This class has been delegated to self-study so it can be taken anytime and the price is reduced to $15.



I am teaching database-based ASP online class called ASP E-Commerce Database Basics at LVS Online.com.

This 6-week class will teach you how to interact with a database by displaying, retrieving and updating data. The class is a continuation from where I left off from my Basic Web Applications with ASP class.

The class is only $30 $15 and there are no other materials or software needed.

The class learning level is “intermediate” which means taking the basics you already know and developing a usable web application. The class uses a simple Microsoft Access database (provided), but you can use almost any type of database with minimal code changes.

Topics Covered:

Week 1: E-Commerce types; Overview of ADO; Connecting to our database
Week 2: SQL basics: SELECT, WHERE, ORDER BY, LIKE
Week 3: SQL continued: INSERT INTO and UPDATE; Managing our Products
Week 4: Recordsets and Pagination; Creating a Search
Week 5: Shopping Cart pt 1
Week 6: Shopping Cart pt 2; Checkout Process

The Online Store gives students a good example to use and refer to when they need to create their own database-driven dynamic web sites.

Here is the first lesson (.pdf) for you to see how it looks.

When Does Class Start?

The class runs five times a year for six weeks in January, March, May, August and October. To learn more view the course description page and contact me to find out the exact date on when you can register.

I only cover the basics of ADO in this class, but if you need addtional reference material here is an ADO Reference Guide (.pdf) by DevGuru.