1 / 7

introduction to asp.net

ASP.NET is a development framework for building web pages and web sites with HTML, CSS, JavaScript and server scripting.

Download Presentation

introduction to asp.net

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. info@quontrasolutions.co.uk Introduction to ASP.NET Contact:+44(0)-20-3734-1498 www.quontrasolutions.co.uk

  2. info@quontrasolutions.co.uk Introduction ASP.NET mean is Active Server Pages .It is a server-side Web application framework designed for Web development to produce dynamic Web pages.It was developed by Microsoft to allow programmers to build , • Dynamic web sites, • Web applications • Web services Contact: +44(0)-20-3734-1498 www.quontrasolutions.co.uk

  3. info@quontrasolutions.co.uk ASP.NET • The latest version of ASP is known as ASP.NET • Visual Studio .NET is a developer application used to create ASP.NET Web applications • There are two main types of Web resources created with ASP.NET applications • Web Formsare ASP.NET pages within an ASP.NET application • Web Services are ASP.NET Web pages that contain publicly exposed code so that other applications can interact with them • Web Services are identified with the file extension .asmx Contact: +44(0)-20-3734-1498 www.quontrasolutions.co.uk

  4. info@quontrasolutions.co.uk History ASP.NET 1.0 was released on January 5, 2002 as part of version 1.0 of the .NET Framework. Scott Guthrie became the product unit manager for ASP.NET, and development continued apace, with version 1.1 being released on April 24, 2003 as a part of Windows Server 2003. This release focused on improving ASP.NET's support for mobile devices. Contact: +44(0)-20-3734-1498 www.quontrasolutions.co.uk

  5. info@quontrasolutions.co.uk Why Use ASP.NET • Improved Performance and Scalability. • Compiled Execution, Rich Output Caching, Web Farm Session State. • Enhanced Reliability. • Memory Leak, Dead Lock, and Crash Protection • Easy Deployment. • No Touch" Application Deployment, Dynamic Update of Running Application, Easy Migration Path • New Application Models. • XML Web Services • Developer Productivity. • Easy Programming Model, Flexible Language Options, Rich Class Framework. Contact: +44(0)-20-3734-1498 www.quontrasolutions.co.uk

  6. info@quontrasolutions.co.uk Characteristics • Code-behind model • It is recommended by Microsoft for dealing with dynamic program code to use the code-behind model, which places this code in a separate file or in a specially designated script tag • User controls • ASP.NET supports creating reusable components through the creation of User Controls • Rendering technique •  ASP.NET uses a visited composites rendering technique. During compilation, the template (.aspx) file is compiled into initialization code which builds a control tree (the composite) representing the original template Contact: +44(0)-20-3734-1498 www.quontrasolutions.co.uk

  7. info@quontrasolutons.co.uk Components • Server control Respond to users events by running event procedures on the server. • HTML control Represent the standard visual elements provided in HTML • Data control Provide a way to connect to perform commands on and retrieve data from SQL , OL ,databases and XML data files • System components Provide access to various system level events that occur on the server Contact: +44(0)-20-3734-1498 www.quontrasolutions.co.uk

More Related