+ 5

Why do you like C#?

29th Jan 2018, 4:35 AM
Manoj sahu
Manoj sahu - avatar
4 Respuestas
+ 9
C# is just a language targeting CLR. thus,I think the advantages mainly result from .net framework. I have little knowledge of Java, but compared with C++. C# has the following features: 1. C# is pure object-oriented,but C++ is a mixture of object-oriented and procedure-oriented. 2. C# is more type safe 3. you need not put much attention on such problems as memory leak, which is troubling problem for C++ programmer. 4. The Assembly concept solves the versioning control problem well. 5.Ease-to-development, The rich class library makes many functions easy to be implemented. 6.Cross-platform. you application will run well only if the machine installed the .NET framework. 7.Good support for distributed system.
29th Jan 2018, 4:44 AM
🦋FEATHER🦋
🦋FEATHER🦋 - avatar
+ 4
I like it because it combines the object-oriented part of C++ and the ease of use part of Visual Basic. Because Microsoft created it and I'm a big Microsoft fan hehe :) I mainly use it in Unity for videogame development but it can be used on many different platforms, and it can also be used to communicate with a server.
29th Jan 2018, 6:45 AM
Pao
Pao - avatar
+ 2
C# on its own is great, but combine it with frameworks like WPF, UWP and Asp.net and it becomes awesome.
29th Jan 2018, 8:39 AM
Bagshot
Bagshot - avatar
+ 2
for me I chose to learn c# because I am majored in business management not computer science , business problems are sophisticated and I want to concentrate on the problem itself not on the technical issues
29th Jan 2018, 9:37 AM
Rabee Abbas
Rabee Abbas - avatar