We are working to restore the Unionpedia app on the Google Play Store
OutgoingIncoming
🌟We've simplified our design for better navigation!
Instagram Facebook X LinkedIn

.NET Framework

Index .NET Framework

The.NET Framework (pronounced as "dot net") is a proprietary software framework developed by Microsoft that runs primarily on Microsoft Windows. [1]

Table of Contents

  1. 139 relations: ADO.NET, Ahead-of-time compilation, Algorithm, Apache License, API, ARM architecture family, ASP.NET, ASP.NET Core, ASP.NET MVC, ASP.NET Razor, Assembly (CLI), BSD licenses, C Sharp (programming language), C++, C++/CLI, Channel 9 (Microsoft), Code Access Security, Common Intermediate Language, Common Language Infrastructure, Common Language Runtime, Common Type System, Component Object Model, Computer hardware, Computer network, Cryptography, Data access, Data type, Database connection, Decompiler, Dotfuscator, DotGNU, Dynamic Language Runtime, Dynamic-link library, Ecma International, Entity Framework, Exception handling, Framework Class Library, Free and open-source software, Free software, Free Software Foundation, Garbage collection (computer science), GitHub, Global Assembly Cache, Graph (abstract data type), Graphical user interface, IA-32, InfoWorld, Integrated development environment, Intel, International Data Group, ... Expand index (89 more) »

  2. .NET Framework implementations
  3. Microsoft development tools

ADO.NET

ADO.NET is a data access technology from the Microsoft.NET Framework that provides communication between relational and non-relational systems through a common set of components. .NET Framework and ADO.NET are Microsoft application programming interfaces, Microsoft free software and Windows-only free software.

See .NET Framework and ADO.NET

Ahead-of-time compilation

In computer science, ahead-of-time compilation (AOT compilation) is the act of compiling an (often) higher-level programming language into an (often) lower-level language before execution of a program, usually at build-time, to reduce the amount of work needed to be performed at run time.

See .NET Framework and Ahead-of-time compilation

Algorithm

In mathematics and computer science, an algorithm is a finite sequence of mathematically rigorous instructions, typically used to solve a class of specific problems or to perform a computation.

See .NET Framework and Algorithm

Apache License

The Apache License is a permissive free software license written by the Apache Software Foundation (ASF).

See .NET Framework and Apache License

API

An is a way for two or more computer programs or components to communicate with each other.

See .NET Framework and API

ARM architecture family

ARM (stylised in lowercase as arm, formerly an acronym for Advanced RISC Machines and originally Acorn RISC Machine) is a family of RISC instruction set architectures (ISAs) for computer processors.

See .NET Framework and ARM architecture family

ASP.NET

ASP.NET is a server-side web-application framework designed for web development to produce dynamic web pages. .NET Framework and ASP.NET are Microsoft application programming interfaces and Microsoft free software.

See .NET Framework and ASP.NET

ASP.NET Core

ASP.NET Core is an open-source modular web-application framework. .NET Framework and ASP.NET Core are Microsoft free software.

See .NET Framework and ASP.NET Core

ASP.NET MVC

ASP.NET MVC is a web application framework developed by Microsoft that implements the model–view–controller (MVC) pattern. .NET Framework and ASP.NET MVC are Microsoft free software.

See .NET Framework and ASP.NET MVC

ASP.NET Razor

Razor is an ASP.NET programming syntax used to create dynamic web pages with the C# or VB.NET programming languages. .NET Framework and ASP.NET Razor are Microsoft application programming interfaces, Microsoft free software and Windows-only free software.

See .NET Framework and ASP.NET Razor

Assembly (CLI)

Defined by Microsoft for use in recent versions of Windows, an assembly in the Common Language Infrastructure (CLI) is a compiled code library used for deployment, versioning, and security.

See .NET Framework and Assembly (CLI)

BSD licenses

BSD licenses are a family of permissive free software licenses, imposing minimal restrictions on the use and distribution of covered software.

See .NET Framework and BSD licenses

C Sharp (programming language)

