久しぶりに勉強してみようとマイクロソフトのサイトを読んでいたら、 Entity Framework 6 はすでに古いバージョンで、今は Entity Framework Core が新しいらしい。 これ、WinFormsの古いデスクトップアプリでも使えるの? EFのドキュメントはここ Entity Framework ドキュメント | Microsoft Docs チュートリアルをやってみる。 Entity Framework Core をインストールする <pre> PM> Install-Package Microsoft.EntityFrameworkCore.Sqlite C:\Users\t-saw\source\Workspaces\test\調査\Entity Framework\EFGetStarted\EFGetStarted\EFGetStarted.csproj のパッケージを復元しています... GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlite/index.json OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlite/index.json 826 ミリ秒 GET https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlite/6.0.0/microsoft.entityframeworkcore.sqlite.6.0.0.nupkg OK https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlite/6.0.0/microsoft.entityframeworkcore.sqlite.6.0.0.nupkg 5 ミリ秒 コンテンツ ハッシュ VwNbLaMpDD9s/tVmK/sivJsYoXdM3ARBjWMtFUXVExZ6AgZxPwSgILF2J4Y9C...
SQLとC#の気が付いた小さなことをメモしていきます。たまにEXCELもあり。