Ad Code

Ticker

6/recent/ticker-posts

Microsoft NET Framework 4.8.1 Download

Microsoft NET Framework
File Size : 66 Mb

NET Framework is a managed execution environment that provides a variety of services to its running applications It consists of two major components: the common language run (CLR), which is the execution ee that handles running applications; and the NET Framework Class Library, which provides a library of tested, reusable code that developers can call from their own applications

NET Framework includes a wide range of services to running apps, such as
· Memory management In many programming languages, programmers are responsible for allocating and releasing memory and for handling object lifes In NET Framework applications, the CLR provides these services on behalf of the application· A common type system In traditional programming languages, basic types are defined by the compiler, which complicates cross-language interoperability In the NET Framework, basic types are defined by the NET Framework type system and are common to all languages that target the NET Framework
· An extensive class library Instead of having to write vast amounts of code to handle common low-level programming operations, programmers can use a readily accessible library of types and their members from the NET Framework Class Library
· Development frameworks and technologies The NET Framework includes libraries for specific areas of application development, such as ASPNET for web applications, ADONET for data access, and Windows Communication Foundation for service-oriented applications
· Language interoperability Language compilers that target the NET Framework an intermediate code named Common Intermediate Language (CIL), which, in turn, is compiled at run by the common language run With this feature, routines written in one language are accessible to other languages, and programmers can focus on creating applications in their preferred language or languages
· Version compatibility With rare exceptions, applications that are developed by using a particular version of the NET Framework can run without modification on a later version
· Side-by-side execution The NET Framework helps resolve version conflicts by allowing multiple versions of the common language run to exist on the same computer This means that multiple versions of applications can also coexist, and that an application can run on the version of the NET Framework with which it was built
· Multitargeting By targeting the NET Framework Portable Class Library, developers can create assemblies that work on multiple NET Framework platforms, such as the NET Framework, Silverlight, Windows Phone 7, or Xbox 360
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 environment that minimizes software deployment and versioning conflicts
· To provide a code-execution environment that promotes safe execution of code, including code created by an unknown or semi-trusted third party
· To provide a code-execution environment that eliminates the performance problems of scripted or interpreted environments
· To make the developer experience consistent across widely varying types of applications, such as Windows-based applications and Web-based applications
· To build all communication on industry standards to ensure that code based on the NET Framework can integrate with any other code

Supported Operating System
Windows 7 Service Pack 1, Windows 8, Windows 81, 10, Windows Server 2008 R2 SP1, Windows Server 2008 Service Pack 2, Windows Server 2012, Windows Server 2012 R2, Windows Vista Service Pack 2

The NET Framework build 3621 installs on the following Windows and Windows Server versions

Windows 10 April 2018 Update
Windows 10 Fall Creators Update
Windows 10 Creators Update
Windows 10 Anniversary Update
Windows Server, version 1709
Windows Server 2016

Post a Comment

0 Comments