Category
page 1.NET Framework terminology
Common Language Runtime
virtual machine component of Microsoft's .NET framework
Microsoft XNA
platform for video game development offered by Microsoft
ADO.NET
ADO.NET is a data access technology from the Microsoft .NET Framework and .NET that provides communication between relational and non-relational systems through a common set of components.
ADO.NET is a set of computer software components that programmers can use to access data and data services from a database. It is a part of the base class library that is included with the Microsoft .NET Framework. It is commonly used by programmers to access and modify data stored in relational database systems, though it can also access data in non-relational data sources. ADO.NET is sometimes considered a
Windows Workflow Foundation
Microsoft technology
.NET Remoting
Microsoft application programming interface
ClickOnce
thumb|387px|Installation of a ClickOnce application
ClickOnce is a component of Microsoft .NET Framework 2.0 and later, and supports deploying applications made with Windows Forms or Windows Presentation Foundation. It is similar to Java Web Start for the Java Platform or Zero Install for Linux.
COM Interop
technology included in the .NET Framework Common Language Runtime (CLR) that enables Component Object Model (COM) objects to interact with .NET objects, and vice versa