How to Fetch Data from Database with gRPC Protobuf in ASP.NET Core
In this tutorial, we'll dive into the world of high-performance data retrieval in ASP.NET Core using gRPC Protocol Buffers (Protobuf). If you're tired of slow data transfers and want to optimize your applications, this video is for you!

How to Create Login Page with Minimal API .NET 6
This explains about how you can create login page with database in .NET 6 minimal API. I have create html page and then call minimal API and then pass username and password for authenticating the user.

How to Use Static file in .NET 6 Minimal API
This video explains how to add static files in .NET 6 minimal API. Here we need to configure static files configuration in Program.cs class. Static files, such as HTML, CSS, images, and JavaScript can be add and configure with .NET 6 minimal API project.

How to Login with Twitter Authentication in ASP.NET Core
Here I have explain how to login with Twitter authentication in ASP.NET Core. This video shows the step by step description to add a Twitter login in your ASP.NET Core application.
