core

  1. mavbeez

    Pulling a view to compare against post data and add to db POST in Web API

    Hi, This is a quick question about Core 5 web api with entity framework. The API is attached to a SQL db that needs to do CRUD operations on it dependent on a Angular 11 client app. In addition to the CRUD operations, which are all working provisionaly, I also have a view present on the same DB...
  2. skl2021

    Question Why Memory and ReadOnlyMemory are struct?

    Why the types Memory and ReadOnlyMemory are struct instead of class? As they generally are used on asynchronous calls and are moved to the heap.
Back
Top Bottom