130 likes | 307 Views
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.
E N D
Introduction to ASP.NET development By Quontra Solutions Email : info@quontrasolutions.com Call : 404-900-9988 Visit : www.quontrasolutions.com
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
General Things to know • Client Side Scripting • Server Side Scripting • HTML • JavaScript • CSS • JQuery • Ajax • XML
Web Forms in .NET • Separate Code & Design • Rich Web Forms • Drag & Drop Design • Like WinForms
Understand the Web Form • Page Directive • Server side code • Form • Normal HTML Structure • Server Controls
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
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.
Master Page • Template to Other pages
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
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