Posts by FelipeDecker • 1 point
8 posts
-
0
votes1
answer22
viewsQ: The type of entity requires a primary key to be defined
I am creating a web api using the .net 5 The purpose of the application is to make a simple user registration, and in the future other types of registration I’m using an architecture DDD, and in my…
-
0
votes1
answer19
viewsQ: Convert generic to specific type in DB set
I am creating a web api using . net 5 The purpose of the application is to make a simple user registration, and in the future other types of registration I created a generic CRUD interface to be…
-
0
votes1
answer41
viewsQ: Entity framework Client For Sale
I’m having doubts about how to build the relationship between the Client and Sale classes, taking a look at the microsoft website, I was left with doubt if the class should have the navigation for…
-
1
votes1
answer31
viewsQ: Call action after a notification
On my index I have this @foreach (var item in Model) { @Html.HiddenFor(modelItem => item.id_regional) <tr> <td> @Html.DisplayFor(modelItem => item.ds_regional) </td>…
-
0
votes1
answer430
viewsA: Error generating Controller MVC 5
This mistake has already occurred in the company where I work, and we came to the conclusion that the problem is in visual studio. But since this way of generating the controller is very simple, we…
-
-4
votes1
answer828
viewsQ: DDD + CSS phone
I’m setting up a register, and on it I need to put a DDD field and next to the phone, to stay this way: Bootstrap version: 3.3.7 In the documentation exists the form-inline, but it not as expected.…
-
0
votes1
answer224
viewsQ: Show file in Solution explorer
When a file is opened in the visual studio, it hangs on the top, ai always at the end of the day has a lot of thing hanging and I wanted to know how it does so that when I click one of these files…
visual-studioasked FelipeDecker 1 -
0
votes1
answer623
viewsQ: Visual Studio Community, Professional and Enterprise
I was researching on the microsoft website about all these versions of visual studio in order to find the differences between them, but I couldn’t find anything. My university provides the visual…