preview

What Are The Advantages And Disadvantages Of The Net Framework

Good Essays

Introduction .Net framework is a software development framework by Microsoft, which support Microsoft windows OS. It provides many tools and liberties which will make the programmer to easily do the program. The development platform includes Visual Studio Integrated Development Environment (IDE) and other server technologies. The .NET Framework, as Microsoft states; “is a technology that supports building and running the next generation of applications and XML Web services” (Microsoft, n.d.). Furthermore the company say that, the .NET Framework is designed to fulfill the following objectives: • To provide a consistent object-oriented programming environment whether object code is stored and executed locally, executed locally but Internet-distributed, or executed remotely. • To provide a code-execution …show more content…

Common Runtime Engine In .NET Framework programming language are compile into an intermediate language known as the Common Intermediate Language (CIL). In Microsoft's implementation this intermediate language is not interpreted but rather compiled to JIT knows as just-in-time compilation into native code. Language Independence .NET Framework introduces a Common Type System. And this features allow .NET Framework to supports the exchange of instances of types between programs written in any of the .NET languages. Base Class Library The Base Class Library (BCL) is a part of the Framework Class Library (FCL) in which the functionality of library is available to all languages using the .NET Framework. This library also provides classes which encapsulate a number of common functions. Simplified Deployment The .NET framework simplifies the installation of computer software in a way that it doesn’t interfere with previous installed software and its security.

Get Access