Presentation is loading. Please wait.

Presentation is loading. Please wait.

Introduction to ASP.NET 1www.tech.findforinfo.com.

Similar presentations


Presentation on theme: "Introduction to ASP.NET 1www.tech.findforinfo.com."— Presentation transcript:

1 Introduction to ASP.NET 1www.tech.findforinfo.com

2 What is ASP.NET ? ASP.NET is the name of the Microsoft technology used for web site development. ASP.NET development requires a programming language like C# or VB.NET to write code. 2www.tech.findforinfo.com

3 Requirements to run a simple ASP.NET application Visual Studio.NET is the editor IIS is the web server Browser 3www.tech.findforinfo.com

4 Advantages Separation of Code from HTML Use services provided by the.NET Framework Graphical Development Environment State management Update files while the server is running! XML-Based Configuration Files 4www.tech.findforinfo.com

5 ASP.NET Overview ASP.NET provides services to allow the creation, deployment, and execution of Web Applications and Web Services Like ASP, ASP.NET is a server-side technology Web Applications are built using Web Forms. ASP.NET comes with built-in Web Forms controls, Users can also create user controls 5www.tech.findforinfo.com

6 ASP.NET architecture ASP.NET: Web Services and Web Forms Common Language Specification Common Language Runtime VBC++C#JScript… Windows Forms.NET Framework Base Classes ADO.NET: Data and XML Visual Studio.NET 6www.tech.findforinfo.com

7 Quick Start to ASP.NET Web Forms file extensions :.aspx Files with business logic :.aspx.cs Configuration file :.config Global files :.asax User controls :.ascx Web services :.asmx 7www.tech.findforinfo.com

8 Page Syntax Directives Code Declaration Blocks HTML Control Syntax Custom Control Syntax Data Binding Expression Server-side Comments 8www.tech.findforinfo.com

9 Internet Information Services(IIS) Open the default browser type: http://localhost press enter to open the home page of IIShttp://localhost Start  Control panel  Administrative tools  Services Start  Run  ”inetmgr” 9www.tech.findforinfo.com


Download ppt "Introduction to ASP.NET 1www.tech.findforinfo.com."

Similar presentations


Ads by Google