.NET Index

Introduction to .NET
Launchsettings vs appsettings
Middleware

VStudio

Visual Studio (shortcuts & debug)

C#

Nomenclatura
Nullables
Validations
Class vs struct vs record (reference types vs value types)
Caching
Dependency injection
Dependency injections with multiple implementations

news in C# 12

Collection expressions
Primary constructors

Advanced

Async ops
Async await best practices
Delegates
Events
Servicebus vs Queue
Streams and Files
Anonymous type objects
Deconstructors
Expression bodied members
Pattern matching

udemy course

Introduction to c#
c# methods
c# classes
c# collections
c# collections’ index and range operators

Linq

Linq usage

Testing

Testing with NUnit, FluentAssertions and Moq

Entity Framework Core (ORM)

Teoria EF Core
EF Core Scaffolding
Read-only statements performance improvement
Data models