1 / 18

Summer Training At CMC Limited Jaipur(Raj.)

Summer Training At CMC Limited Jaipur(Raj.). www.powerpointpresentaionon.blogspot.com. Contents. Section 1: Overview of ASP Section 2: Architecture Microsoft .NET Framework Section 3: ASP.NET Features State Management, and Event Model. Section1: Active Server Pages. What is ASP?

Télécharger la présentation

Summer Training At CMC Limited Jaipur(Raj.)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Summer TrainingAtCMC LimitedJaipur(Raj.) www.powerpointpresentaionon.blogspot.com

  2. Contents Section 1: Overview of ASP Section 2: Architecture Microsoft .NET Framework Section 3: ASP.NET Features State Management, and Event Model

  3. Section1:Active Server Pages What is ASP? Server-side scripting technology Files containing HTML and scripting code Access via HTTP requests Scripting code is interpreted on server side What can I do with ASP? Easily and quickly create simple Web applications Generate dynamic Web content Client-side scripting for validation

  4. ASP.NET Core Concepts Web Client ASP.NET Applications Web development platform New programming model IIS .NETFramework Operating System

  5. Section 2: Architecture The .NET Framework Architecture Web Application Model

  6. N-Tier System Architecture Web Form IE/IIS Components Windows Form XML Smart App Mobile Apps Web Services Pocket PC Presentation Tier Business Tier Data Tier

  7. The .NET Framework Architecture Microsoft .NET Framework ASP.NET Windows Forms Web Forms Web Services Services Framework Base Data Debug ... Common Language Runtime System Services .NET Framework 3.5 was code-named Orcas internally at Microsoft

  8. Web Application Model Unmanaged Code HTTP Request Host (IIS, Internet Explorer) HTTP Runtime Managed Code HTTP Module HTTP Module Request Handler ...

  9. Section 3: Features ASP.NET Supported Languages Execution Process State Management, and Event Handling

  10. Business Logic and Layout Completely separate layout and processing logic No implementation code within HTML files Files for designers and files for programmers You can still mix HTML and scripting code if you wish .aspx.cs .aspx

  11. Supported Languages Visual Basic JScript C# C++ Others: Cobol, Smalltalk, ... Common Language Specification (CLS)

  12. .aspx Execution Cycle Client Server IIS Request .aspx file ASP.NET Runtime Code behind Parse .aspx file Generate page class Instantiate controls Response

  13. State Management Client Based State management Cookies Hidden Fields Server Based State Management Application State Session State

  14. Event Model event message Server Web Client parse message event call appropriateevent handler Events raised on client, but handled on server event handler response

  15. Project:Citizen Security System

More Related