Get Advice Icon

Need advice about which tool to choose?Ask the StackShare community!

C lang

13.7K
4.2K
+ 1
253
C#

58.5K
45.6K
+ 1
2.1K
Add tool
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of C lang
Pros of C#
  • 69
    Performance
  • 49
    Low-level
  • 36
    Portability
  • 29
    Hardware level
  • 19
    Embedded apps
  • 13
    Pure
  • 9
    Performance of assembler
  • 8
    Ubiquity
  • 6
    Great for embedded
  • 4
    Old
  • 4
    Compiles quickly
  • 3
    No garbage collection to slow it down
  • 2
    OpenMP
  • 2
    Gnu/linux interoperable
  • 351
    Cool syntax
  • 293
    Great lambda support
  • 265
    Great generics support
  • 211
    Language integrated query (linq)
  • 180
    Extension methods
  • 94
    Automatic garbage collection
  • 89
    Properties with get/set methods
  • 84
    Backed by microsoft
  • 71
    Automatic memory management
  • 61
    Amaizing Crossplatform Support
  • 46
    High performance
  • 43
    LINQ
  • 38
    Beautiful
  • 35
    Great ecosystem of community packages with Nuget
  • 27
    Vibrant developer community
  • 24
    Great readability
  • 21
    Dead-simple asynchronous programming with async/await
  • 19
    Visual Studio - Great IDE
  • 17
    Open source
  • 16
    Productive
  • 15
    Strongly typed by default, dynamic typing when needed
  • 15
    Object oriented programming paradigm
  • 12
    Easy separation of config/application code
  • 11
    Great community
  • 10
    OOPS simplified with great syntax
  • 9
    Operator overloading
  • 9
    Cool
  • 8
    Good language to teach OO concepts
  • 8
    High-performance
  • 8
    Events management using delegates
  • 7
    Unity
  • 7
    Linq expressions
  • 6
    Conditional compilation
  • 6
    Coherent language backed by an extensive CLR
  • 5
    Top level code
  • 5
    Organized and clean
  • 5
    Comprehensive platform libraries
  • 4
    Concise syntax, productivity designed
  • 3
    Lovely
  • 2
    Statically typed
  • 1
    Far more sleek and sphisticated than other languages
  • 1
    Simple and Readable
  • 1
    Sophisticated overall
  • 1
    Interfaces
  • 0
    Interfaces

Sign up to add or upvote prosMake informed product decisions

Cons of C lang
Cons of C#
  • 5
    Low-level
  • 3
    No built in support for parallelism (e.g. map-reduce)
  • 3
    Lack of type safety
  • 3
    No built in support for concurrency
  • 15
    Poor x-platform GUI support
  • 8
    Closed source
  • 7
    Fast and secure
  • 7
    Requires DllImportAttribute for getting stuff from unma

Sign up to add or upvote consMake informed product decisions

2.1M
2
4.6K
2

What is C lang?

What is C#?

C# (pronounced "See Sharp") is a simple, modern, object-oriented, and type-safe programming language. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers.

Need advice about which tool to choose?Ask the StackShare community!

What companies use C lang?
What companies use C#?
Manage your open source components, licenses, and vulnerabilities
Learn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with C lang?
What tools integrate with C#?

Sign up to get full access to all the tool integrationsMake informed product decisions

What are some alternatives to C lang and C#?
Java
Java is a programming language and computing platform first released by Sun Microsystems in 1995. There are lots of applications and websites that will not work unless you have Java installed, and more are created every day. Java is fast, secure, and reliable. From laptops to datacenters, game consoles to scientific supercomputers, cell phones to the Internet, Java is everywhere!
Python
Python is a general purpose programming language created by Guido Van Rossum. Python is most praised for its elegant syntax and readable code, if you are just beginning your programming career python suits you best.
C#
C# (pronounced "See Sharp") is a simple, modern, object-oriented, and type-safe programming language. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers.
Objective-C
Objective-C is a superset of the C programming language and provides object-oriented capabilities and a dynamic runtime. Objective-C inherits the syntax, primitive types, and flow control statements of C and adds syntax for defining classes and methods. It also adds language-level support for object graph management and object literals while providing dynamic typing and binding, deferring many responsibilities until runtime.
Rust
Rust is a systems programming language that combines strong compile-time correctness guarantees with fast performance. It improves upon the ideas of other systems languages like C++ by providing guaranteed memory safety (no crashes, no data races) and complete control over the lifecycle of memory.
See all alternatives