Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Entity Framework でのモデルの作成とリバース エンジニアリング モデルの違いは何ですか?
リバース エンジニアリングでは、既存のデータベースから開始してモデルを生成します。
モデルの作成では、まずモデルを定義してから、EF にデータベース スクリプトを生成させます。