C# is a general-purpose high-level programming language supporting multiple paradigms.

See .NET Framework and C Sharp (programming language)

C++

C++ (pronounced "C plus plus" and sometimes abbreviated as CPP) is a high-level, general-purpose programming language created by Danish computer scientist Bjarne Stroustrup. .NET Framework and C++ are cross-platform software.

See .NET Framework and C++

C++/CLI

C++/CLI is a variant of the C++ programming language, modified for Common Language Infrastructure.

See .NET Framework and C++/CLI

Channel 9 (Microsoft)

Channel 9 was a Microsoft website for hosting videos and podcasts that Microsoft employees create.

See .NET Framework and Channel 9 (Microsoft)

Code Access Security

Code Access Security (CAS), in the Microsoft.NET framework, is Microsoft's solution to prevent untrusted code from performing privileged actions.

See .NET Framework and Code Access Security

Common Intermediate Language

Common Intermediate Language (CIL), formerly called Microsoft Intermediate Language (MSIL) or Intermediate Language (IL), is the intermediate language binary instruction set defined within the Common Language Infrastructure (CLI) specification.

See .NET Framework and Common Intermediate Language

Common Language Infrastructure

The Common Language Infrastructure (CLI) is an open specification and technical standard originally developed by Microsoft and standardized by ISO/IEC (ISO/IEC 23271) and Ecma International (ECMA 335) that describes executable code and a runtime environment that allows multiple high-level languages to be used on different computer platforms without being rewritten for specific architectures.

See .NET Framework and Common Language Infrastructure

Common Language Runtime

The Common Language Runtime (CLR), the virtual machine component of Microsoft.NET Framework, manages the execution of.NET programs.

See .NET Framework and Common Language Runtime

Common Type System

In Microsoft's.NET Framework, the Common Type System (CTS) is a standard that specifies how type definitions and specific values of types are represented in computer memory.

See .NET Framework and Common Type System

Component Object Model

Component Object Model (COM) is a binary-interface technology for software components from Microsoft that enables using objects in a language-neutral way between different programming languages, programming contexts, processes and machines. .NET Framework and component Object Model are Microsoft application programming interfaces.

See .NET Framework and Component Object Model

Computer hardware

Computer hardware includes the physical parts of a computer, such as the central processing unit (CPU), random access memory (RAM), motherboard, computer data storage, graphics card, sound card, and computer case.

See .NET Framework and Computer hardware

Computer network

A computer network is a set of computers sharing resources located on or provided by network nodes.

See .NET Framework and Computer network

Cryptography

