Skip to content

Latest commit

 

History

History
796 lines (685 loc) · 57.8 KB

book-links.md

File metadata and controls

796 lines (685 loc) · 57.8 KB

Chapter 1 - Hello, C#! Welcome, .NET!

Visual Studio 2022 for Windows

Visual Studio Code

Other C# code editors and platforms

.NET Interactive

Command Line Interfaces

.NET

Open source and other projects related to .NET

Git

Help and learning

Chapter 2 - Speaking C#

C# language version and the journey to C# 11

C# language

C# implemented proposals

C# proposals being worked on

Text types

Number types

Console apps and formatting

Miscellaneous

Chapter 3 - Controlling Flow, Converting Types, and Handling Exceptions

Operators

Branching statements and pattern matching

Casting, converting, rounding, and formatting data

Handling exceptions

Coding problems in interviews

Chapter 4 - Writing, Debugging, and Testing Functions

Concepts

Debugging

Instrumenting

Testing

Chapter 5 - Building Your Own Types with Object-Oriented Programming

Fields

Methods

Properties

Pattern matching

Records

Miscellaneous

Chapter 6 - Implementing Interfaces and Inheriting Classes

Operator overloading

Delegates and events

Interfaces and generics

Memory, reference and value types

Null and nullability

Inheritance

Chapter 7 - Packaging and Distributing .NET Types

.NET Standard

.NET versions

.NET API, packages and frameworks

Roslyn, SDKs, and project templates

Packaging and publishing

Decompiling .NET

Porting from .NET Framework to modern .NET

Preview features

Chapter 8 - Working with Common .NET Types

Working with numbers

Working with text and regular expressions

Dates and times

Collections

Spans

Networking

Assemblies and reflection

Working with images

Internationalization

Chapter 9 - Working with Files, Streams, and Serialization

File system, encoding, and streams

Serialization

JSON

Chapter 10 - Working with Data Using Entity Framework Core

Legacy EF 6

EF Core

EF Core database providers

SQLite

Microsoft SQL Server

EF Core models

EF Core querying and manipulating

Chapter 11 - Querying and Manipulating Data Using LINQ

LINQ concepts

LINQ providers

LINQ samples and tools

Chapter 12 - Introducing Web Development Using ASP.NET Core

.NET apps

.NET Content Management Systems

ASP.NET versions and features

Web development technologies

Chapter 13 - Building Websites Using ASP.NET Core Razor Pages

General web development

ASP.NET Core

Razor Pages and layouts

Endpoint routing

Chapter 14 - Building Websites Using the Model-View-Controller Pattern

Security and privacy

Setting up and configuring

Controllers

Models

Views

Miscellaneous

Chapter 15 - Building and Consuming Web Services

Web service technologies

Web service routing

Web service clients

Documenting web services

Securing web services

Health checks and reliable web services

Chapter 16 - Building User Interfaces Using Blazor

Blazor hosting models

Blazor components

Advanced techniques

Other resources

Epilogue

Next steps on your C# and .NET learning journey

Learn from other Packt books