News

I’m going to create a sample ASP.NET Core API application to show the distributed caching capabilities of ASP.NET Core. This will be a small, simple application with two end points.
An example in the documentation shows how to read and deserialize a JSON Message with just two lines of code. In ASP.NET Core ...
In a previous article, I showed how to add your own objects to ASP.NET Core's IServiceCollection during your site's startup process (and also how to retrieve those objects when you wanted them, of ...
Take advantage of Application Insights to monitor performance and detect and diagnose performance issues in your web application.
How to enable in-memory caching in ASP.NET Core The in-memory cache in ASP.NET Core is a service that you can incorporate into your application using dependency injection.
With a focus on extension points and building more robust solutions, could you provide an example of a situation where utilizing an extension point in ASP.NET Core led to a significant improvement in ...