ASP.NET: Difference between revisions

Content deleted Content added
Fixing sentence
m upd link
Line 80:
released together with [[Visual Studio .NET]]
|
* [[Object-oriented]] Web application development supporting [[inheritance (computerobject-oriented scienceprogramming)|inheritance]], [[polymorphism in object-oriented programming|polymorphism]] and other standard OOP features
** Developers are no longer forced to use Server.CreateObject(...), so early-binding and type safety are possible.
* Based on [[Microsoft Windows|Windows]] programming; the developer can make use of DLL class libraries and other features of the Web server to build more robust applications that do more than simply rendering HTML (e.g., [[exception handling]])