Breaking change Identity UI uses the new static web assets · Issue #380 · aspnet/Announcements · GitHub
https://github.com/aspnet/Announcements/issues/380
https://github.com/aspnet/Announcements/issues/380
GitHub
Breaking change Identity UI uses the new static web assets · Issue #380 · aspnet/Announcements
In ASP.NET Core 3.0 we've moved Identity UI to use the new static web assets feature introduced in 3.0. As part of this move there are a few API breaking changes to note. Bootstrap4 is the ...
👍1
Not really for ASP.NET Core, but useful for speedup calculations. https://github.com/Sergio0694/ComputeSharp
GitHub
GitHub - Sergio0694/ComputeSharp: A .NET library to run C# code in parallel on the GPU through DX12, D2D1, and dynamically generated…
A .NET library to run C# code in parallel on the GPU through DX12, D2D1, and dynamically generated HLSL compute and pixel shaders, with the goal of making GPU computing easy to use for all .NET dev...
“Automatically handle exceptions in .NET Core API” by Jelle Verheyen https://link.medium.com/gxOBZSuH00
Medium
Automatically handle exceptions in .NET Core API
What if we could simply throw an Exception in one of our application’s layers and have MVC handle this for us?