Hello to everyone and anyone reading this. First, I would like to thank everyone for spending their time reading this post. Sorry it has taken me a while to get around to writing this. I try to sit and write when I feel inspired and with my life it is hard to dedicate the time … Continue reading Integral Numeric Types in C#
Tag: Computer Programming
Conversions in C#
Hello anyone who reads this! In the previous blog post, I wrote about built-in type variables in the C# programming language. In this blog post, I will be writing about converting variables to another type. C# is a statically typed language at compile time. Essentially, after a variable is declared, it cannot be declared or … Continue reading Conversions in C#
Variables in C#
If you have any experience with computer programming languages like C, C++, or Java this will seem familiar to you. In C#, there are two main kinds of types, reference types and value types. In the sake of this blog post, we will be talking about value types which directly contain their data. Particularly, we … Continue reading Variables in C#


