2021-07-01から1ヶ月間の記事一覧

メモ:Google.OrTools

NuGet Gallery | Google.OrTools 9.0.9048 About OR-Tools | Google Developers Vehicle Routing | OR-Tools | Google Developers

Internal retry logic providers in SqlClient の動作確認

SqlClient の内部再試行ロジック プロバイダー - ADO.NET Provider for SQL Server | Microsoft Docs を試したのでログ貼っとく。 環境は .NET 5.0 Microsoft.Data.SqlClient 3.0.0 SqlClient での構成可能な再試行ロジック構成ファイル - ADO.NET Provider …

メモ:Azure SDK .NET スレッドセーフ

.NET Azure SDK Design Guidelines | Azure SDKs ✅ DO be thread-safe. All public members of the client type must be safe to call from multiple threads concurrently. Azure SDK for .NET でのスレッド セーフ | Microsoft Docs

xUnit.NET の パラレルテスト と SQL Server (Local DB) で bacpac から import のメモ

上手くいくかは未検証! データは、if exists drop database + import bacpac で考える。 ※楽だから Local DB 前提で書いたけど、Local DB じゃなくても問題無さそう。 テスト側ではトランザクション制御出来ない前提。 Web App とかで HTTP 跨ぐようなイメ…