Entity Framework

From MgmtWiki
Revision as of 19:03, 22 June 2021 by Tom (talk | contribs) (Created page with "==Full Title== This wiki page is about the Microsoft ORM called Entity Framework including best practices and troubleshooting on ASP.NET. ==Context== The context is a ASP...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Full Title

This wiki page is about the Microsoft ORM called Entity Framework including best practices and troubleshooting on ASP.NET.

Context

The context is a ASP.NET Core package version 5 or up that is deployed as a complete package.

Problems

Entity Framework assumes a configuration which makes it easy to get running, but hard to adapt to other environments.

Troubleshooting

References