.NET Platform Advantages


Microsoft .NET is a software development platform based on virtual machine architecture. There are 3 main advantages of developing software under the Microsoft .NET platform:

1. Language Independent
Software applications can integrate with one another even though they are developed using different languages (such as VB, C++, C#, etc.).

2. Platform Independent
.NET applications can run on any operating system as long as .NET framework installed.

3. Hardware Independent
.NET applications can run on any hardware configurations whether it is web-based, windows based, web services or mobile applications etc.



Back to VB Egg

0 comments