Skip to main content

Posts

Showing posts from October, 2022

What is C#

  C# is a programming language of .Net Framework. C# is pronounced as " C-Sharp ". It is an object-oriented programming language provided by Microsoft that runs on .Net Framework. 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. C# is approved as a standard by ECMA and ISO. C# is designed for CLI (Common Language Infrastructure). CLI is a specification that describes executable code and runtime environment. C# programming language is influenced by C++, Java, Eiffel, Modula-3, Pascal etc. languages. C# has roots from the C family, and the language is close to other popular languages like C++  and Java ..