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!


Top Related