Skip to content

Optimize Queries #404

Closed
Closed
@btecu

Description

@btecu

There are a few improvements that can be done to the auto generated endpoints:

  • GET endpoints could have .AsNoTracking() added to the query
  • DELETE endpoints could do .Attach() -> .Remove() instead of .Get() -> .Remove() to avoid making two calls
  • UPDATE could possibly be improved similarly to DELETE

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions