Learn about how we have implemented bundling and minification in ASP.NET Core with the help of bundleconfig.json, the BundlerMinifier package, and gulp.
In this article, we show how to add error monitoring and detailed logging to an ASP.NET Core application with PostSharp Logging, Serilog, and elmah.io.
Get an introduction to monitoring .NET and .NET Core applications with the auditing framework Audit.NET and AWS Quantum Ledger Database (QLDB).
This article will introduce you to the three major mocking frameworks for .NET: NSubstitute, Moq, and FakeItEasy. Get help deciding which one to choose.
In this article, we will show how you can wrap a JavaScript library in Blazor and thereby getting that one feature into Blazor WebAssembly.
Get an overview of the best Facebook and LinkedIn groups to be a part of. Stay updated on new blog posts and ask questions or help other .NET developers.
In this post I'll share some of the lessons learned migrating elmah.io's 25 Azure Function apps and 5 web apps to ASP.NET Core.
Learn how to update Razor files with ASP.NET Core without having to compile and restart the project. This post will go through the multiple ways possible.
Learn about how to secure your ASP.NET Core APIs with OAuth 2.0 and JSON Web Tokens without using third-party services like IdentityServer, Okta, and Auth0.