Tag: C#
All the articles with the tag "C#".
Guide: How to Compile and Run a Local Docker Image on an Amazon EC2 Instance
Published: at 12:27 PMThis guide provides a step-by-step process for compiling a local Docker image and running it on an Amazon EC2 instance. It includes setting up your local environment, creating an EC2 instance, installing Docker on EC2, compiling a Docker image locally, pushing the image to Docker Hub, and running the image on EC2.
Building a Quote Management Application: A Step-by-Step Guide
Published: at 05:17 PMThis blog will guide you through creating a basic quote management application using ASP.NET Core. It's an excellent project for beginners to learn web development fundamentals.