Hull Blogs

Aggregated posts from University of Hull students

C# Intermediate Series – Preparation

C# Intermediate Series – Preparation builds on the beginner’s series. However, a few areas of using the different IDEs need covering. This is important because the series begins with meth…
Read more

C# Beginners – Loops

C# Beginners – Loops; covers the basics of writing loops in C#. Looping is a fundamental part of almost every program. This tutorial assumes you are familiar with Lists, Arrays and selection. I…
Read more

C# Beginners – Lists And Arrays

C# Beginners – Lists And Arrays; Covers the basics of using lists and arrays in C#. This tutorial is part of a series. Before attempting this tutorial, you should have chosen an IDE and be comf…
Read more

C# Beginners – Try/Catch/Finally

C# Beginners – Try/Catch/Finally; covers using a try/catch block to avoid program crashes in C#. This tutorial follows on from if/else and switch statements. Before attempting this tutorial, yo…
Read more

C# Beginners – Switch Statement

C# Logo Introduction C# Beginners – Switch Statement; covers using switch statements to make decisions in C#. The tutorial builds on using if-else selection. Before attempting this tutoria…
Read more

C# Beginners – If Else Selection

C# Logo Introduction C# Beginners – If Else Selection; is a tutorial on using ‘if’, ‘else if’ and ‘else’ to perform selections in C#. This is the first …
Read more

Where I’m at.

Hello all; it’s been a while. My last blog post was August 2022. Let’s get an update. Graduation. I graduated from the University of Hull on the 21st of July 2022. I attained a 2-1 …
Read more

C# Beginners – User Input

C# Logo Introduction – C# Beginners – User Input C# Beginners Input & Selection; is a guide to taking input from the user using the Console. Next, it will cover casting between s…
Read more

C# Beginners – Using Vs-Code

Visaul Studio Code C# Logo Introduction C# Beginners – Using Vs-Code is a guide to setting up and using Visual Studio Code for C# development on Windows and Linux. I hope to add Ma…
Read more

C# Beginners Variables & Types

C# Logo Introduction – C# Beginners Variables & Types C# Beginners Variables & Types; this post looks at what a variable is and some of the data types available. This is the first …
Read more