Posts by Nelson Francisco • 147 points
10 posts
-
0
votes2
answers92
viewsA: Problems when passing an object in an Httppost request
After trying hard and based on the hint presented I was able to solve the problem with another question I just ran into right here in stackoverflow. And I ended up implementing the following…
-
0
votes2
answers92
viewsQ: Problems when passing an object in an Httppost request
I’m creating a Dotnet API, and when I tried to test a Post request with Postman the only data coming to my controller’s method is Name and CPF. Below is an image with the request I’m making in…
-
0
votes1
answer171
viewsQ: Consuming API with Refit C#
Good guys, I’m having a little problem consuming an API. I am with an Aspnetmvc web application and need to consume an API. First with a user selection I run this method below in the controller:…
-
0
votes0
answers19
viewsQ: Multiple Dropdownlist
After doing a lot of research in the documentation and checking right here at Stackoverflow, I decided to ask. My question is the following I created two Dropdownlists. View as it is now:…
-
6
votes3
answers1299
viewsQ: Should every table have Primary key?
I believe my question is both conceptual and technical. My whole problem started when I made an SQL Server database and in it there were some tables without primary key, such tables would serve…
-
1
votes1
answer525
viewsQ: Inner Join in Procedure
I am creating a small database on SQL Server, for an ASP.NET mvc project of my course. Using ADO.NET I am creating procedures, to use in my DAL class, so far everything well has a lot of information…
-
3
votes2
answers140
viewsQ: Maximum number of classes in Java
I was doing some exercises of the course and I came up with a question. If I create a project in Eclipse and in it I will include my classes, assuming that each class is a specific exercise, each…
-
0
votes1
answer43
viewsA: How do I make a script not work in the Opera browser?
Opa, as follows: you create a variable and assign the parameter "Navigator.useragent", this variable will now hold the browser information. See the position of this information inside the String…
-
1
votes1
answer50
viewsQ: CRUD Needs the Procedure
My question is this:. When we create an ASP.NET MVC application that requires a basic CRUD. It is indispensable to use a database with procedures. Or I can do it another way ?…
-
0
votes2
answers49
viewsQ: problems with color exchange through javascript
I have a problem in javascript where each time period changes the color of an element. Follow the code below: <script type="text/javascript"> var timer = setInterval(modCor, 5000); var cor =…