Posts by Matheus Gonçalves • 53 points
2 posts
-
2
votes1
answer69
viewsQ: Doubt in the study of the Code First development approach
Galera I am studying the development approaches used in Entity Framework 6 the approaches Model First and Database First found good content easily on the internet and I was able to understand , but…
-
1
votes1
answer1909
viewsQ: How to convert decimal to binary with large numbers?
I am creating a program in C# language to perform conversions I am currently implementing the binary -> decimal and decimal -> binary. How can I do the conversion if user type large numbers as…