1 / 13

Introduction to ASP .NET Introduction by QuontraSolutions

Quontra Solutions team has pool of Expert Trainers from worldwide on all the technologies to train the students. We are a Global IT training and consulting services company with one goal in mind - develop and deliver the highest quality consultants for our clients and customers.

Télécharger la présentation

Introduction to ASP .NET Introduction by QuontraSolutions

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. Introduction to ASP.NET development By Quontra Solutions Email : info@quontrasolutions.com Call : 404-900-9988 Visit : www.quontrasolutions.com

  2. ASP.NET ? • Simply Server side language • Simplified page development model • Modular, well-factored, extensible architecture • Superior debugging and tracing support • Compiled, not interpreted • Rich caching support • Web farm scalable session state • Automatically detects and recovers from errors

  3. Request And Respond

  4. General Things to know • Client Side Scripting • Server Side Scripting • HTML • JavaScript • CSS • JQuery • Ajax • XML

  5. Web Forms in .NET • Separate Code & Design • Rich Web Forms • Drag & Drop Design • Like WinForms

  6. Understand the Web Form • Page Directive • Server side code • Form • Normal HTML Structure • Server Controls

  7. Page Life Cycle

  8. You must Know • Post Back • communicates back to the server • View State • state stored in a hidden field on the page • transported to the client and back to the server, • Is not stored on the server

  9. ASP.NET States • Session State • allows the state of objects (serializable) to be stored for a single session (lifetime of the user’s browser or specific timeout) • Application State • allows the state of objects (serializable) to be stored for the application across different sessions.

  10. Master Page • Template to Other pages

  11. Starting ASP.NET Development • Web Site • Don’t use this, here for compatibility only • Each page is dynamically loaded into memory • Slow on first load after deployment • No need to recompile for code change

  12. Starting ASP.NET Development .. • Web Application • Recommended • Compiles all pages into one DLL • Faster on first load after deployment • Must recompile whole site for code change Contact Us. For free

  13. Thank You!

More Related