Posts by Morilon • 1 point
2 posts
-
0
votes1
answer1228
viewsA: Relationship 1 - N Entity Framework
EF mapping, you can work in a dynamic way, you want 1-N type 1 Customer has N orders? If yes; public class Cliente { public int Id { get; set;} public string Nome { get; set;} public virtual…
-
0
votes3
answers27822
viewsA: Show/Hide with CSS only
You’ll need to put another element hidden there in the middle of the business, and use it. Something like; Creates a None display element, a checkbox, and with css you will get the checked ~…