What you should know Flowcharting Software Development Lifecycle Class Creation
Conditions (if/else) Keywords Looping Operators Text Formats Variables
Java Tutorials Visual C++ Tutorials ASP.NET Tutorials

.NET Video Page

This page contains all of the .NET tutorials I have created on my Youtube channel to date.

If you are a beginner to ASP.NET then I strongly suggest visiting my Beginner Page to help you learn the ropes. Now if you are totally new to programming then it will probably be more beneficial to check out the navigational menu on the left and read the parts in the Basics of Programming section.

Master Page Tutorial (New)

This page link below is the result of my YouTube subscribers making demands for a more clear master page walkthrough.

Master Page Tutorial

ASP.NET Master Page

The first one is an introduction to setting up Master Pages within ASP.NET. I have to admit when I first tackled this procedure I was distraught with the concepts of how this all fits together. Now I realize the benefits of having a Master Pages since content can travel from page to page and be updated in one Master file. It saves a lot of repetitive work.

Below you will find a list of tutorial videos I have prepared for your learning experience.


Marketing your Email Campaigns

The next video shows how to use ASP.NET to have a web page emailed to your customer. If you have ever received an email ad like Amazon or Netflix you will know exactly what I am talking about. This took some time to learn so I hope it can help you fulfill your marketing needs.


Web Page to Email

The next video shows how to use ASP.NET to have a web page emailed to your customer. If you have ever received an email ad like Amazon or Netflix you will know exactly what I am talking about. This took some time to learn so I hope it can help you fulfill your marketing needs.


LINQ query using Checkboxes example

If you have ever been curious about LINQ then be sure to watch the next video. LINQ allows you to access object lists that you create that can then be binded directly to a GridView. In this video I actually created a set of checkboxes that change the GridView data on the screen according to selection. Unfortunately Camtasia Studio did not do a great job of recording this in HD format, but you can always check out my LINQ page tutorial. It uses the same example in this video.

GridView Search with DataKeyNames

This video shows you have to use the DataKeyNames property in XML code to search through a GridView chart filled with data.

 

Helpful Tips:

In this section be sure to create a map of an example program using the material you will learn about flowcharts. This will help you to understand what each shape's function is and enable you to design your own flowcharts much later. This will be explained on the next page.

In you are familiar with programming it is a commonality that each beginning should learn the Hello World example. The Hello world program consists of only a few things and shows some output on the screen. This is so you can instantly get a taste of how a simple web application works.

Look at this example below:

 

Copyright 2010 - All Rights Reserved