.NET / C#Introduction & Core Concepts

75 items

1

Conditional Statements Bug

Code Quiz
2

Setting Up Your .NET Environment

Slides / Video
3

Multi-Language Support: CLI, CTS, CLS

Flashcard
4

Averaging Two Numbers Bug

Code Quiz
5

Assigning an Int to an Enum

Code Quiz
6

Comments and Code Structure

Code Quiz
7

Cross-Platform Capability of Modern .NET

Slides / Video
8

CLR and Managed Code Basics

Code Quiz
9

Built-in Data Types

Quiz
10

Garbage Collection Concept

Quiz
11

What C# Is

Quiz
12

Case Sensitivity in C#

Quiz
13

Comments in C#

Quiz
14

JIT Compilation Basics

Quiz
15

CLR Purpose

Quiz
16

Intermediate Language

Quiz
17

What .NET Is

Quiz
18

Variables and var Keyword

Quiz
19

.NET Framework vs .NET Core vs .NET

Quiz
20

Value vs Reference Types

Quiz
21

CTS and CLS

Quiz
22

Constants and Literals

Quiz
23

Base Class Library

Quiz
24

Console Output Basics

Quiz
25

Cross-Platform .NET

Quiz
26

The Main Method

Quiz
27

Managed vs Unmanaged Code

Quiz
28

Namespaces and using

Quiz
29

Assemblies Basics

Quiz
30

Writing Output with Console.WriteLine

Slides / Video
31

Namespaces and the using Directive

Slides / Video
32

Compiling and Running a C# App

Slides / Video
33

Structure of a Basic C# Program

Slides / Video
34

Garbage Collection Overview

Slides / Video
35

Evolution of .NET

Slides / Video
36

The .NET Base Class Library (BCL)

Slides / Video
37

Value Types vs Reference Types

Code Quiz
38

String Interpolation Basics

Code Quiz
39

Constants and Readonly Basics

Code Quiz
40

Console Input and Output

Code Quiz
41

Variable Declaration and Initialization

Code Quiz
42

Arrays Declaration and Access

Code Quiz
43

The Main Method Entry Point

Code Quiz
44

Nullable Value Types Basics

Code Quiz
45

Type Inference with var

Code Quiz
46

Comparison and Logical Operators

Code Quiz
47

Implicit and Explicit Conversion

Code Quiz
48

Loops in C#

Code Quiz
49

Namespaces and Using Directives

Code Quiz
50

Primitive Data Types

Code Quiz
51

Method Return Values

Code Quiz
52

IL and JIT Compilation

Slides / Video
53

The CLR and Managed Execution

Slides / Video
54

What C# Is as a Language

Slides / Video
55

Case Sensitivity and Syntax Basics

Flashcard
56

Structure of a Basic C# Program

Flashcard
57

Console Input and Output

Flashcard
58

Comments in C#

Flashcard
59

.NET Framework vs Core vs Modern

Flashcard
60

Assemblies (.dll and .exe)

Flashcard
61

Namespaces and using Directive

Flashcard
62

Just-In-Time (JIT) Compilation

Flashcard
63

Intermediate Language (IL/CIL)

Flashcard
64

C# and .NET Relationship

Flashcard
65

Garbage Collection Overview

Flashcard
66

Cross-Platform Modern .NET

Flashcard
67

Base Class Library (BCL)

Flashcard
68

C# Strongly-Typed and Object-Oriented

Flashcard
69

What .NET Is

Flashcard
70

Development Tools

Flashcard
71

What C# Is

Flashcard
72

Common Language Runtime (CLR)

Flashcard
73

Managed vs Unmanaged Code

Flashcard
74

What .NET Is and Its Purpose

Slides / Video
75

Comments and Code Syntax Conventions

Slides / Video
FlashcardBeginner

Managed vs Unmanaged Code

The difference between code run by the CLR and code that isn't.

Question

What is the difference between managed and unmanaged code?

Click to reveal answer