.NET Platform

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:38 PM on 7/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

.NET Platform

Microsoft's software development platform that provides the tools, libraries, and runtime needed to build and run applications using languages such as C#, F#, and Visual Basic.

2
New cards

.NET

Modern, cross-platform implementation of Microsoft's software development platform used to create desktop, web, cloud, mobile, gaming, IoT, and scientific applications

3
New cards

Software Development Platform

Collection of runtimes, libraries, tools, and services that helps developers create, build, test, and run software applications

4
New cards

Runtime

Software environment responsible for executing a program and providing services such as memory management, exception handling, and security while the program is running.

5
New cards

Software Library

A collection of prewritten code that developers can reuse to perform common tasks without writing everything from scratch.

6
New cards

Framework

A structured collection of libraries, tools, and design conventions that provides a foundation for building software applications

7
New cards

Software Development Kit (SDK)

A collection of tools, compilers, templates, libraries, and utilities used to develop software for a specific platform.

8
New cards

Command-Line Interface (CLI)

A text-based interface that allows users to interact with software by typing commands instead of using graphical controls.

9
New cards

Cross-Platform

Describes software that can run on multiple operating systems without requiring major modifications

10
New cards

Application Programming Interface (API)

A defined set of rules and functions that allows one software application to communicate with another or access specific functionality.

11
New cards

Base Class Library (BCL)

The core collection of reusable classes provided by .NET for common programming tasks such as working with strings, collections, files, dates, and networking.

12
New cards

NuGet

Official package manager for .NET that allows developers to install, update, and manage reusable software libraries called packages

13
New cards

NuGet Package

A reusable software component distributed through NuGet that can be added to a .NET project to extend its functionality

14
New cards

Visual Studio

Microsoft's integrated development environment (IDE) for developing, debugging, testing, and deploying .NET applications

15
New cards

Visual Studio Code

A lightweight, cross-platform source code editor that supports .NET development through extensions

16
New cards

Integrated Development Environment (IDE)

A software application that combines a code editor, compiler, debugger, project manager, and other development tools into a single interface.