Friday, August 9, 2019

Word of the Day: .NET Framework

Word of the Day WhatIs.com
Daily updates on the latest technology terms | August 9, 2019
.NET Framework

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

The .NET Framework is the predominant implementation of Microsoft's .NET technologies. 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 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), C# or F#. 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 instructions.

 

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, which 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 found on GitHub.

.NET Standard is a formal specification of the application program interfaces (APIs) that are common across .NET implementations. This allows the same code and libraries to run on different implementations. Each implementation can also expose additional APIs that are specific to the operating systems it 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.


Mono is an open-source, cross-platform implementation of .NET Framework that runs on Linux, Mac OS, Android and Windows.

Xamarin extends the .NET platform with tools and libraries specifically for building mobile apps.

Quote of the Day

 
"With the right tools, investigating and testing, .NET applications can be easier, faster and less painful." - Matt Heusser

Learning Center

 

Microsoft gets its dev mojo back with Linux, .NET 5, web IDE
Microsoft showed off new and upcoming tools and services debuted at Microsoft Build 2019, including Visual Studio Online, a Linux distro and .NET 5, which will help developers build along the company's tools mantra to create any app on any platform.

3 ways Steeltoe opens the door to microservices in .NET
Steeltoe, an open source project, finally brings microservices to .NET developers who previously needed to learn Java to work in a distributed architecture. Learn about the three major Steeltoe components that enable microservices in .NET.

Deploy Microsoft IIS server, .NET apps in Windows containers
Windows containers and Microsoft IIS server offer a way to modernize existing .NET applications. The steps include installing a Windows Server Core VM, creating the container inside the VM, installing Docker engine, pulling Docker images and implementing a container with an IIS image.

.NET programming language tutorial: Making more with .NET development
The .NET programming language tutorial covers how to develop with .NET. Learn about .NET and cloud, .NET tools, and application development with .NET.

Microsoft .NET framework: Still viable in the cloud computing age?
The Microsoft .NET framework is open source and understands app development for mobile and cloud computing. It's far from obsolete, the company says.

Quiz Yourself

 
_______ Active Directory enables single sign-on capabilities for Microsoft apps, such as Office 365 and Dynamics CRM.
A. In addition,
B. In addition

Answer

Stay in Touch

 
For feedback about any of our definitions or to suggest a new definition, please contact me at: mrouse@techtarget.com

Visit the Word of the Day Archives and catch up on what you've missed!

FOLLOW US

TwitterRSS
About This E-Newsletter
This e-newsletter is published by the TechTarget network. To unsubscribe from Whatis.com, click here. Please note, this will not affect any other subscriptions you have signed up for.
TechTarget

TechTarget, Whatis, 275 Grove Street, Newton, MA 02466. Contact: webmaster@techtarget.com

Copyright 2018 TechTarget. All rights reserved.

No comments: