Difference between revisions of "C Sharp"

From TheAlmightyGuru
Jump to: navigation, search
Line 1: Line 1:
'''''C#''''', pronounced "See-Sharp," is a programming language created by [[Microsoft]].
+
'''''C#''''', pronounced "See-Sharp," is a programming language created by [[Microsoft]] in 2000.
  
 
==Review==
 
==Review==
Line 7: Line 7:
 
===Bad===
 
===Bad===
 
* Microsoft's online help is awful.
 
* 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.
+
* 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===
 
===Ugly===
Line 16: Line 16:
  
 
==Links==
 
==Links==
 +
* [https://en.wikipedia.org/wiki/C_Sharp_(programming_language) en.wikipedia.org/wiki/C_Sharp_(programming_language)] - Wikipedia.
  
  
 
[[Category: Software]]
 
[[Category: Software]]
 
[[Category: Programming Languages]]
 
[[Category: Programming Languages]]

Revision as of 17:01, 19 April 2018

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