Posts by Diego Penha • 94 points
2 posts
-
2
votes1
answer160
viewsQ: A3 Web Application and Token without Local Installations
My goal is a web system that serves as a bridge between a government service and the user, abstracting access and data exchange. The user would access my web system and could perform actions, such…
-
5
votes3
answers297
viewsA: Concatenate and convert string array into int
The method Join of the object String may be useful. It takes as parameter: A separator for the final result (in your case it is a string empty since it wants to unite everything in one string only);…
c#answered Diego Penha 94