Take advantage of the open source library Serilog to log your ASP.NET Core application’s data to SQL Server or another database target. Logging is an essential feature for any application, as it is ...
If you’ve never deployed a website with the Apache web server, you’re about to learn how. Every so often, taking a step back and going through the basics is good. It not only helps to ground me as a ...
Using session is fragile, it's non-scalable both on the client (meaning the user can no longer use multiple tabs to parallelize processes) and on the server (for obvious reasons), and it fools you ...