Difference between revisions of "C Sharp"

From TheAlmightyGuru
Jump to: navigation, search
m (TheAlmightyGuru moved page C to C-Sharp without leaving a redirect)
Line 3: Line 3:
 
==Review==
 
==Review==
 
===Good===
 
===Good===
 +
* The programming language is pretty easy to learn and has a massive collection of built-in libraries.
 +
 
===Bad===
 
===Bad===
 
* Microsoft's online help is awful.
 
* Microsoft's online help is awful.
Line 8: Line 10:
  
 
===Ugly===
 
===Ugly===
 +
* Nothing.
  
 
==Notes==
 
==Notes==

Revision as of 17:52, 27 February 2018

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

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.
  • Renaming a 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