ASP.NET - SPLessons

ASP.NET Introduction

Home > Lesson > Chapter 1
SPLessons 5 Steps, 3 Clicks
5 Steps - 3 Clicks

ASP.NET Introduction

Introduction to ASP.NET

shape Description

ASP.NET is a web framework, which is used to build web sites and web applications. ASP.NET is built on the Common Language Run-time and it allows programmer to develop code using various supported .NET language like C#, VB.NET, JavaScript etc.

shape Conceptual figure

In the above diagram, it is shown how the web application relates with the Windows Server. In the server the code will be hosted which runs the Web Application.

Why to use ASP.NET for developing web applications?

shape More Info