Posts by Iury Pereira • 41 points
2 posts
-
0
votes0
answers57
viewsQ: Identity ASP.NET Core, error "Cannot create a Dbset for 'Usuario' because this type is not included in the model for the context"
I’m starting to learn Asp.Net Core, and I’m trying a problem regarding a user registration, because when I try to create it returns an internal error with the message "Cannot create a Dbset for…
-
4
votes1
answer138
viewsQ: Take two values from Arduino and display in C#
I have two Ultrasonics linked in my Alpha, and I’m using this code to read their values normally: #include <Ultrasonic.h> Ultrasonic ultrasonic(11, 12); Ultrasonic ultrasonic1(8,9); const int…