Remember don’t over engineer, but if the request comes to place be sure to checkout this nifty resilience and transient-fault-handling library.
Tag: aspnetcore
MemAnalyzer v2.5 Released
Your toolbox just has got a little bigger, check out this command line MemoryProfiler
Troubleshooting ASP.NETCore Startup in IIS
If you run into a generic error message while starting your ASP.NET Core application after publishing to IIS, check out this blog post
How to troubleshoot: “An error occurred while starting the application” in ASP.NET Core on IIS
A FLUENT UNIT TESTING LIBRARY FOR ASP.NET CORE MVC
This fluent extensions for ASP.NET Core seem rather interesting.
ASP.NET Core RESTful Web API versioning made easy
Scott Hanselman shares how you can do version in ASP .NET Core Web API
http://www.hanselman.com/blog/ASPNETCoreRESTfulWebAPIVersioningMadeEasy.aspx
How to get the SQL Query from EFCore in aspnetcore
Introducing the ASPNET Async Session State Module
Injecting services into ValidationAttributes in ASP.NET Core
This post describes how to use dependency injection with ValidationAttributes in ASP.NET Core, and the process I took in trying to figure out how!
http://andrewlock.net/injecting-services-into-validationattributes-in-asp-net-core/