Top

Tag: ASP.NET Core 7


Computing, Software & Applications

How to improve API security in ASP.NET Core

August 31, 2023

Via: InfoWorld

Because our APIs handle private and sensitive data, it is imperative that we adopt proven strategies to secure them. We have many ways to secure APIs, starting with firewalling them behind an API gateway and accessing them over secure connections. […]


Computing, Software & Applications

How to use request decompression in ASP.NET Core 7

April 27, 2023

Via: InfoWorld

Minimal APIs in ASP.NET Core allow you to easily create RESTful APIs with minimal code and configuration. No matter what type of API we build, it is always important to minimize the amount of data transferred over the network, which […]