Category:C sharp
From Rosetta Code
C sharp
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using C sharp.
This programming language may be used to instruct a computer to perform a task.
| Execution method: | Compiled (bytecode) |
|---|---|
| Garbage collected: | Yes |
| Type safety: | Safe, Unsafe |
| Type strength: | Strong |
| Type compatibility: | Nominative |
| Type expression: | Implicit |
| Type checking: | Static |
| Lang tag(s): | csharp |
| See Also: |
Your Help Needed
If you know C sharp, please write code for some of the tasks not implemented in C sharp.
If you know C sharp, please write code for some of the tasks not implemented in C sharp.
C# is an object-oriented programming language developed by Microsoft as part of their .NET initiative, and later approved as a standard by ECMA and ISO. C# has a procedural, object-oriented syntax based on C++ that includes aspects of several other programming languages (most notably Delphi and Java) with a particular emphasis on simplification (fewer symbolic requirements than C++, fewer declarative requirements than Java).
[edit] Citations
Subcategories
This category has the following 3 subcategories, out of 3 total.
Pages in category "C sharp"
The following 417 pages are in this category, out of 417 total.
Categories:
- Execution method/Compiled/Bytecode
- Garbage collection/Yes
- Typing/Safe
- Typing/Unsafe
- Typing/Strong
- Typing/Compatibility/Nominative
- Typing/Expression/Implicit
- Typing/Checking/Static
- Programming Languages
- Programming paradigm/Imperative
- Programming paradigm/Object-oriented
- Programming paradigm/Generic
- Programming paradigm/Reflective