
Berkan Sasmaz
Volosoft
Software Developer
USERNAMEberkansasmaz
PERSONAL WEBSITEhttps://berkansasmaz.com/
REGISTRATION DATE3/27/2020
SOCIALPassionate a software engineer
Posts
How to Export Data to Excel Files with ASP.NET Core Minimal API
As a developer, you may need to work with file-based data sources, and exporting data to Excel files is a common requirement in many applications. In ... Continue Reading
Rate Limiting with ASP.NET Core 7.0
In this article, we will look at what rate limiting is, why we need to use it, how the different rate limiting algorithms provided with .NET 7.0 work,... Continue Reading
How to Add Custom Properties to the User Entity
In this step-by-step article, I will explain how you can customize the user entity class, which is available in every web application you create using... Continue Reading
How to Design Multi-Lingual Entity
With a multi-lingual application, you can expand your market share, but if not designed well, may your application will be unusable. So, I've tried to... Continue Reading