+ 3

Does C# is the new version of C.which language should i learn.

23rd Dec 2018, 4:11 AM
Maninder $ingh
Maninder $ingh - avatar
3 odpowiedzi
+ 5
C# is a programming language from Microsoft that's at the core of the .net framework. Although a cross-platform capable code, C# is most often used by programmers within the Microsoft ecosystem. The framework of these language is ASP.Net and VB.Net. it is generally used in game developement with unity engine for making interactive games it is totally different from C language because C is an low level programming language used generally in embedded development and compiler designing https://www.sololearn.com/discuss/708938/?ref=app https://www.sololearn.com/discuss/708962/?ref=app https://www.sololearn.com/discuss/900345/?ref=app https://www.sololearn.com/discuss/786017/?ref=app https://www.sololearn.com/discuss/1378907/?ref=app https://www.sololearn.com/discuss/1209824/?ref=app https://www.sololearn.com/discuss/1005747/?ref=app
23rd Dec 2018, 4:20 AM
MsJ
MsJ - avatar
+ 2
Both C++ and C# are object oriented languages, although C++ is considered a harder language to work with. Both of them can be used in web and desktop applications, but C# is much more popular now for both applications. C++ is considered a more prestigious language used for applications such as games, operating systems, and very low-level programming that requires better control of hardware on the PC or server. If your application is a simple web or desktop application, most developers will urge you to work with C# if it’s their language of choice. If you want an application that works directly with computer hardware or deals with application development that C# is not efficient
23rd Dec 2018, 4:37 AM
Milad Dehghan
Milad Dehghan - avatar
+ 1
i would suggest C#, since it is easier with more predefined methods, and is more widely used where something like an engineer education isn’t a requirement. The others covered the usage of each type, but in basics both languages builds on an already devolped library of functionalities, where C# has a more “user” friendly syntax, aswell as a bigger “library” as far as i know. And once you learn C#, your overall understanding of coding is easily transfered to the other in my experience.
24th Dec 2018, 11:10 AM
Tim Meitilberg Petersen
Tim Meitilberg Petersen - avatar