News

Initially, it might seem that adding a SQL Server Reporting Services (SSRS) report to your ASP.NET MVC application is a relatively straightforward thing to do.
Take advantage of the open source library Serilog to log your ASP.NET Core application’s data to SQL Server or another database target.
ASP.NET MVC 5.1 has new HTML helpers that can be used to ease Bootstrap integration, as well as enum data type binding.
ASP.NET sees the session cookie and loads the session (or doesn't, and starts a new one). This is why people recommend serving static, unauthenticated resources like images from a separate domain.
Sorting, searching, and paging through table data is a common but laborious task. Here's an approach with some helpers to get you there quickly.