Cryptography, or cryptology (from κρυπτός|translit.

See .NET Framework and Cryptography

Data access

Data access is a generic term referring to a process which has both an IT-specific meaning and other connotations involving access rights in a broader legal and/or political sense.

See .NET Framework and Data access

Data type

In computer science and computer programming, a data type (or simply type) is a collection or grouping of data values, usually specified by a set of possible values, a set of allowed operations on these values, and/or a representation of these values as machine types.

See .NET Framework and Data type

Database connection

A database connection is a facility in computer science that allows client software to talk to database server software, whether on the same machine or not.

See .NET Framework and Database connection

Decompiler

A decompiler is a computer program that translates an executable file to high-level source code.

See .NET Framework and Decompiler

Dotfuscator

Dotfuscator is a tool performing a combination of code obfuscation, optimization, shrinking, and hardening on.NET, Xamarin and Universal Windows Platform apps.

See .NET Framework and Dotfuscator

DotGNU

DotGNU is a decommissioned part of the GNU Project that started in January 2001 and aimed to provide a free software replacement for Microsoft's.NET Framework.

See .NET Framework and DotGNU

Dynamic Language Runtime

The Dynamic Language Runtime (DLR) from Microsoft runs on top of the Common Language Runtime (CLR) and provides computer language services for dynamic languages. .NET Framework and dynamic Language Runtime are Microsoft application programming interfaces and Microsoft free software.

See .NET Framework and Dynamic Language Runtime

A dynamic-link library (DLL) is a shared library in the Microsoft Windows or OS/2 operating system.

See .NET Framework and Dynamic-link library

Ecma International

Ecma International is a nonprofit standards organization for information and communication systems.

See .NET Framework and Ecma International

Entity Framework

Entity Framework (EF) is an open source object–relational mapping (ORM) framework for ADO.NET. .NET Framework and Entity Framework are Microsoft free software.

See .NET Framework and Entity Framework

Exception handling

In computing and computer programming, exception handling is the process of responding to the occurrence of exceptions – anomalous or exceptional conditions requiring special processing – during the execution of a program.

See .NET Framework and Exception handling

Framework Class Library

The Framework Class Library (FCL) is a component of Microsoft's.NET Framework, the first implementation of the Common Language Infrastructure (CLI). .NET Framework and Framework Class Library are Microsoft application programming interfaces.

See .NET Framework and Framework Class Library

Free and open-source software

Free and open-source software (FOSS) is software that is available under a license that grants the right to use, modify, and distribute the software, modified or not, to everyone free of charge.

See .NET Framework and Free and open-source software

Free software

Free software, libre software, libreware or rarely known as freedom-respecting software is computer software distributed under terms that allow users to run the software for any purpose as well as to study, change, and distribute it and any adapted versions.

See .NET Framework and Free software

Free Software Foundation

The Free Software Foundation (FSF) is a 501(c)(3) non-profit organization founded by Richard Stallman on October 4, 1985, to support the free software movement, with the organization's preference for software being distributed under copyleft ("share alike") terms, such as with its own GNU General Public License.

See .NET Framework and Free Software Foundation

Garbage collection (computer science)

In computer science, garbage collection (GC) is a form of automatic memory management.

See .NET Framework and Garbage collection (computer science)

GitHub

GitHub is a developer platform that allows developers to create, store, manage and share their code. .NET Framework and GitHub are cross-platform software.

See .NET Framework and GitHub

Global Assembly Cache

The Global Assembly Cache (GAC) is a machine-wide CLI assembly cache for the Common Language Infrastructure (CLI) in Microsoft's.NET Framework.

See .NET Framework and Global Assembly Cache

Graph (abstract data type)

In computer science, a graph is an abstract data type that is meant to implement the undirected graph and directed graph concepts from the field of graph theory within mathematics.

See .NET Framework and Graph (abstract data type)

Graphical user interface

A graphical user interface, or GUI, is a form of user interface that allows users to interact with electronic devices through graphical icons and visual indicators such as secondary notation.

See .NET Framework and Graphical user interface

IA-32

IA-32 (short for "Intel Architecture, 32-bit", commonly called i386) is the 32-bit version of the x86 instruction set architecture, designed by Intel and first implemented in the 80386 microprocessor in 1985.

See .NET Framework and IA-32

InfoWorld

InfoWorld (IW) is an American information technology media business.

See .NET Framework and InfoWorld

Integrated development environment

An integrated development environment (IDE) is a software application that provides comprehensive facilities for software development.

See .NET Framework and Integrated development environment

Intel

Intel Corporation is an American multinational corporation and technology company headquartered in Santa Clara, California, and incorporated in Delaware.

See .NET Framework and Intel

International Data Group

International Data Group (IDG, Inc.) is a market intelligence and demand generation company focused on the technology industry.

See .NET Framework and International Data Group

International Organization for Standardization

The International Organization for Standardization (ISO) is an independent, non-governmental, international standard development organization composed of representatives from the national standards organizations of member countries.

See .NET Framework and International Organization for Standardization

Java Class Library

The Java Class Library (JCL) is a set of dynamically loadable libraries that Java Virtual Machine (JVM) languages can call at run time.

See .NET Framework and Java Class Library

Just-in-time compilation

In computing, just-in-time (JIT) compilation (also dynamic translation or run-time compilations) is compilation (of computer code) during execution of a program (at run time) rather than before execution.

See .NET Framework and Just-in-time compilation

Language Integrated Query

Language Integrated Query (LINQ, pronounced "link") is a Microsoft.NET Framework component that adds native data querying capabilities to.NET languages, originally released as a major part of.NET Framework 3.5 in 2007.

See .NET Framework and Language Integrated Query

Language interoperability

Language interoperability is the capability of two different programming languages to natively interact as part of the same system and operate on the same kind of data structures.

See .NET Framework and Language interoperability

Library (computing)

In computer science, a library is a collection of read-only resources that is leveraged during software development to implement a computer program.

See .NET Framework and Library (computing)

List of CLI languages

CLI languages are computer programming languages that are used to produce libraries and programs that conform to the Common Language Infrastructure (CLI) specifications.

See .NET Framework and List of CLI languages

Loophole

A loophole is an ambiguity or inadequacy in a system, such as a law or security, which can be used to circumvent or otherwise avoid the purpose, implied or explicitly stated, of the system.

See .NET Framework and Loophole

Machine code

In computer programming, machine code is computer code consisting of machine language instructions, which are used to control a computer's central processing unit (CPU).

See .NET Framework and Machine code

Managed code

Managed code is computer program code that requires and will execute only under the management of a Common Language Infrastructure (CLI); Virtual Execution System (VES); virtual machine, e.g..NET, CoreFX, or.NET Framework; Common Language Runtime (CLR); or Mono.

See .NET Framework and Managed code

Memory management

Memory management is a form of resource management applied to computer memory.

See .NET Framework and Memory management

Metadata

Metadata (or metainformation) is "data that provides information about other data", but not the content of the data itself, such as the text of a message or the image itself.

See .NET Framework and Metadata

Microsoft

Microsoft Corporation is an American multinational corporation and technology company headquartered in Redmond, Washington.

See .NET Framework and Microsoft

Microsoft .NET strategy

The Microsoft.NET strategy is a marketing plan that Microsoft followed in the early 2000s.

See .NET Framework and Microsoft .NET strategy

Microsoft Build

Microsoft Build (often stylised as) is an annual conference event held by Microsoft, aimed at software engineers and web developers using Windows, Microsoft Azure and other Microsoft technologies.

See .NET Framework and Microsoft Build

Microsoft Developer Network

Microsoft Developer Network (MSDN) was the division of Microsoft responsible for managing the firm's relationship with developers and testers, such as hardware developers interested in the operating system (OS), and software developers developing on the various OS platforms or using the API or scripting languages of Microsoft's applications.

See .NET Framework and Microsoft Developer Network

Microsoft Foundation Class Library

Microsoft Foundation Class Library (MFC) is a C++ object-oriented library for developing desktop applications for Windows. .NET Framework and Microsoft Foundation Class Library are Microsoft application programming interfaces.

See .NET Framework and Microsoft Foundation Class Library

Microsoft Silverlight

Microsoft Silverlight is a discontinued application framework designed for writing and running rich internet applications, similar to Adobe's runtime, Adobe Flash. .NET Framework and Microsoft Silverlight are Microsoft application programming interfaces.

See .NET Framework and Microsoft Silverlight

Microsoft Visual C++

Microsoft Visual C++ (MSVC) is a compiler for the C, C++, C++/CLI and C++/CX programming languages by Microsoft. .NET Framework and Microsoft Visual C++ are Microsoft development tools.

See .NET Framework and Microsoft Visual C++

Microsoft Windows

Microsoft Windows is a product line of proprietary graphical operating systems developed and marketed by Microsoft.

See .NET Framework and Microsoft Windows

Miguel de Icaza

Miguel de Icaza (born November 23, 1972) is a Mexican programmer, best known for starting the GNOME, Mono, and Xamarin projects.

See .NET Framework and Miguel de Icaza

MIPS architecture

MIPS (Microprocessor without Interlocked Pipelined Stages) is a family of reduced instruction set computer (RISC) instruction set architectures (ISA)Price, Charles (September 1995).

See .NET Framework and MIPS architecture

MIT License

The MIT License is a permissive software license originating at the Massachusetts Institute of Technology (MIT) in the late 1980s.

See .NET Framework and MIT License

Mono (software)

Mono is a free and open-source.NET Framework-compatible software framework. .NET Framework and Mono (software) are cross-platform software.

See .NET Framework and Mono (software)

Namespace

In computing, a namespace is a set of signs (names) that are used to identify and refer to objects of various kinds.

See .NET Framework and Namespace

Native Image Generator

The Native Image Generator, or simply NGen, is the ahead-of-time compilation (AOT) service of the.NET Framework.

See .NET Framework and Native Image Generator

Nondeterministic algorithm

In computer science and computer programming, a nondeterministic algorithm is an algorithm that, even for the same input, can exhibit different behaviors on different runs, as opposed to a deterministic algorithm.

See .NET Framework and Nondeterministic algorithm

NuGet

NuGet (pronounced "New Get"), haacked.com. .NET Framework and NuGet are Microsoft free software.

See .NET Framework and NuGet

Obfuscation (software)

In software development, obfuscation is the act of creating source or machine code that is difficult for humans or computers to understand.

See .NET Framework and Obfuscation (software)

Pentium III

The Pentium III (marketed as Intel Pentium III Processor and Pentium !!!, informally PIII or P3) brand refers to Intel's 32-bit x86 desktop and mobile CPUs based on the sixth-generation P6 microarchitecture introduced on February 28, 1999.

See .NET Framework and Pentium III

Platform Invocation Services

Platform Invocation Services, commonly referred to as P/Invoke, is a feature of Common Language Infrastructure implementations, like Microsoft's Common Language Runtime, that enables managed code to call native code.

See .NET Framework and Platform Invocation Services

Portable Executable

The Portable Executable (PE) format is a file format for executables, object code, DLLs and others used in 32-bit and 64-bit versions of Windows operating systems, and in UEFI environments.

See .NET Framework and Portable Executable

Programming language

A programming language is a system of notation for writing computer programs.

See .NET Framework and Programming language

Proprietary software

Proprietary software is software that grants its creator, publisher, or other rightsholder or rightsholder partner a legal monopoly by modern copyright and intellectual property law to exclude the recipient from freely sharing the software or modifying it, and—in some cases, as is the case with some patent-encumbered and EULA-bound software—from making use of the software on their own, thereby restricting their freedoms.

See .NET Framework and Proprietary software

Public-key cryptography

Public-key cryptography, or asymmetric cryptography, is the field of cryptographic systems that use pairs of related keys.

See .NET Framework and Public-key cryptography

Queensland University of Technology

The Queensland University of Technology (QUT) is a public research university located in the coastal city of Brisbane in Queensland, Australia.

See .NET Framework and Queensland University of Technology

Reasonable and non-discriminatory licensing

Reasonable and non-discriminatory (RAND) terms, also known as fair, reasonable, and non-discriminatory (FRAND) terms, denote a voluntary licensing commitment that standards organizations often request from the owner of an intellectual property right (usually a patent) that is, or may become, essential to practice a technical standard.

See .NET Framework and Reasonable and non-discriminatory licensing

Recursion

Recursion occurs when the definition of a concept or process depends on a simpler or previous version of itself.

See .NET Framework and Recursion

Redgate

Redgate Software is a software company based in Cambridge, England.

See .NET Framework and Redgate

Reflective programming

In computer science, reflective programming or reflection is the ability of a process to examine, introspect, and modify its own structure and behavior.

See .NET Framework and Reflective programming

Roslyn (compiler)

.NET Compiler Platform, also known by its codename Roslyn, is a set of open-source compilers and code analysis APIs for C# and Visual Basic (VB.NET) languages from Microsoft. .NET Framework and Roslyn (compiler) are Microsoft free software.

See .NET Framework and Roslyn (compiler)

SafeNet

SafeNet, Inc. was an information security company based in Belcamp, Maryland, United States, which was acquired in August 2014 by the French security company Gemalto.

See .NET Framework and SafeNet

Scott Guthrie

Scott Guthrie is Executive Vice President of the Cloud and AI group in Microsoft.

See .NET Framework and Scott Guthrie

Shared Source Common Language Infrastructure

The Shared Source Common Language Infrastructure (SSCLI), previously codenamed Rotor, is Microsoft's shared source implementation of the CLI, the core of.NET. .NET Framework and shared Source Common Language Infrastructure are 2002 software.

See .NET Framework and Shared Source Common Language Infrastructure

Shared Source Initiative

The Shared Source Initiative (SSI) is a source-available software licensing scheme launched by Microsoft in May 2001.

See .NET Framework and Shared Source Initiative

SignalR

SignalR is a free and open-source software library for Microsoft ASP.NET that allows server code to send asynchronous notifications to client-side web applications. .NET Framework and SignalR are Microsoft application programming interfaces, Microsoft free software and Windows-only free software.

See .NET Framework and SignalR

Single instruction, multiple data

Single instruction, multiple data (SIMD) is a type of parallel processing in Flynn's taxonomy.

See .NET Framework and Single instruction, multiple data

Software

Software consists of computer programs that instruct the execution of a computer.

See .NET Framework and Software

Software bug

A software bug is a bug in computer software.

See .NET Framework and Software bug

Software framework

In computer programming, a software framework is an abstraction in which software, providing generic functionality, can be selectively changed by additional user-written code, thus providing application-specific software.

See .NET Framework and Software framework

Software patent

A software patent is a patent on a piece of software, such as a computer program, libraries, user interface, or algorithm.

See .NET Framework and Software patent

Software relicensing

Software relicensing is applied in open-source software development when software licenses of software modules are incompatible and are required to be compatible for a greater combined work.

See .NET Framework and Software relicensing

Software standard

A software standard is a standard, protocol, or other common format of a document, file, or data transfer accepted and used by one or more software developers while working on one or more than one computer programs.

See .NET Framework and Software standard

Source code

In computing, source code, or simply code or source, is a plain text computer program written in a programming language.

See .NET Framework and Source code

Source-available software

Source-available software is software released through a source code distribution model that includes arrangements where the source can be viewed, and in some cases modified, but without necessarily meeting the criteria to be called open-source.

See .NET Framework and Source-available software

Standard Libraries (CLI)

The Standard Libraries are a set of libraries included in the Common Language Infrastructure (CLI) in order to encapsulate many common functions, such as file reading and writing, XML document manipulation, exception handling, application globalization, network communication, threading, and reflection, which makes the programmer's job easier.

See .NET Framework and Standard Libraries (CLI)

Streaming SIMD Extensions

In computing, Streaming SIMD Extensions (SSE) is a single instruction, multiple data (SIMD) instruction set extension to the x86 architecture, designed by Intel and introduced in 1999 in their Pentium III series of central processing units (CPUs) shortly after the appearance of Advanced Micro Devices (AMD's) 3DNow!.

See .NET Framework and Streaming SIMD Extensions

Strong key

Strong Key is a naming convention used in computer programming.

See .NET Framework and Strong key

Thread (computing)

In computer science, a thread of execution is the smallest sequence of programmed instructions that can be managed independently by a scheduler, which is typically a part of the operating system.

See .NET Framework and Thread (computing)

Trade secret

Trade secrets are a type of intellectual property that includes formulas, practices, processes, designs, instruments, patterns, or compilations of information that have inherent economic value because they are not generally known or readily ascertainable by others, and which their owner takes reasonable measures to keep secret.

See .NET Framework and Trade secret

Turbo (software)

Turbo (formerly Spoon and Xenocode) is a set of software products and services developed by the Code Systems Corporation for application virtualization, portable application creation, and digital distribution.

See .NET Framework and Turbo (software)

Type inference

Type inference, sometimes called type reconstruction, refers to the automatic detection of the type of an expression in a formal language.

See .NET Framework and Type inference

Type safety

In computer science, type safety and type soundness are the extent to which a programming language discourages or prevents type errors.

See .NET Framework and Type safety

Type system

In computer programming, a type system is a logical system comprising a set of rules that assigns a property called a ''type'' (for example, integer, floating point, string) to every term (a word, phrase, or other set of symbols).

See .NET Framework and Type system

Universal Windows Platform apps

Universal Windows Platform (UWP) apps (formerly named Windows Store apps, Metro-style apps and Modern apps) are applications that can be used across all compatible Microsoft Windows devices.

See .NET Framework and Universal Windows Platform apps

User interface

In the industrial design field of human–computer interaction, a user interface (UI) is the space where interactions between humans and machines occur.

See .NET Framework and User interface

Virtual machine

In computing, a virtual machine (VM) is the virtualization or emulation of a computer system.

See .NET Framework and Virtual machine

Visual Basic (.NET)

Visual Basic (VB), originally called Visual Basic.NET (VB.NET), is a multi-paradigm, object-oriented programming language, implemented on.NET, Mono, and the.NET Framework.

See .NET Framework and Visual Basic (.NET)

Visual Studio

Visual Studio is an integrated development environment (IDE) developed by Microsoft.

See .NET Framework and Visual Studio

VMware

VMware LLC is an American cloud computing and virtualization technology company headquartered in Palo Alto, California.

See .NET Framework and VMware

Web application

A web application (or web app) is application software that is accessed using a web browser.

See .NET Framework and Web application

Web browser

A web browser is an application for accessing websites.

See .NET Framework and Web browser

Windows 98

Windows 98 is a consumer-oriented operating system developed by Microsoft as part of its Windows 9x family of Microsoft Windows operating systems.

See .NET Framework and Windows 98

Windows Communication Foundation

The Windows Communication Foundation (WCF), previously known as Indigo, is a free and open-source runtime and a set of APIs in the.NET Framework for building connected, service-oriented applications. .NET Framework and Windows Communication Foundation are Microsoft application programming interfaces and Microsoft free software.

See .NET Framework and Windows Communication Foundation

Windows Embedded Compact

Windows Embedded Compact, formerly Windows Embedded CE, Windows Powered and Windows CE, is a discontinued operating system developed by Microsoft for mobile and embedded devices.

See .NET Framework and Windows Embedded Compact

Windows Forms

Windows Forms (WinForms) is a free and open-source graphical (GUI) class library included as a part of Microsoft.NET,.NET Framework or Mono, providing a platform to write client applications for desktop, laptop, and tablet PCs. .NET Framework and Windows Forms are 2002 software, Microsoft application programming interfaces, Microsoft free software and Windows-only free software.

See .NET Framework and Windows Forms

Windows Mobile

Windows Mobile was a mobile operating system developed by Microsoft for smartphones and personal digital assistants.

See .NET Framework and Windows Mobile

Windows NT 4.0

Windows NT 4.0 is a major release of the Windows NT operating system developed by Microsoft and oriented towards businesses.

See .NET Framework and Windows NT 4.0

Windows Presentation Foundation

Windows Presentation Foundation (WPF) is a free and open-source user interface framework for Windows-based desktop applications. .NET Framework and Windows Presentation Foundation are Microsoft application programming interfaces, Microsoft free software and Windows-only free software.

See .NET Framework and Windows Presentation Foundation

Windows Vista

Windows Vista is a major release of the Windows NT operating system developed by Microsoft.

See .NET Framework and Windows Vista

Windows Workflow Foundation

Windows Workflow Foundation (WF) is a Microsoft technology that provides an API, an in-process workflow engine, and a rehostable designer to implement long-running processes as workflows within.NET applications.

See .NET Framework and Windows Workflow Foundation

X86

x86 (also known as 80x86 or the 8086 family) is a family of complex instruction set computer (CISC) instruction set architectures initially developed by Intel based on the 8086 microprocessor and its 8-bit-external-bus variant, the 8088.

See .NET Framework and X86

X86-64

x86-64 (also known as x64, x86_64, AMD64, and Intel 64) is a 64-bit version of the x86 instruction set, first announced in 1999.

See .NET Framework and X86-64

Xamarin

Xamarin is a Microsoft-owned San Francisco-based software company founded in May 2011 by the engineers that created Mono, Xamarin.Android (formerly Mono for Android) and Xamarin.iOS (formerly MonoTouch), which are cross-platform implementations of the Common Language Infrastructure (CLI) and Common Language Specifications (often called Microsoft.NET).

See .NET Framework and Xamarin

.exe

For Microsoft Windows, OS/2, and DOS,.exe is the filename extension that denotes a file as being executable a computer program containing an entry point.

See .NET Framework and .exe

.NET

The.NET platform (pronounced as "dot net") is a free and open-source, managed computer software framework for Windows, Linux, and macOS operating systems. .NET Framework and .NET are cross-platform software, Microsoft application programming interfaces, Microsoft development tools and Microsoft free software.

See .NET Framework and .NET

.NET Compact Framework

The Microsoft.NET Compact Framework (.NET CF) is a version of the.NET Framework that is designed to run on resource constrained mobile/embedded devices such as personal digital assistants (PDAs), mobile phones, factory controllers, set-top boxes, etc. .NET Framework and .NET Compact Framework are .NET Framework implementations and 2002 software.

See .NET Framework and .NET Compact Framework

.NET Micro Framework

The.NET Micro Framework (NETMF) is a.NET Framework platform for resource-constrained devices with at least 512 kB of flash and 256 kB of random-access memory (RAM). .NET Framework and .NET Micro Framework are .NET Framework implementations, Microsoft free software and Windows-only free software.

See .NET Framework and .NET Micro Framework

.NET Reflector

.NET Reflector is a class browser, decompiler and static analyzer for software created with.NET Framework, originally written by Lutz Roeder.

See .NET Framework and .NET Reflector

See also

.NET Framework implementations

Microsoft development tools

References

[1] https://en.wikipedia.org/wiki/.NET_Framework

Also known as .NET Enterprise Server, .NET Mobile Profile, .NET SDK, .NET Server, .NET Services, .NET code protection, .Net (programming language), .mspx, .rsp, Dot NET Framework, Dotnet framework, Microsoft .NET Framework, Microsoft net framework, Microsoft's .NET Framework, Mscorlib.dll, Mspx, MyServices, NET Framework, NGWS, NetFX, Next Generation Windows Services, Repsonse file.

, International Organization for Standardization, Java Class Library, Just-in-time compilation, Language Integrated Query, Language interoperability, Library (computing), List of CLI languages, Loophole, Machine code, Managed code, Memory management, Metadata, Microsoft, Microsoft .NET strategy, Microsoft Build, Microsoft Developer Network, Microsoft Foundation Class Library, Microsoft Silverlight, Microsoft Visual C++, Microsoft Windows, Miguel de Icaza, MIPS architecture, MIT License, Mono (software), Namespace, Native Image Generator, Nondeterministic algorithm, NuGet, Obfuscation (software), Pentium III, Platform Invocation Services, Portable Executable, Programming language, Proprietary software, Public-key cryptography, Queensland University of Technology, Reasonable and non-discriminatory licensing, Recursion, Redgate, Reflective programming, Roslyn (compiler), SafeNet, Scott Guthrie, Shared Source Common Language Infrastructure, Shared Source Initiative, SignalR, Single instruction, multiple data, Software, Software bug, Software framework, Software patent, Software relicensing, Software standard, Source code, Source-available software, Standard Libraries (CLI), Streaming SIMD Extensions, Strong key, Thread (computing), Trade secret, Turbo (software), Type inference, Type safety, Type system, Universal Windows Platform apps, User interface, Virtual machine, Visual Basic (.NET), Visual Studio, VMware, Web application, Web browser, Windows 98, Windows Communication Foundation, Windows Embedded Compact, Windows Forms, Windows Mobile, Windows NT 4.0, Windows Presentation Foundation, Windows Vista, Windows Workflow Foundation, X86, X86-64, Xamarin, .exe, .NET, .NET Compact Framework, .NET Micro Framework, .NET Reflector.