Alex's Coding Blog
  • Home
  • About
  • Projects
  • Contact me

Blog

Creating a user for Azure SQL Server database

  • November 01, 2021 November 01, 2021
  • by Alexander

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.

Keep reading “Template: More Tag” →

Replace the default Azure Function Json pascalCase formatter with camelCase

  • July 19, 2021 July 19, 2021
  • by Alexander

Azure Function by default formats response's Json as PascalCase, let's see how we can easily format it as camelCase.

Keep reading “Template: More Tag” →

Fixing "The tool package could not be restored" error while updating EF tools

  • March 15, 2021 March 15, 2021
  • by Alexander

How to remove a problem or outdated nuget sources.

Keep reading “Template: More Tag” →

Copy Git repository with branches to another server

  • March 14, 2021 March 14, 2021
  • by Alexander

How to migrate a Git repository to another server.

Keep reading “Template: More Tag” →

Dockerfile for .NET 5 web application

  • January 13, 2021 January 13, 2021
  • by Alexander

A simple example for Dockerfile for .NET 5 web application.

Keep reading “Template: More Tag” →

How to format response data for your Web API in ASP.NET Core

  • March 28, 2020 March 29, 2020
  • by Alexander

.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.

Keep reading “Template: More Tag” →

How to deploy a Vue.js app to Azure Kubernetes Service

  • January 10, 2020 January 28, 2020
  • by Alexander

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.

Keep reading “Template: More Tag” →

GetInfra WebApi Abstractions introduction

  • November 20, 2019 January 09, 2020
  • by Alexander

I would like to share a GetInfra.WebApi.Abstractions library I'm using in my recent projects.

Keep reading “Template: More Tag” →

Suppress CA2007 ConfigureAwait warning in ASP.NET Core

  • November 11, 2019 January 10, 2020
  • by Alexander

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.

Keep reading “Template: More Tag” →

Working with Identity Server Local Apis

  • November 04, 2019 November 04, 2019
  • by Alexander

It can be a good idea to centralise user related endpoints in one place, and if having Identity Server in your infrastructure can be the right place for it. However, it can be not that trivial like it may seem. In this post I will describe the configuration needed for running local Api's on Identity Server.

Keep reading “Template: More Tag” →

Posts navigation

1 2 3

Recent Posts

  • Easily track and troubleshoot errors in your .NET 7 web app using Konso's logging feature
  • How to disable object model validation .NET 7
  • Keep Your Passwords Safe: 5 Tips for Protecting Yourself After the Latest LastPass Data Breach
  • How to ping from .net application container
  • Freelancing myths you should consider before dive in

Categories

  • Azure
  • Architecture
  • .NET Core
  • Certification
  • DevOps
  • How-to
  • Azure Functions
  • Serverless
  • Cosmos DB
  • Security
  • Thoughts
© Copyright 2023, Alexander Lvovich. Theme by Colorlib