Posts by valenca • 21 points
2 posts
-
0
votes1
answer54
viewsQ: Entity Framework trying to insert duplicate record
I am starting an application in Blazor, using Entity Framework and Mysql database. Below I will detail the Tables, Models, Context and Method that is presenting me problem: Tables:…
-
2
votes0
answers43
viewsQ: C# Blazor Cascadingparameter - Component Update
Good afternoon, I’m starting in the blazor c# I’m trying to make a contextmenu component that should be instantiated in my Mainlayout, where every child that is rendered in Mainlayout @body has…