The Tech PlatformJun 28, 2022.NETFilters 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 PlatformJan 9, 2022.NETNotification Queue : RabbitMQ in .NET Corelets 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 PlatformDec 22, 2021.NETWindows Forms in .NET 6.0Accessibility improvements and fixes Making Windows Forms applications more accessible to more users is one of the big goals for the...
The Tech PlatformDec 3, 2021ASP.NETDatabase Setup with DbUp + Postgresql + Dapper in ASP.Net CoreWhen 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 PlatformDec 3, 2021.NETHow To Encrypt/Decrypt File In Chunks in .NET CoreLet’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 PlatformNov 12, 2021.NETDynamic Data Transfer Object in .Net CoreIn c# to assemble property values from source to destination can be achieved by mapping source DTO properties to destination DTO class...