Posts

Showing posts from August, 2022

C#

Image
      C# Author: Anders Hejlsberg C# is object oriented programming language developed by microsoft that runs on .NET framework. Designed for Common Language Infrastructure (CLI).C# can be used to create a number of different programs and applications: mobile apps, desktop apps, cloud-based services, websites, enterprise software and games. Lots and lots of games. By the help of C# programming language, we can develop different types of secured and robust applications: Window applications Web applications Distributed applications Web service applications Database applications etc . Features Of C# (1) Simple C# is a simple language in the sense that it provides structured approach (to break the problem into parts), rich set of library functions, data types etc. (2) Modern Programming Language C# programming is based upon the current trend and it is very powerful and simple for building scalable, interoperable and robust applications. (3) Object Oriented C# is object orient...

Php

Image
                                                          Php Author: Rasmus Lerdorf PHP is an open-source, interpreted, and object-oriented scripting language that can be executed at the server-side. PHP is well suited for web development. Therefore, it is used to develop we   a pplications (an application that executes on the server and generates the dynamic page. PHP was created by Rasmus Lerdorf in 1994 but appeared in the market in 1995. PHP 7.4.0 is the latest version of PHP, which was released on 28 November. Some important points need to be noticed about PHP are as followed: PHP stands for Hypertext Preprocessor. PHP is an interpreted language, i.e., there is no need for compilation. PHP is faster than other scripting languages, for example, ASP and JSP. PHP is a server-side scripting language, which is used to manag...