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

Blog

How to delete items in bulk from Cosmos DB

  • June 10, 2022 June 13, 2022
  • by Alexander

Cosmos DB is cool and SQL API makes it natural for SQL server users, however there are limitation such as deleting items by query. In this post let's see what are solutions can be used for bulk deletion.

Keep reading “Template: More Tag” →

Solved: Azure Function Could not load file or assembly System.Diagnostics.Tracing, Version=5.0.0.0 after migrating to .NET 6

  • April 26, 2022 April 26, 2022
  • by Alexander

In this post we are going to talk about solution for the issue: Could not load file or assembly 'System.Diagnostics.Tracing, Version=5.0.0.0' after migrating to .NET 6

Keep reading “Template: More Tag” →

Konso launch

  • February 19, 2022 February 19, 2022
  • by Alexander

I delighted to share one of our currently biggest projects went live.

Keep reading “Template: More Tag” →

A Journey from WebApi to Azure Functions

  • January 20, 2022 January 20, 2022
  • by Alexander

Our experience and Lesson Learned while migrating from Kubernetes to serverless Azure Functions

Keep reading “Template: More Tag” →

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” →

Posts navigation

1 2 3

Recent Posts

  • Solved: Invalid combination of TargetFramework and AzureFunctionsVersion is set
  • When Clouds Clash: Understanding Kubernetes Cluster Failures and How to Overcome Them
  • Collecting .NET API metrics with Konso
  • Applying Value Tracking for your .NET 7 application with Konso
  • How to disable object model validation .NET 7

Categories

  • Azure
  • Architecture
  • .NET Core
  • Certification
  • DevOps
  • How-to
  • Azure Functions
  • Serverless
  • Cosmos DB
  • Security
  • Thoughts
  • Kubernetes
© Copyright 2023, Alexander Lvovich. Theme by Colorlib
I use cookies and similar technologies on our website to enhance your browsing experience and analyze website traffic. By clicking "Accept," you consent with my Privacy Policy to the use of these technologies.
Accept