ASP.net Tutorial
In This tutorial we are going to learn Microsoft Server Side Language, ASP.net. This ASP.net tutorial is designed specifically keeping in mind the need to complete beginners. The main aim of this ASP.net Tutorial is to take you to a level where you can start making your own dynamic websites using ASP.net language.
What are we going to learn?
We are going to learn how to make dynamic web pages using ASP.net. For this puropose, this tutorial starts from basics of ASP.net and then covers some advance topics. To make the concepts of ASP.net, we are also going to develop a website project using ASP.net with VB.net. Some of the main topics that we are going to cover in this tutorial are
- ASP.net Installation, Variables, Loops, Arrays, Operators
- ASP.net functions, Conditional Statements
- ASP.net Object Oriented Programming,
- ASP.net Class, Objects, Inheritance, libraries
- ASP.net Session, Cookies, Form Handling
- ASP.net Server Controls, HTML Controls, Validation Controls
- ASP.net and Ms SQL Server Database Project using SQL insert, update, delete
- And many more ….
Prerequisite
Before starting this tutorial it’s important to know that what you should already know before you can clearly understand this tutorial. We assume that you do have knowledge of these beforehand.
- A Basic Programming Knowledge:
It’s not must to have knowledge of any programming language before you start learning ASP.net. But it’s good to have a basic knowledge of any programming language. If you want to quickly learn some basic programming techniques you can click here to read about Programming Basics using C++ Language. If you already have knowledge of JAVA or JavaScript then you will learn ASP.net Quickly. You can check our tutorial on JavaScript here
