News

Key Takeaways Understanding and using Unit Tests correctly are important for your ASP.NET Core Web API solutions Learning about and using Mock data for your unit testing will allow you to have ...
Take advantage of the built-in correlation IDs in Web API to track HTTP requests that flow through multiple back-end services ...
Take advantage of security headers in ASP.NET Core MVC 5 to protect your website against cross-site scripting, code injection, clickjacking, and other attacks.
However, while a seemingly simple topic, there are all kinds of caching approaches and associated techniques. For example, Microsoft's "Overview of caching in ASP.NET Core" documentation specific to ...
ASP.NET Core makes building RESTful services easy and comfortable, says Joydip Kanjilal, who shows how to do just that in this article, complete with code samples and screenshots.