A Journey from WebApi to Azure Functions
Our experience and Lesson Learned while migrating from Kubernetes to serverless Azure Functions
Our experience and Lesson Learned while migrating from Kubernetes to serverless Azure Functions
Database security is underrated topic. The majority of projects are using single user for all database calls. Doesn't matter if you have several machines accessing your database or users, everyone should access it with his own name.
Azure Function by default formats response's Json as PascalCase, let's see how we can easily format it as camelCase.
How to remove a problem or outdated nuget sources.
How to migrate a Git repository to another server.
A simple example for Dockerfile for .NET 5 web application.
.NET Core gives you plenty of options to give a proper response, however, while you work in the microservices environment it would be great to have a standard way to format data in responses. In this post, I will share with you some ideas I implemented in my recent projects.
In 2020, the project seems to be unthinkable without proper CI/CD process setup. There's plenty of platforms to satisfy anyone's taste. The only concern is to define the right strategy that fits your needs.
Choosing between ConfureAwait(true) and ConfureAwait(false) should be considered when developing UI threaded application. In web project it is not relevant and can be ignored.
I would like to share a GetInfra.WebApi.Abstractions library I'm using in my recent projects.