The .NET Core ORM Cookbook
  • Home
  • ORMs
  • FAQ
    • Standard CRUD scenarios
    • Operations on a single entity type
    • Operations on sets
    • Operations on a graph of multiple entity types
    • Operations on immutable entities
    • Handling failures and exceptions
    • Operations with a Foreign Key based Lookup Table
  • Fetching data scenarios
  • Advanced scenarios
  • Sorting scenarios
  • Stored procedure scenarios
  • Auditing and history scenarios
  • Multi-Tenancy scenarios
  • Unknown Database scenarios

Made with DocNet
 
The .NET Core ORM Cookbook
  • Home
  • /
  • Standard CRUD scenarios

Standard CRUD scenarios

Please select one of the topics in this section:

  • Operations on a single entity type
  • Operations on sets
  • Operations on a graph of multiple entity types
  • Operations on immutable entities
  • Handling failures and exceptions
  • Operations with a Foreign Key based Lookup Table

The ORM Cookbook. Visit us at GitHub.