.NET .NET Core C# Visual Studio Using Extension Methods in a .NET Core Application In today's post, I will show how to use extension methods within a .NET Core application.
.NET .NET Core Azure Azure App Services Azure Storage Azure Web Job Azure WebJob C# Kudu PaaS Visual Studio How to Deploy a .NET Core WebJob Application to Azure In today's post I will show how to deploy a .NET Core WebJob console application to Azure.
.NET .NET Core Azure Azure App Services Azure Web Job Azure WebJob C# Dependency Injection PaaS SQL Visual Studio How to Extend an Azure WebJob to Access SQL Data In today's post I will show how to extend an Azure WebJob to access SQL data.
.NET .NET Core Azure Azure App Services Azure Storage Azure WebJob C# PaaS Visual Studio How to Create an Azure App Service WebJob with .NET Core In today's post I will show how to create a web job within an Azure App Service.
.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 .NET Core Best Practices C# Dependency Injection Patterns Visual Studio Using the IOptions Pattern in a .NET Core Application In today's post I will show how to use the IOptions pattern to provide settings within a .NET Core application.
.NET Core ASP.NET Core Identity C# Entity Framework Core OpenAPI Swagger Visual Studio Web API How to Migrate from a .NET Core 2.0 Web API to .NET Core 3.1 (Part 3) In today's post I will show how to upgrade from a .NET Core 2.0 web API to a .NET Core…
.NET Core C# Entity Framework Core OData OpenAPI Visual Studio Web API How to Migrate from a .NET Core 2.0 Web API to .NET Core 3.1 (Part 2) In today's post I will show how to upgrade from a .NET Core 2.0 web API to a .NET Core…
.NET Core C# Entity Framework Core JWT MVC Visual Studio Web API How to Migrate from a .NET Core 2.0 Web API to .NET Core 3.1 (Part 1) In today's post I will show how to upgrade from a .NET Core 2.0 web API to a .NET Core…
.NET Core Best Practices C# OWASP Security SQL Applying OWASP Principles in a .NET Core Application In today's post I will show how to apply OWASP Principles in a .NET Core application.