You are on page 1of 10

SIX WEEKS SUMMER TRAINING REPORT

on

ASP.NET



By: Harbeer Singh
11103508

Training Institute: NIIT Jalandhar
About ASP.NET
In ASP.NET, ASP stands for Active Server
Page

ASP.NET is the successor of Microsoft ASP

used to build dynamic websites and web-
based distributed applications

released in January 2002 with version 1.0 of
the .NET Framework
ASP.NET is built on the Common Language
Runtime (CLR).

allows programmers to write ASP.NET code
using any supported .NET language

ASP.NET is integrated with the .NET
framework
ASP.NET Architecture
HTTP Request
HTTP Response
CLR
DATABASE
ASP.NET
.NET Framework
HTTP Request In HTTP Response Out
.ASPX .HTML
Internet Information
Server
Web Server
Client
CLR(Common Language Runtime) used for
managing execution of .NET programs
Also provides memory management and
garbage collection.
ASP.NET Web pages, are the main building
blocks for application development.
Web forms are contained in files with a ".aspx"
extension

Page Composition
Server Side:
HTML ASPX
C#, VB,
C++, or
.NET
language
(Code behind)
+
=
Client Side:
Web Page
CSS
HTML
JavaScript
+ + =
Advantages
Open Source
It is platform independent

Websites, and even web apps developed
using ASP.NET are extremely easy to maintain

High Security: the code of the apps or the
website is not visible in the browser






Rich Toolbox: visual studio is integrated with
ASP.NET

language-independent: allows to choose the
language.

Less Code, More Productivity
Learning Outcomes
Learnt about ASP.NET and how to use it to
develop websites.
Also learnt about .NET frameworks and
javascripts

Internet is growing day by day.

ASP.NET has a very bright future

learning ASP.NET I will be surely benefitted in the
future.
THANK YOU

You might also like