1/14
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
A suite of tools for creating software, covering planning, UI design, coding, testing, debugging, analyzing code quality and performance, deploying, and gathering telemetry.
Microsoft Visual Studio
An elegant and type-safe object-oriented language for building secure and robust applications.
C#
A component of the .Net Framework that runs code and provides services to ease the development process.
Common Language Runtime
A library of classes, interfaces, and value types in the .Net Framework that provides access to system functionality.
.Net Framework class library
Containers for storing data values.
Variables
A type of variable declaration where the type is declared before or when the variable is set.
Explicit
A type of variable declaration where the type is assumed by the operators, allowing any data to be assigned.
Implicit
Organizational units used by the .Net Framework to group classes, heavily utilized in C# programming.
Namespaces
Suitable for representing values with small memory requirements.
Structures
Blueprints that define the data and behavior of a type.
Classes
Variables of any type declared in a class or struct that can be read or set directly.
Fields
A member that allows flexible access to read, write, or compute the value of a private field.
Property
Immutable values known at compile time that do not change during the program's life.
Constants
Code blocks containing a series of statements, representing actions that an object can perform.
Methods
Class methods that are automatically executed when an object of a given type is created.
Constructors