Posts by Gabriel Rodrigues Pavolin • 33 points
3 posts
-
2
votes1
answer37
viewsQ: Duplicate field ASP.NET Core MVC
Good morning I am developing a web application and in the registration part I put a CPF field but as it can not be equal to what exists in the bank it of the error, I wanted it to return an error…
-
0
votes3
answers227
viewsQ: Handling of JAVA arrays
Good morning, I am developing a very simple stock system where the items will be stored in a matrix follows code: package main; import java.io.Console; import java.util.Arrays; import…
-
0
votes1
answer33
viewsQ: How to create a Controller for the Applicationuser
Good Afternoon, I’m trying to create an administrator area to manage the database accounts, but I’m having difficulties, I have the Applicationuser class and the Loginviewmodel class: public class…