Posts by Maxwell Dalboni • 1 point
1 post
-
0
votes1
answer230
viewsQ: C# Join 3 tables using Linq?
I’m picking it up to learn C# and I’m picking it up at some points. I have 3 tables. Follow the models public class Tag { [Key] public int ID_Tag { get; set; } [Required(ErrorMessage = "Preencha o…