In today’s interconnected digital landscape, Restful APIs are the backbone of countless applications, enabling seamless communication and data exchange between different systems. For developers building services with ASP.NET Core, adhering to best practices is crucial for creating robust, scalable, and maintainable APIs. This article summarizes key guidelines to help you design effective Restful APIs within …
Restful API
Asp.Net Core 2 Logging With Serilog And Microsoft SQL Server Sink
In this post, I’m going to describe how we can configure Serilog with Asp.Net Core 2 web and Api projects. I also configure Serilog to work with SQL Server database to store the logging information. Then I’ll write an extension method and use the built-in exception handling middleware to log exceptions in production environments. What …