introduction to asp .net development by quontra

13
Introduction to ASP.NET development By Quontra Solutions Email : [email protected] Call : 404-900-9988 Visit : www.quontrasolutions.com

Upload: quontra-solutions

Post on 20-Nov-2015

12 views

Category:

Documents


3 download

DESCRIPTION

Quontra Solutions main motto is to Provide Industry Oriented best Online Training on all IT Courses. All our courses are taught by experienced trainers who have extensive field knowledge with the topics they teach. We are offering Job Oriented online Training Program on ASP .NET. Learn ASP .NET from Real Time Experienced Trainers.Quontra Solutions team has pool of Expert Trainers from worldwide on all the technologies to train the students.Quontra Solutions offering Training services to Major IT giants and to the individual students. Training Highlights:⦁ Training at Learner’s convenience⦁ Economical⦁ Free trail class⦁ Customized training curriculum⦁ Resume guidance⦁ Support after training

TRANSCRIPT

PowerPoint Presentation

Introduction to ASP.NET development By Quontra SolutionsEmail : [email protected]

Call : 404-900-9988

Visit : www.quontrasolutions.com

ASP.NET ?Simply Server side languageSimplified page development modelModular, well-factored, extensible architectureSuperior debugging and tracing supportCompiled, not interpretedRich caching supportWeb farm scalable session stateAutomatically detects and recovers from errors

Request And Respond

General Things to knowClient Side ScriptingServer Side ScriptingHTMLJavaScriptCSSJQueryAjaxXML

Web Forms in .NETSeparate Code & DesignRich Web FormsDrag & Drop DesignLike WinForms

Understand the Web FormPage DirectiveServer side codeFormNormal HTML StructureServer Controls

Page Life Cycle

You must KnowPost Backcommunicates back to the server

View Statestate stored in a hidden field on the page transported to the client and back to the server, Is not stored on the server

ASP.NET StatesSession Stateallows the state of objects (serializable) to be stored for a single session (lifetime of the users browser or specific timeout)

Application State allows the state of objects (serializable) to be stored for the application across different sessions.

Master PageTemplate to Other pages

Starting ASP.NET DevelopmentWeb SiteDont use this, here for compatibility onlyEach page is dynamically loaded into memorySlow on first load after deploymentNo need to recompile for code change

Starting ASP.NET Development ..Web ApplicationRecommendedCompiles all pages into one DLLFaster on first load after deploymentMust recompile whole site for code change

For freeContact Us.

Thank You!