Posts by Beetlejuice • 113 points
2 posts
-
0
votes0
answers36
viewsQ: Standard for Boleani methods
Dear, which pattern should I use to name methods that return a bolean (true or false) ? For example, I have a method that checks if the invoice is overdue. Possible names I thought: Billed Invoice…
-
1
votes1
answer401
viewsQ: Standard Asp.net MVC authentication
I’m starting studies on Asp.net MVC, and wanted to know where the visual studio creates the database and tables when choosing the standard MVC project. It seems that it already creates all the…