net and asp differences?
Code Render Block Code Declaration Block Compiled Request/Response Event Driven Object Oriented – Constructors/Destructors, Inheritance, overloading.. Exception Handling – Try, Catch, Finally Down-level Support Cultures User Controls In-built client side validation Session – weren’t transferable across servers It can span across servers, It can survive server crashes, can work with browsers that don’t support cookies built on top of the window & IIS, it was always a separate entity & its functionality was limited. its an integral part of OS under the .net framework. It shares many of the same objects that traditional applications would use, and all .net objects are available for asp.net’s consumption.