One of the biggest problem I always had with both Lambda and Azure Functions was that they introduce cloud specific … More
Category: .NET Core
.NET Core config transforms for collections in different environments
The final solution can be found in Github if you want to check it out. .NET Core’s configuration system is … More
ASPNETCore Health check for DynamoDB
ASP.NET core offer health checks Middlewares for reporting health of an application and its different components. You can expose the … More
Azure functions – Blob storage trigger to Process CSV in C#
Every time a CSV file is uploaded to Azure blob storage we want to run an Azure function that will process the CSV and upload data to Azure table storage. We will be using Visual Studio 2017 and Azure Storage explorer for development and testing locally.
.Net Core Web development using Blazor on Server and C#
Blazor is an experimental .NET web framework using C# and HTML that runs in the browser. We will be looking … More