Glimpse diagnostics platform which is full compatible to ASP.NET Core

淺唱寂寞╮ 提交于 2019-12-05 06:58:08

I'm using https://miniprofiler.com/dotnet/AspDotNetCore.

It can profile MVC and Entity Framework and it has an UI representation via a Tag helper

You can try https://stackify.com/prefix/ - although it is a self hosted web app so it is not as "deployable" / works best on local development. It uses profiling so it is less intrusive on the code stack.

Core: http://support.stackify.com/hc/en-us/articles/209962473-Using-Prefix-with-ASP-NET-Core-Kestrel

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!