Posts by phinheiro • 13 points
2 posts
-
0
votes2
answers555
viewsA: Do not update a particular EF Asp.net mvc field
Hello. I know it has been more than two years since the question and it has even been answered correctly, but just to clarify if someone else falls here by parachute, your error occurred because in…
-
0
votes1
answer92
viewsQ: How to perform multiple database insertions
I am a beginner and I have a code in which I need to insert multiple products inside a shopping list, however, in the code I made, it is only possible to insert one JSON at a time. [HttpPost]…