The .Net framework
ASP.net (Active Server Pages) is part of the .Net
framework from Microsoft enabling developers to create, deploy and
run dynamic websites, services and applications.
ASP.Net consists of the front end technologies used for the
presentation such as HTML and CSS and the back end coding using
various languages including C#; a popular programming language from
Microsoft, allowing for Object Orientated Programming (OOP) that
includes abstraction, the use of classes to define an object ,
inheritance, the ability to inherit from another class,
encapsulation, limiting access to classes, and polymorphism, the
ability create objects or methods that have more than one form.
