top of page
Search
The Tech Platform
Jun 28, 2022
Filters in ASP.NET: How to use dependency injection in action filters in ASP.NET Core?
Filters are special components in ASP.NET Core that allow us to control the execution of a request at specific stages of the request...
The Tech Platform
Jan 9, 2022
Notification Queue : RabbitMQ in .NET Core
lets start the RabbitMQ server running in docker container. If you don’t have already, it will pull by default and command it: docker run...
The Tech Platform
Dec 22, 2021
Windows Forms in .NET 6.0
Accessibility improvements and fixes Making Windows Forms applications more accessible to more users is one of the big goals for the...
The Tech Platform
Dec 3, 2021
Database Setup with DbUp + Postgresql + Dapper in ASP.Net Core
When building applications in ASP.NET Core, it is essential to have a robust database system in place. One of the challenges of working...
The Tech Platform
Dec 3, 2021
How To Encrypt/Decrypt File In Chunks in .NET Core
Let’s assume we have an app that runs on customer’s device and produces diagnostic data. Device is not connected to the internet....
The Tech Platform
Nov 12, 2021
Dynamic Data Transfer Object in .Net Core
In c# to assemble property values from source to destination can be achieved by mapping source DTO properties to destination DTO class...
bottom of page