Hey Pooran, i recently encountered a problem in .net core where i need to perform a put operation on a main model and CRUD on its sub model, I was not able to achieve this at a same time as this was making a conflict between the entity tracking system, finally i added the ignore in the mapping, Do have more accurate way to achieve that thing? I will really appreciate your effort 😊😊
Great demonstration, thanks for effort.
What would be a good use case scenario for the IOptionsSnapshot and IOptionsMonitor interfaces?
Hey Pooran,
i recently encountered a problem in .net core where i need to perform a put operation on a main model and CRUD on its sub model,
I was not able to achieve this at a same time as this was making a conflict between the entity tracking system,
finally i added the ignore in the mapping, Do have more accurate way to achieve that thing?
I will really appreciate your effort 😊😊
Hi, Can you explain more with sample code?