testing Faking .NET Framework ConfigurationSection for Unit Tests Many are now familiar with using typed configuration that's available in .net core and .net 5 with the help from Options pattern. However, if you are working on a projects
mongodb Streaming MongoDB collection to S3 with dotnet core Pipelines In this article, we will be looking into a memory-efficient way of streaming data from MongoDB collection into AWS S3 File Storage using the System.IO.Pipelines introduced in .Net Standard 2.1. I will be using MongoDB version 3.6 and going to
entity-framework Entity Framework Core Elegant Database Migrations on ECS This article is insipired by the blog post Elegant Database Migrations on ECS from Adam Stepinski. The original article guides you through setting up an application thats setup with Django Framework. I am going to presribe a method with the following technologies: ASPNET Core
wcf Migrating from SOAP to REST using Apigee Apigee is another option for converting your SOAP services to a RESTful API. I covered Azure API management in another blog post. I will use the same calculator SOAP service to create a SOAP to REST API proxy in Apigee. From the Apigee edge
wcf Migrating from SOAP to REST using Azure API Management If you’ve got legacy applications written in WSDL or SOAP, and you are planning to expose it as a rest endpoint, Azure API Management seems to be good option at the moment. Another option is apigee; Although, it seems to miss some of
dotnet dotnet aspnet core https certifcate not found error I came across this particular issue when my Mac’s account was changed from a domain associated account to a local user account. Among many other things, my dotnet aspnet core web api was failing to run at the start with the error that