Posts by Matheus Jouan • 59 points
6 posts
-
0
votes1
answer33
viewsQ: Visualcode - Suggestion
I’m starting a project using Javascript, in which the suggestion (Ctrl + Space) is not working completely. By putting "." or pressing Ctrl + Space it only shows a single option (summarized) and I…
-
0
votes2
answers53
viewsQ: Doubt to Bring a Details of Two Tables MVC5 Entityframework 6.2
I’m studying ASP.NET MVC5 for college, and I came across a problem, I have three tables: Usuario, PessoaFisica, Endereco. My problem is this, when I’m right in the system, I can only bring the…
-
1
votes1
answer35
viewsQ: Bring value Dropdownlist ASP.NET MV5
I’m bringing a dropdown of a table of Physicians in the View and it brings normally, but I want to take the value of it (Selected name) in the jQuery to bring other information after selected. But…
-
0
votes1
answer198
viewsQ: Nuget Visualstudio Problem
I have a problem. Until yesterday it was not, everything was normal. Today when I went to activate a Migration, add or update, is giving this error in the console. Enable-Migrations : It is not…
-
1
votes0
answers72
viewsQ: Inserting data into two tables in a single form
Hello, good morning, good morning! I am studying Webform in college, and I have a question to enter a value of a single form page for two Tables. In case to exemplify, I have two tables "Person" and…
-
1
votes1
answer77
viewsQ: C# - Collections - Enigma Exercise
Hello, I was making a college exercise list and I came across this exercise, where you have a part of the code and it asks you to find out what code structure it belongs to. In my view, this seems…