Send Email in ASP.NET Core using MailKit with Attachments Today in this article, we will see how to use MailKit a C# .NET library. We...
Continue ReadingC# NPOI – How to Read and Write Excel files in .NET
C# NPOI – How to Read and Write Excel files in .NET Today in this article we shall see how to use NPOI to perform...
Continue ReadingRead CSV files in C# .NET Core with examples
Read CSV files in C# .NET Core with examples Today I am going to talk about a few simple approaches to Read CSV files in...
Continue ReadingRESTFul API Unit Testing – Best Practices
Today in this article, we will learn RESTful API Unit Testing – Best Practices. The recent popularity of frameworks like RESTful services (WebAPI) is getting...
Continue ReadingHow to Get the Current User in ASP.NET Core
This article explains an easy approach on how to get the Current User in ASP.NET Core. You may find a need to get a logged-in...
Continue Reading