Categories
Articles

ImageSharp Cheatsheet

Categories
Articles Technology

.NET Conf 2022 (.NET 7) Cheatsheet

See the highlights of .NET Conf 2022. Learn what you can do with .NET 7 and in general .NET environment this year! .NET 7 Performance .NET 7 vs .NET 6 vs .NET 5 performance .NET 7 vs Node.js vs Java Servlet requests per second performance ASP.NET Core is eleven times faster than Node.js .NET 7 […]

Categories
Articles Technology

.NET 6.0 console app – Configuration, tricks and tips

[source] One of the biggest .NET benefits is the flexibility and the portability of its features.As ASP.NET Core relies on theĀ IHostBuilder, we can do the same with a classic console application.This approach will help us to have a basic infrastructure in our application, including the support for logging, dependency injection, app settings and so on. […]

Categories
Articles

How to deploy .NET apps to Docker to Kubernetes

1. Install docker on Ubuntu source 1 2. Install Kubernetes on ubuntu Follow these steps. Important: before the command “sudo apt install kubeadm kubelet kubectl” run again “sudo apt-get update” Nick Chapsas: How to deploy .NET apps to Kubernetes Other sources: How to Host .NET Core Applications in VPS Using Docker: Link Run Docker Containers […]