ASP.NET Core
Deploy .NET Apps Using Docker: A Comprehensive Guide
Docker is a platform for building and deploying applications using containers. Containers allow you to package your application and its dependencies into a single, portable unit, making it easy to deploy and run your application on any machine with any operating system that has Docker installed on it. In this tutorial, we will learn how to build and deploy .NET Core applications using Docker containers.
Read moreSchedule Cron Jobs in .NET using Hangfire
In this article, we will see step by step guide to using the Hangfire library to run and schedule the background jobs from the ASP.NET Core Web Application.
Read moreBuilding Secure Apps with JWT Authentication in ASP.NET Web API
In this blog post, we will understand the concept of Authentication in .NET Core. We'll start with a brief overview of the concepts, and then move on to a more detailed discussion of how to implement Authentication in a .NET Core application.
Read moreMemory Caching in .NET - Boost your App's Performance
Improve your App's performance by using Memory Caching in .NET. Learn how to implement and use Memory Caching in .NET for faster response times. Boost your app now!
Read moreMicroservices vs. Monolithic Architecture: Which One Fits Better?
Looking for the right architecture for your web app? Learn about the pros and cons of Monolithic vs. Microservices in our in-depth blog post. Read Now!
Read moreDev Tunnels for ASP.NET Apps: Boost your Development
In this article, we will introduce Dev Tunnels which is a port forwarding feature provided by Microsoft which can be used as a part of ASP.NET Core Web Projects. Port Forwarding enables the connections between the systems which cannot directly access each other. Port Forwarding is also sometimes called Port Tunnelling or Web Tunnelling.
Read moreSend Email in ASP.NET App: A Step-by-Step Guide
In this article, let's take a look at the step-by-step process for sending an email from the ASP.NET Core app. For this tutorial, we will be creating a new ASP.NET Core WEB API with Microsoft .NET 6 using Visual Studio 2022 and using GMAIL as the SMTP server to send the email.
Read more