.NET .NET Core ASP.NET Core C# Dependency Injection Visual Studio Web API An Overview of a .NET Core Web API Application Structure In today's post I will give an overview of the structure of a .NET Core Web API application.
.NET .NET Core ASP.NET Core C# Caching Performance Visual Studio Web API Improving Performance with Response Compression of a .NET Core Web API In today's post I will show how to use response compression caching to improve performance of a .NET Core application.
.NET .NET Core ASP.NET Core C# JWT Visual Studio How to Retrieve User Context from JWT Bearer Tokens in .NET Core In today's post I will show how to retrieve Roles from JWT Bearer Tokens in .NET Core.
.NET .NET Core ASP.NET Core ASP.NET Core Identity Best Practices C# OWASP Security Visual Studio How to Implement Account Lockouts in ASP.NET Core Identity In today's post I will show how to implement account lockouts using ASP.NET Core Identity.
.NET .NET Core ASP.NET Core Containers Microservice Patterns Visual Studio Web API How to Integrate Authentication into a Microservice API Gateway In todays post I will show how to configure and implement API gateway authentication.
.NET .NET Core ASP.NET Core C# Microservice Patterns Visual Studio Web API How to Design and Configure API Microservices with the API Gateway In todays post I will show how to configure and design an API gateway for hosting your microservices.
.NET Core ASP.NET Core C# OData OpenAPI Swagger Web API Using OData within an ASP.NET Web API and .NET Core In today's post I will show how to configure OData within an ASP.NET Core Web API.
Angular ASP.NET Core Asynchronous C# HTML HTTP SPA Typescript Visual Studio Visual Studio Code Web API Downloading Content in Angular Applications In today's post I will show how to implement a file downloader within an Angular application using a .NET Core…
.NET Core ASP.NET Core Best Practices C# Moq NUnit TDD Visual Studio Web API How to Unit Test File Uploaders in a .NET Core Web API In todays post I will discuss how to develop unit tests for a file uploader Web API
.NET Core ASP.NET Core C# HTTP REST SQL Top Visual Studio Web API How to Implement a File Uploader Web API using .NET Core In this post I will show how to implement a file upload Web API using .NET Core.