What are the advantages of .NET?

Experience Level: Junior
Tags: .NET

Answer

  • Good design
  • Object Oriented Programing - using C# and .NET which are based on object oriented Concepts.
  • Language independence - all the languages that are supported by .NET (C#, VB.NET, J#, managed C++ and others) are complied into common Intermediate Language (IL). Thanks to the IL all the languages are interoperable.
  • Efficient Data Access - ADO.NET provides fast  and efficient way to access RDBMS, file stystem etc.
  • Code Sharing - The code can be reused by many applications. It is compiled into assemblies.
  • Side by side versioning
  • Improved Security.
  • Support dynamic web pages - Using ASP.NET
  • Suppport for web services
Related .NET job interview questions

Comments

No Comments Yet.
Be the first to tell us what you think.