.NET Video PageThis 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 TutorialASP.NET Master Page
| 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: |