C#.NET :
- C#.Net supports unsigned int and it is case sensitive.
- Strongly typed language.
- Supports operator overloading.
- Supports Pointers.
- Supports auto XML documentation
- Supports Automatic Memory management.
VB.NET:
- VB.Net doesn't support unsigned int and it is not case sensitive.
- losely typed language.
- No operator overloading.
- No Pointers.
- No auto XML document.
- No automatic Memory Management.
No comments:
Post a Comment