python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to mark an Azure AD B2C App as Publisher Verified
I have a working Xamarin Forms app that uses Azure AD B2C to login to providers such as Microsoft, Google, LinkedIn, Apple, etc. The login process works smoothly except that I get the message "Le...
sidsud
Votes: 0
Answers: 2
Email verification theory - Looking for general guides
This is just a general question on how Email verification can commonly be carried out in a secure way in web apps (I am targeting nodejs based frameworks, but I don't want any framework specific code,...

Ashwin Shenoy
Votes: 0
Answers: 0
I have an int filled out by the user on the console and I need to check if the input given was a non number. How to I do that?
Java. In brackets you see what I want to do.
if (variableThatIsAnInt != [intType])
System.out.println("invalid option");
Marcus Lobo
Votes: 0
Answers: 1