Who invented PASCAL?

PASCAL programming language was invented by Professor Niklaus Wirth in 1970. PASCAL was based on ALGOL programming language and was basically used for teaching programming concepts to students. PASCAL was used in computer games and embedded systems etc.

Who invented ASP.NET?

ASP.NET was invented by Microsoft in January 2002. ASP.NET is a framework used for creating Dynamic websites. It is also used for creating web applications and web services. .NET framework allows programmers to develop applications by using any languages supported by it like C#, J#, VB.Net.

Who invented ASP?

ASP (Active Server Pages) was invented by Microsoft in 1996 for developing dynamic web pages ASP also known as Classic ASP is a server side scripting language used for adding interactivity to web pages by making them dynamic. It uses Microsoft IIS (Internet Information Services) Server. It can include both client side and server side scripts.

Who invented Java?

Java programming language was invented by a team under the guidance of “James Gosling” at Sun Microsystems in 1995. Java is a Platform independent language. Java is used for internet applications, mobile applications and different consumer devices.

Who invented Visual Basic?

Visual Basic, a high level programming language was invented by Microsoft in 1991 for developing GUI (Graphical User Interface) applications. It is an event driven programming language which is used for building graphical desktop applications.

Who invented C++?

C++ Programming Language was invented by “Bjarne Stroustrup” in 1983 at AT&T Bell Laboratories of USA. C++ is similar to C with some additional features. C++ uses features of OOPs like Classes and Objects, Encapsulation, Data hiding, Abstraction, Dynamic Binding, Message Passing etc.

Who invented C?

C Programming Language was invented by “Dennis Ritchie” in 1972 at AT&T Bell Laboratories of USA. C Programming is used for developing system software and application software applications. C is a middle level language as it combines features of both high level and low level languages.

Who invented PHP?

PHP (PHP Hypertext Preprocessor), a scripting language was originally invented by “Rasmus Lerdorf” in 1995. It was originally called Personal Home Page but it was renamed to PHP: Hypertext Preprocessor. PHP is used for server side scripting. PHP supports a lot of databases as like Oracle, MySQL and Sybase etc.

Who invented VBscript?

VBscript (Visual Basic Scripting), a scripting language was invented by Microsoft in 1996. VBscript is based on Visual Basic. It is a scripting language is used for making dynamic and more interactive web pages for the users. VBscript is used for both client side and server side scripting. VBscript is only supported by Microsoft’s browsers like Internet Explorer.

Who invented JavaScript?

JavaScript, a scripting language was invented by “Brendan Eich”, a programmer of Netscape in 1995. It was originally called LiveScript but was renamed to JavaScript on December 4, 1995. JavaScript is used for making dynamic web pages and making web pages more interactive for the users.