×
Create a new article
Write your page title here:
We currently have 199 articles on Open Eggbert. Type your article name above or click on one of the titles below and start writing!



Open Eggbert
199Articles

C Sharp: Difference between revisions

(Created page with "<blockquote>''The correct title of this article is '''C#'''. The substitution of the # is due to technical restrictions.''</blockquote> == Alternative C# implementations == === Web browser === bridge.net cshtml5 Blazor (https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor)")
 
No edit summary
Line 1: Line 1:
<blockquote>''The correct title of this article is '''C#'''. The substitution of the # is due to technical restrictions.''</blockquote>
<blockquote>''The correct title of this article is '''C#'''. The substitution of the # is due to technical restrictions.''</blockquote>What is C#:


== Alternative C# implementations ==
* general-purpose high-level programming language supporting multiple paradigms.
* very similar to Java programming language.
* invented by Anders Hejlsberg, Scott Wiltamuth, and Peter Golde from Microsoft.
* firstly distributed in 2000


=== Web browser ===
== C# runtimes ==
.NET Framework (now discontinued) is the first runtime and compiler for C#. It is a closed-source and proprietary developed by Microsoft
 
Mono is free and open-source cross-platform compiler and runtime environment for C#. Mono project began in 2004.
 
.NET Core is the free and open-source runtime for C# developed by Microsoft and firstly published in 2016. The name .NET Core was later shortened to .NET.
 
== C# web browser runtimes ==
bridge.net
bridge.net



Revision as of 20:19, 28 November 2024

The correct title of this article is C#. The substitution of the # is due to technical restrictions.

What is C#:

  • general-purpose high-level programming language supporting multiple paradigms.
  • very similar to Java programming language.
  • invented by Anders Hejlsberg, Scott Wiltamuth, and Peter Golde from Microsoft.
  • firstly distributed in 2000

C# runtimes

.NET Framework (now discontinued) is the first runtime and compiler for C#. It is a closed-source and proprietary developed by Microsoft

Mono is free and open-source cross-platform compiler and runtime environment for C#. Mono project began in 2004.

.NET Core is the free and open-source runtime for C# developed by Microsoft and firstly published in 2016. The name .NET Core was later shortened to .NET.

C# web browser runtimes

bridge.net

cshtml5

Blazor (https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor)