「C#+SQLite+EntityFramework+Linqでscaffoldしてプログラムを作る手順」です。 C#でデータベース使う時に作り方を忘れて、過去のプログラムを見返す無駄な時間を無くすため、ここに作成手順をメモします。 始める前に「dotnet --version」と「dotnet ef」コマンドで ...
csharp-sqlite - Project Hosting on Google Codeにおいて、組み込み軽量データベースSQLiteのC#移植版を開発するC#-SQLiteプロジェクトがホスティングされている。成果物のライセンスはMITライセンス。 SQLiteはSQL命令に対応した組み込みデータベース。FirefoxやThunderbirdでも ...
.NETアプリケーション開発において、データベース操作を直感的に行うための強力なツールが、ORM(Object-Relational Mapper)であるEntity Framework Core(EF Core)です。EF Coreを導入することで、SQL文を直接記述することなく、C#のオブジェクト操作と同じ感覚でデータ ...
Entity Framework (EF) is an object-relational mapper that enables you to work with relational data using domain-specific objects. This article explains how you can use Entity Framework Core with a ...
A complete implementation of the classic Pong game written entirely in SQL, running on SQLite with a C# host application. Note: This is a C# port of the original DuckPong by Thomas Zeutschler. The ...