Download as pdf or txt
Download as pdf or txt
You are on page 1of 11

An Introduction to

TOPIC

● Introduction to the .NET Framework


● Creating ASP.NET Projects
● Compiling ASP.NET Applications
● Using Web Forms
The .NET Framework is a software platform that provides:

● A managed computing platform


● A secure runtime/execution environment
● Language choice
● Ability to integrate with distributed systems
● An object-Oriented programming environment
The .NET Framework
Creating ASP.NET Projects
● ASP.NET supports two different types of projects
○ Web Site Project
○ Web Application Project
Summary
● The .NET Framework provides a robust framework for
building applications
● Web Platform Installer provides a simple way to get
started building ASP.NET applications
● Visual Studio provides a way to visually design and code
applications
● Website and Web Application projects are supported

You might also like