Articles in this series
本文告诉大家如何使用 benchmarkdotnet 做测试。 现在在 github 提交代码,如果有小伙伴想要知道某个函数的性能,就会用 BenchmarkDotNet 进行测试。 例如我有一个函数 StooTer...
在 C# 标准性能测试 已经告诉大家如何使用 BenchmarkDotNet 测试性能,本文会告诉大家高级的用法。 建议是创建一个控制台项目用来做性能测试,这个项目要求是 dotnet framework 4.6 以上,建议是 dotnet 7...
记录一些工作中会用到的在线工具,这里汇总一下,方便后续查找。 画图 draw.io在线流程图 geogebra(数学建模软件) 开发 guid generator Clarity https://clarity.microsoft.com/
汇总记录网上看到的优质blog。 .NET modular-monolith-with-ddd: 基于领域驱动设计方法的全模块整体式应用 jasonwatmore's blogs rubiks code blogs infoworld blogs adrien...
引言 作为一个开发人员,你知道如何分析自己开发的Api性能么? 本文我将引入另外一个工具MiniProfiler, 我将讲解如何将MiniProfiler集成到.NET 8.0...
返回不同数据库类型的IDBConnection https://github.com/MiniProfiler/dotnet/issues/439 实践记录:Type.GetType()返回值为null的问题 Type.GetType()跨程序集反射 StackExchange.Profi...