CI/CD For .NET with GitHub Actions and Docker


Automating .NET Deployment with GitHub Actions and Docker

Building and deploying applications is boring, repetitive, and tedious.

It also needs to be done frequently and 100% right 100% of the time.

That's why it's a perfect candidate for automation.

In my newest article, I show you how to set up a simple CI/CD pipeline for your .NET project.

Automating .NET Deployment with GitHub Actions and Docker

Save Time By Setting Up a CI/CD Pipeline For Your .NET Project

113 Cherry St #92768, Seattle, WA 98104-2205
Unsubscribe · Preferences

Roko Kovač

Do you want to receive an article every other week helping you to become a better .NET developer? Sign up for my newsletter!

Read more from Roko Kovač

Real-Time Apps in .NET with SignalR In this article, we explore how SignalR works under the hood and expand the chat app from the WebSocket article to show just how easy it is to implement advanced features. Real-Time Apps in .NET with SignalR Simple, Reliable, and Scalable Real-Time Communication Read article 113 Cherry St #92768, Seattle, WA 98104-2205Unsubscribe · Preferences

WebSocket in .NET The WebSocket protocol allows for full-duplex messaging over a single TCP connection. In my newest article, we explore the protocol, compare it to the closest alternative, and use it to implement a simple chat app in .NET 8. WebSocket in .NET Real-Time, Two-Way Communication Over TCP/IP Read article 113 Cherry St #92768, Seattle, WA 98104-2205Unsubscribe · Preferences

Server-Sent Events in .NET ChatGPT streams its chat responses using a simple HTTP request.How? Using the most elegant way of achieving server push over HTTP:Server Sent Events.In my newest article, I show you how to implement it in .NET 8. Server-Sent Events in .NET Implementing The Most Elegant HTTP-Based Push Mechanism Read article 113 Cherry St #92768, Seattle, WA 98104-2205Unsubscribe · Preferences