Common features in ASP.NET Core 2.1 WebApi: Error handling
AnthonyGiretti sees how to handle errors with the Custom Middleware method. Common features in ASP.NET Core 2.1 WebApi: Error handling Source: ASP.NET Daily Articles
AnthonyGiretti sees how to handle errors with the Custom Middleware method. Common features in ASP.NET Core 2.1 WebApi: Error handling Source: ASP.NET Daily Articles
Damien Bowden extends the implementation of Ben Cull’s tag helper with support for Razor Pages. Is Active Route Tag Helper for ASP.NET MVC Core with Razor Page support Source: ASP.NET Daily Articles
Ankit Sharma creates a reusable grid component for Blazor called BlazorGrid which displays data in a grid and supports client-side pagination. BlazorGrid – A Reusable Grid Component For Blazor Source: ASP.NET Daily Articles
Mark Macneil provides a comprehensive guide to implementing JWT authentication flow with refresh tokens in ASP.NET Core Web API. JWT Auth flow with refresh tokens in ASP.NET Core Web API Source: ASP.NET Daily Articles
Mahesh Sabnis demonstrates how the IFromFile interface can be used to read and access uploaded files using HttpRequest in an ASP.NET Core application. File Upload in ASP.NET Core Source: ASP.NET Daily Articles
Determines the cookie name used to persist the identity. The default value is ".AspNet.Cookies". This value should be changed if you change the name of the AuthenticationType, especially if … CookieAuthenticationOptions.CookieName Property (Microsoft.Owin.Security.Cookies) Source: ASP.NET News
Anthony Giretti create an own implementation of an HttpMessageHandler by inheriting an abstract class named DelegatingHandler. How to unit test a class that consumes an HttpClient with IHttpClientFactory in ASP.NET Core? Source: ASP.NET Daily Articles
Mircea Oprea uses the StreamWriter RequestManager library to send HTTP request from an ASP.NET Core application, in an efficient way. Using RequestSender in ASP.NET Core Source: ASP.NET Daily Articles
Jeeva Subburaj demonstrates how to containerize a simple N-Tier CRUD MVC application using Docker. Containerizing N-Tier MVC .Net Framework Application with Docker Source: ASP.NET Daily Articles
Remi Bourgarel creates a package containing a Blazor component, builds it with an Azure Pipeline, and then publishes it on nuget.org. How to create a Nuget package for Blazor assembly with Azure DevOps Source: ASP.NET Daily Articles