-
Best Practices for Performance Optimization in .NET Applications
DATE:At MetaSys, we had the opportunity to transition a legacy application, initially constructed with the .NET Framework 1.0, to the more modern .NET Core. We put into practice some of the relevant strategies detailed in this blog post. In a landscape where both the application and the business are in a state of evolution, the …
Best Practices for Performance Optimization in .NET Applications Read More »
-
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 »
-
Overview of Swagger
DATE:Testing web APIs is indeed a challenging task, especially when compared to testing traditional user interfaces. The absence of a graphical interface makes it difficult to test the functionality and reliability of an API, which can lead to potential issues and a poor user experience. This is where Swagger comes to the rescue. Swagger is …
-
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 »