Free Download C# programming book for free
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.
Comments
Post a Comment