Sending Test Emails Using smtp4dev
Many applications nowadays send emails to their users for a wide range of reasons – email confirmation, password reset, etc. It is inevitable that as a devel...
Many applications nowadays send emails to their users for a wide range of reasons – email confirmation, password reset, etc. It is inevitable that as a devel...
At the beginning of this month I challenged myself to learn more about Domain Driven Design. I have come across this topic multiple times but had never focus...
In the previous post we added user registration to our identity server project. Now that we have most of the functionality working we can now move everything...
In the previous post we added an MVC client to our project and protected it using our identity server. In this post we are going to add user registration fun...
In the previous post we added support for users to login to our identity server using ASP.NET Core Identity and Entity Framework. In this post we are going t...