Skip to content

screenshot of C# code

Learn what it means to convert data from one type to another in C# (type conversion). C#, like most programming languages, has several built-in data types such as integer, string, and boolean. These classifications determine the range of values a variable of that type can hold, how the data will be stored, and what can ...continue reading "C# Type Conversion (and Coffee!)"

A friendly buddy to help you debug

Troubleshoot errors by explaining your code to a non-programmer. Logic errors can be difficult to solve. Sometimes they are difficult to find, too. The code compiles and runs, but it behaves in a way you didn't expect. One way to track down a logic error is to walk line-by-line through your code. Explain what each ...continue reading "Debugging Buddy (Rubber Duck Programming)"