Articles tagged DotNet

23 August 2021
23 August 2021

Change Delete Behavior and more on EF Core

0
4
Entity Framework had objects called conventions. These objects can be used to make configurations on the entity framework context to change its default behavior. Two examples of behaviors we usually configure are the pluralize behavior for object names and delete cascade for foreign keys. Entity Framework Core, on the other hand, doesn’t have conventions. How … Read more
19 July 2021
19 July 2021

.NET Community: Where and how can we find help

0
3
I was developing some personal .NET projects when I faced some problems. Probably they are usual problems during a .NET development, but I had to ask some questions on the .NET Community. Where could I ask some .NET questions? First place I looked for was TechCommunity. However, to my surprise,  TechCommunity doesn’t have a hub … Read more