Open in app
Home
Notifications
Lists
Stories

Write
Georgi Kamacharov
Georgi Kamacharov

Home

Pinned

ASP.NET Core Exception Middleware

Microsoft documentation defines ASP.NET Core middleware as “software that’s assembled into an app pipeline to handle requests and responses”. The way I like to think about it — it’s a piece of logic that executes on every request. Introduction In this specific story, we will look at how to setup an…

Dotnet

4 min read

ASP.NET Core Exception Middleware
ASP.NET Core Exception Middleware

Pinned

Terraform Azure DevOps Build and Release pipelines

If you use Terraform to manage your infrastructure as code, Azure DevOps for your continuous integration and continuous deployment (CI/CD) needs and you would like to combine the two, then this is the post for you. Introduction For the sake of keeping this post concise and to the point, I’m not…

Terraform

6 min read

Terraform Azure DevOps Build and Release pipelines
Terraform Azure DevOps Build and Release pipelines

Pinned

Dependency Injection (DI) in .NET Core and .NET 5 (C#) Unit Tests

Introduction Now that you have written your initial code and logic, you are ready to start writing some unit tests. Wouldn’t it be nice if you could just copy and paste your Startup.cs Dependency Injection (DI) setup and use it in your tests project? This post will help you get there. Assumptions …

Dotnet Core 3

3 min read

Dependency Injection (DI) in .NET Core and .NET 5 (C#) Unit Tests
Dependency Injection (DI) in .NET Core and .NET 5 (C#) Unit Tests

Mar 29

Simple GitHub actions reusable workflow using .NET 6

If you’re like me and wanted to get more into GitHub actions, and ever wondered if you can reuse a workflow, then I hope this post helps you. One of the best benefits of GitHub Actions’ reusable workflows is avoiding duplication. And that is exactly what I wanted to do. …

Dotnet

3 min read

Simple GitHub actions reusable workflow using .NET 6
Simple GitHub actions reusable workflow using .NET 6

Published in C# Programming

·Mar 28

Simple GitHub actions reusable workflow using .NET 6

If you’re like me and wanted to get more into GitHub actions, and ever wondered if you can reuse a workflow, then I hope this post helps you. One of the best benefits of GitHub Actions’ reusable workflows is avoiding duplication. And that is exactly what I wanted to do. …

Dotnet 6

3 min read

Simple GitHub actions reusable workflow using .NET 6
Simple GitHub actions reusable workflow using .NET 6
Georgi Kamacharov

Georgi Kamacharov

Sr. Software Engineer

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable