-
Using MailKit to Send Email Notifications in .Net Core
DATE:These days, most applications come with the ability to send email notifications. Sending an email in Dot Net is quite easy and can be accomplished using Simple Mail Transfer Protocol (SMTP). I have used SMTP in many of my web applications, and it is still available in .Net Core. So, why should you use MailKit? …
Using MailKit to Send Email Notifications in .Net Core Read More »
-
Implementing Active Directory in a .NET application with Multiple Roles
DATE:The need for a directory of users arises when various devices are used on the same network. It is crucial to locate the directory on one central source, known as Active Directory. It helps validate and authenticate multiple users accessing all resources on the domain with a single sign-on. In this blog, we will demonstrate …
Implementing Active Directory in a .NET application with Multiple Roles Read More »