Nuacht

Take advantage of connection resiliency in EF Core to detect errors and retry commands and enable your ASP.NET Core application to overcome transient faults. A high-quality application must be stable, ...
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 ...
Because any request to a given resource on a given domain -- images, scripts, stylesheets, everything -- includes all the cookies for that domain, which includes the session cookie. ASP.NET sees the ...