Basic C# Programming: Test Your Knowledge

Test your knowledge of the absolute basics of C#. If you started learning C# recently but you’re still getting the syntax straight in your head, these exercises are for you. If you get stuck anywhere, check the answer, hide it … Continue reading

Posted in C#, Tuition | Tagged , , |

Help With C++/C#

Are you looking for a C++ or C# one-on-one online tutor? I’m here to help. I offer one hour of FREE online tuition via Skype; after that, you can pay for further lessons by PayPal at only 20 euros/27 US … Continue reading

Posted in C#, C++ | Tagged , , , , |

C# Float — Usage, Minimum and Maximum Values

You can represent floating point values in C# using either the float or decimal types. While decimal is more suited to financial calculations due to its smaller range but greater precision, you can use the 32-bit float to store absolutely … Continue reading

Posted in C# | Tagged , , |