Difference between revisions of "C Sharp"

From TheAlmightyGuru
Jump to: navigation, search
(Notes)
(Links)
Line 17: Line 17:
 
==Links==
 
==Links==
 
{{Link|Wikipedia|https://en.wikipedia.org/wiki/C_Sharp_(programming_language)}}
 
{{Link|Wikipedia|https://en.wikipedia.org/wiki/C_Sharp_(programming_language)}}
 +
 +
* [https://dotnetfiddle.net dotnetfiddle.net] - A C# scratchpad.
  
  

Revision as of 08:05, 11 May 2021

C#, pronounced "See-Sharp," is a programming language created by Microsoft in 2000.

Review

Good

  • The programming language is pretty easy to learn and has a massive collection of built-in libraries.

Bad

  • Microsoft's online help is awful.
  • Using Visual Studio to rename an object on a form is a dangerous procedure that often results in the loss of code or the designer being unable to resolve object links.

Ugly

  • Nothing.

Notes

Links

Link-Wikipedia.png