Reduce the size of a JPEG image comes from a byte array using Asp.net Core
C# code for efficiently reducing the size of a JPEG image based on the quality threshold.
C# code for efficiently reducing the size of a JPEG image based on the quality threshold.
The benchmarking technique aids in calculating the performance metrics of a single or multiple sections of code in your application. Benchmark can assist you in identifying the parts of your source code that require optimization.
It's the end of 2022, and coming to a new year in your career. Many developers stay in their comfort zone with CRUD operations and basic development technologies. It is time to move with new Dotnet technologies and current industry trends and challenges in 2023.
Auditing is an essential cross-cutting feature you should implement on your production products. EF Core SavingChangesInterceptor makes it easy.
Entity framework core is a very feature-rich library, and one of the lesser-known features I want to share with you today is Global Query Filters.
ChangeTracker class helps to identify Added Items, Removed Items, and Updated Items from two different C# Lists.