Posts by Roberson Laercio Brehm • 33 points
2 posts
-
1
votes1
answer52
viewsQ: Enumerator Random
I’m having trouble making an enumerator tube. enum Notas {A=10, B=22, C=31, D=44, E=56}; There is this solution, but I need the values of the Enumerators and here it is returning the rest of the…
-
2
votes0
answers48
viewsQ: When to use static classes?
For example within a framework, should I use static classes only for features like freight calculation, form generators, media upload? or for example I can use a static class for the MVC…