ASP.NET Core

Cover Image for Deploy .NET Apps Using Docker: A Comprehensive Guide
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 more
Cover Image for Schedule Cron Jobs in .NET using Hangfire
Schedule 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 more
Cover Image for Building Secure Apps with JWT Authentication in ASP.NET Web API
Building 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 more
Cover Image for Memory Caching in .NET - Boost your App's Performance
Memory 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 more
Cover Image for Microservices vs. Monolithic Architecture: Which One Fits Better?
Microservices 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 more
Cover Image for Dev Tunnels for ASP.NET Apps: Boost your Development
Dev 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 more
Cover Image for Send Email in ASP.NET App: A Step-by-Step Guide
Send 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