ASP NET Core razor pages introduction
Build web applications using ASP.NET core Razor Pages. If you are a foodie like me, I am sure you wi ...View More
Azure Functions: Step by Step Project
In this step by step project, we show you how to use Azure Functions to call the Stack Overflow API ...View More
Forgot password in asp net core
How to implement forgot password functionality in asp.net core mvc Text version of the video ...
ASP NET Core email confirmation
How to implement email confirmation in asp.net core. Text version of the video ...
Docker Compose with .NET Core & SQL Server (Step by Step)
In this step by step tutorial, we show you how to use Docker Compose to spin up a .NET Core API with ...View More
Create google oauth credentials Client Id and Client Secret
To be able to integrate and use google authentication in our asp.net core application, we have to fi ...View More
Step by step - Run and Connect to SQL Server in Docker
In this video we show you how to spin up an instance of SQL Server in Docker, then connect into it u ...View More
Create custom authorization policy using func in asp net core
why and how to create a custom authorization policy using a func in asp.net core Text version of the ...View More
Manage user claims in asp net core
How to manage user claims i.e add or remove claims for a user in asp.net core using the identity api ...View More
Manage user roles in asp net core identity
How to add or remove roles for a given user using the asp.net core identity api Text version of the ...View More