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

Blog

How to disable object model validation .NET 7

  • January 12, 2023 January 12, 2023
  • by Alexander

With the release of a new version of .NET, compatibility requirements may also change, and upgrading projects may not always be seamless.

Keep reading “Template: More Tag” →

Easily track and troubleshoot errors in your .NET 7 web app using Konso's logging feature

  • January 12, 2023 January 12, 2023
  • by Alexander

With Konso's logging integration, our .NET 7 web application is now even more robust. This powerful feature gives us detailed insights into the app's performance, making it easier to identify and fix any issues that arise.

Keep reading “Template: More Tag” →

How to ping from .net application container

  • December 10, 2022 December 10, 2022
  • by Alexander

Sometimes in order to debug kubernetes internal network configuration, the simplest way is to use legacy tools. Let's see how quick it can be done in pod.

Keep reading “Template: More Tag” →

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

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

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

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

Posts navigation

1

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