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#
Category: Computer Programming
Reference types and string variables in C#
Hello to anyone reading this! This marks the third blog post I have done on my newly created blog in regard to the C# programming language. In my first technical blog post, I mentioned value types. To recap - I wrote about char, int, double, and bool. How to declare, assign, and modify those value … Continue reading Reference types and string variables in C#
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#



