Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 753 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 753 Bytes

C#

What is C# (C Sharp)? C# is a computer multi-paradigm programming language that is a hybrid of C and C++. This programming language was developed around 2000 by Microsoft within its .NET initiative. The C# code language is prevalent on the Microsoft Platform but can run on Linux, Android, and iOS devices.

#Compilers: Derleyiciler

Online Compiler

https://www.jdoodle.com/compile-c-sharp-online/ https://rextester.com/ https://dotnetfiddle.net/ https://repl.it/languages/csharp http://csharppad.com/

References/Kaynakça:

https://code.visualstudio.com/Docs/languages/csharp https://docs.microsoft.com/en-us/dotnet/csharp/ https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/ https://www.tutorialspoint.com/csharp/index.htm