Posts by Gabriel • 21 points
2 posts
-
1
votes2
answers183
viewsQ: Can I use C# (through Visual Studio) to develop a program for Mac/OSX?
I wonder if Visual Studio (through a computer running Windows and the C#language) can create an administrative program (simple, for 1 user, involving only one database interaction) for a computer…
-
1
votes4
answers110
viewsQ: Why this division in the class instantiation in C#?
In the book "Use the Head - C#", the author declares classes in a way that I did not understand their usefulness, according to the example: public partial class Form1 : Form { Farmer farmer; public…