New Terminal logger for .NET 8
Introduces the new terminal logger in .NET 8 Preview 4, highlighting its cleaner, colored output and how to use it.
Introduces the new terminal logger in .NET 8 Preview 4, highlighting its cleaner, colored output and how to use it.
Explains why ASP.NET Core 7 apps default to HTTP only and how to configure HTTPS for development, covering certificate trust and launch settings.
A guide to building professional .NET console applications using modern practices like Top-Level Statements and the .NET Generic Host.
Explains how to use the dotnet CLI's filter switch to run a specific subset of tests from a C# .NET test project, avoiding code modifications.
Explains the error NETSDK1194 in .NET builds, why it occurs with recent SDK updates, and how to address it.
Explains .NET Core shared frameworks, comparing framework-dependent vs. self-contained deployments and detailing how the host loads dependencies.
A guide on creating reusable Blazor component libraries, including setup, project creation, and building a simple in-memory list component.
A guide to creating custom .NET CLI tools, focusing on building 'dotnet init' to simplify NuGet package metadata setup in .csproj files.
A developer's guide to getting started with the .NET Core Tools MSBuild 'alpha', covering installation, project creation, and configuration.
Explains how to extend the .NET Core CLI by creating custom commands (verbs) that integrate with the current project context.
Explains how the .NET Core CLI tooling executes code, detailing the transition from traditional .NET runtime to the new dotnet command-line process.