摘要:
本文环境为.Net5 + ASP.Net Core Web API + EFCore 5.0.12 + MySQL 5,介绍了使用EFCore开启数据库连接池的2种方法,以及它们之间的区别。 在实现了自己的DbContext之后,需要在Startup.cs的ConfigureServices方法中注 阅读全文
摘要:
使用SuperSocket做WebSocket服务器开发需要引用包SuperSocket.WebSocket.Server,本文简称SuperWebScoket。 本文环境为.Net5 + ASP.Net Core Web API + SuperSocket.WebSocket.Server 2.0 阅读全文
摘要:
本文背景:在使用Prism框架的WPF中,直接为ContentControl设置Background不起作用。 参考资料:ContentControl in ControlTemplate does not show Border nor Background。 1、问题原因 ContentCont 阅读全文