Contents

Sunday, 5 June 2016


What is Web Application?


A web application is an application that is accessed by users using web browser like Firefox,Google Chrome, IE etc.


ASP.NET Introduction


ASP.NET is a web application system created and advertised by Microsoft to permit software engineers to construct dynamic sites. It permits you to utilize many programming language,like C# or VB.NET to fabricate web applications effectively.
            ASP.NET is a subset of .NET framework. It is introduced in 2002 with .Net Framework 1.0.
The ASP.NET application contain codebehind which can be written in any of the following languages:
  • C#
  • Visual Basic.Net
  • Jscript
  • J#

We will be using C# language for our web page.

NOTE:


This blog is made for beginners to help them understand the basics of ASP.NET web application.

Prerequisites

  • First you need to install Microsoft Visual Studio of any version.
  • Install it and set it up.

You may click the Content tab to see all the posts that i will cover in this tutorial for easy navigation.



No comments:

Post a Comment