1/15
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
.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.
.NET
Modern, cross-platform implementation of Microsoft's software development platform used to create desktop, web, cloud, mobile, gaming, IoT, and scientific applications
Software Development Platform
Collection of runtimes, libraries, tools, and services that helps developers create, build, test, and run software applications
Runtime
Software environment responsible for executing a program and providing services such as memory management, exception handling, and security while the program is running.
Software Library
A collection of prewritten code that developers can reuse to perform common tasks without writing everything from scratch.
Framework
A structured collection of libraries, tools, and design conventions that provides a foundation for building software applications
Software Development Kit (SDK)
A collection of tools, compilers, templates, libraries, and utilities used to develop software for a specific platform.
Command-Line Interface (CLI)
A text-based interface that allows users to interact with software by typing commands instead of using graphical controls.
Cross-Platform
Describes software that can run on multiple operating systems without requiring major modifications
Application Programming Interface (API)
A defined set of rules and functions that allows one software application to communicate with another or access specific functionality.
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.
NuGet
Official package manager for .NET that allows developers to install, update, and manage reusable software libraries called packages
NuGet Package
A reusable software component distributed through NuGet that can be added to a .NET project to extend its functionality
Visual Studio
Microsoft's integrated development environment (IDE) for developing, debugging, testing, and deploying .NET applications
Visual Studio Code
A lightweight, cross-platform source code editor that supports .NET development through extensions
Integrated Development Environment (IDE)
A software application that combines a code editor, compiler, debugger, project manager, and other development tools into a single interface.