Browse Definitions :
Definition

.NET Framework

.NET Framework is a managed execution environment for Windows that allows software developers to create a software application in one programming language and be assured that the app will be able to work with code written in other languages. The framework, which is designed to accommodate object code no matter where it is stored or executed, is the primary implementation of Microsoft’s .NET technologies.

The .NET platform was designed to reduce programming errors and increase productivity by using a modular approach to software design. The framework features a common language runtime (CLR) and a class library. The CLR is Microsoft’s implementation of the common language infrastructure (CLI), a standard for helping different programming languages and libraries work together. The CLR manages system services such as memory, thread execution, code execution, code safety verification and compilation. The class library contains tested, reusable code that developers can call from their own apps to provide functionality for such things as file input/output, parsing Extensible Markup Language (XML) and working with Windows Forms.

Microsoft’s development tool for designing and developing .NET apps is called Visual Studio and apps are typically written in Visual Basic (VB) or C#. The Microsoft Test Framework (MSTest) can be used to provide quality assurance (QA) for .NET applications.

How the .NET Framework works

Source code written in one language is compiled into an intermediate language (IL) which is stored on disk in an executable file called an assembly. The assembly contains a manifest that provides information about the code’s type, version and security requirements. Once the assembly is loaded into the CLR and validated, the IL code can be translated into native machine code instructions.

.NET framework
.NET framework

Language compilers for the .NET Framework use the Common Intermediate Language (CIL), an intermediate code that is compiled at runtime by the common language runtime. The .NET Framework helps resolve version conflicts because it allows multiple versions of the CLR to exist on the same computer.

Other .NET technologies

 .NET Core is a cross-platform fork of .NET that allows developers to build apps that can run on Linux and Mac operating systems, as well as Windows. NET Core 3.0 is specifically designed for containerized microservices and cloud applications, can target Windows Presentation Foundation (WPF) and Windows Forms, the two most commonly used frameworks for Windows desktop applications. NET Core is open source and can be downloaded from GitHub.

.NET Standard is a formal specification of the application program interfaces (APIs) that are common across .NET implementations. .Net Standard allows the same code and libraries to run on different implementations and expose additional APIs that are specific to the operating systems the implementation runs on.

ASP.NET features server controls that can separate code from the content to allow WYSIWYG editing.

.NET Micro Framework is a .NET platform for extremely resource-constrained devices in the Internet of Things (IoT).

ML.NET is an open-source, cross-platform machine learning (ML) framework for the .NET ecosystem.

This was last updated in August 2019

Continue Reading About .NET Framework

Networking
  • firewall as a service (FWaaS)

    Firewall as a service (FWaaS), also known as a cloud firewall, is a service that provides cloud-based network traffic analysis ...

  • private 5G

    Private 5G is a wireless network technology that delivers 5G cellular connectivity for private network use cases.

  • NFVi (network functions virtualization infrastructure)

    NFVi (network functions virtualization infrastructure) encompasses all of the networking hardware and software needed to support ...

Security
  • virus (computer virus)

    A computer virus is a type of malware that attaches itself to a program or file. A virus can replicate and spread across an ...

  • Certified Information Security Manager (CISM)

    Certified Information Security Manager (CISM) is an advanced certification that indicates that an individual possesses the ...

  • cryptography

    Cryptography is a method of protecting information and communications using codes, so that only those for whom the information is...

CIO
  • B2B (business to business)

    B2B (business-to-business) is a type of commerce involving the exchange of products, services or information between businesses, ...

  • return on investment (ROI)

    Return on investment (ROI) is a crucial financial metric investors and businesses use to evaluate an investment's efficiency or ...

  • big data as a service (BDaaS)

    Big data as a service (BDaS) is the delivery of data platforms and tools by a cloud provider to help organizations process, ...

HRSoftware
  • talent acquisition

    Talent acquisition is the strategic process an organization uses to identify, recruit and hire the people it needs to achieve its...

  • human capital management (HCM)

    Human capital management (HCM) is a comprehensive set of practices and tools used for recruiting, managing and developing ...

  • Betterworks

    Betterworks is performance management software that helps workforces and organizations to improve manager effectiveness and ...

Customer Experience
  • martech (marketing technology)

    Martech (marketing technology) refers to the integration of software tools, platforms, and applications designed to streamline ...

  • transactional marketing

    Transactional marketing is a business strategy that focuses on single, point-of-sale transactions.

  • customer profiling

    Customer profiling is the detailed and systematic process of constructing a clear portrait of a company's ideal customer by ...

Close