Unit Testing ASP.NET Core Web API using XUnit and FakeItEasy
A tutorial on unit testing an ASP.NET Core Web API controller using XUnit and FakeItEasy, covering mocking dependencies and test structure.
A tutorial on unit testing an ASP.NET Core Web API controller using XUnit and FakeItEasy, covering mocking dependencies and test structure.
A technical guide on implementing Apple's Sign In service for ASP.NET Core applications, including prototyping and integration steps.
A tutorial on integrating and calling gRPC services from a server-side Blazor application, covering setup and basic implementation.
Explains best practices for building secure multi-tenant Azure AD applications that restrict login to a specific set of known tenants.
Part 2 of a tutorial series on building a GraphQL client in TypeScript to interact with an ASP.NET Core GraphQL API, using Apollo Client.
First part of a tutorial series on building a GraphQL application using ASP.Net Core and TypeScript, covering core concepts and advantages.
A guide to running ASP.NET Core integration tests with SQL Server in Docker containers within Azure Pipelines, solving container readiness issues.
Explains how to securely store ASP.NET Core Data Protection keys in Azure Blob Storage and encrypt them with Azure Key Vault to prevent authentication issues during deployment slot swaps.
Explains how to run ASP.NET Core applications in Docker containers with a read-only file system for enhanced security, including a workaround for a known issue.
A tutorial on building an ASP.NET Core Web API to create custom Slack slash commands for jokes, weather, and URL shortening.
Explains how to scale ASP.NET Core SignalR applications using Azure Service Bus as a cheaper alternative to Redis or Azure SignalR Service.
Troubleshooting guide for resolving a silent error when launching ASP.NET Core applications in IIS Express during development.
A developer's detailed walkthrough of configuring Azure DevOps to build a Docker image and push it to a private Docker Hub repository.
A developer shares their journey and challenges adding Docker support to an ASP.NET Core SPA with Angular, including issues with Node.js and node-sass.
A monthly blog post summarizing key .NET ecosystem updates for February 2019, including .NET Core 3.0 Preview, Polly for resilience, and the .NET Foundation.
A tutorial on setting up Serilog logging in an ASP.NET Core 2.2 application, including code examples for configuration and injection.
Explains the impact of Safari's stricter same-site cookie policy on ASP.NET Core external authentication and proposes a solution.
Guide to fixing Google authentication in ASP.NET Core after Google+ API shutdown, using OpenID Connect as a replacement.
A guide for ASP.NET MVC Core developers on identifying and adding CSRF protection to an inherited codebase lacking security measures.
An introduction to creating and using templated components in the Blazor web framework for more flexible UI development.