Posts by Erikson Aguiar • 356 points
5 posts
-
0
votes2
answers99
viewsA: Generation of allele numbers
Try to put this line before calling the function: srand((unsigned) time(NULL)); Take a look at this old post will help you Random number range in C…
-
1
votes0
answers89
viewsQ: Error while running Xamarin project in visual Studio 2015
When I try to run my project Xaramin the following is reported error: Severity Code Description Project File Line Column Suppression State Error Exception while loading assemblies:…
-
12
votes1
answer2886
viewsA: How to represent the MVC classes in UML?
Rosberg, I made a very rough representation of how I could represent in UML, follows in the image below. Regarding the connection class to the database, the most indicated would be to use a project…
-
2
votes0
answers178
viewsQ: Error while removing data in Gridview Asp.net c#
Staff every time I try to remove a data on gridview I come across this error "The data source 'Sqldatasource2' does not support deletion unless Deletecommand is specified." this is my method of…
-
0
votes0
answers688
viewsQ: Error in Discriminator Column EF code first
I am doing a project in Asp.net, I am using classes in C# to make the connection with the bank, however, every time I try to insert a user in the bank, generates the following error: invalid…