Cory Koseck site navigationSkip to content
  • Home
  • About me
  • Portfolio
  • Blog
  • Tutorials
    • Tutorial Directory
  • Contact
Search

Cory Koseck

Programmer, Game Developer

Tag: tutorial

Programming in C#, Part 11: Async, Tasks, & Threads

Hello everyone! Well this is awkward huh? It’s been a few years since I updated this particular series. Even when…

Continue reading "Programming in C#, Part 11: Async, Tasks, & Threads"…
28 Sep 2021 Comments: 0

Using Unity: Passing References

New to C#? Stop! Before you go on, I highly suggest you learn the basics of C#. It is important…

Continue reading "Using Unity: Passing References"…
20 Feb 2020 Comments: 0

Using Unity Preface: What Are Vectors?

We’re getting into a little bit of math today, which we’ll need to in order to understand some fundamentals in…

Continue reading "Using Unity Preface: What Are Vectors?"…
16 Nov 2018 Comments: 0

Programming in C#, Part 1: Setup/Basics (Variables & Functions)

Hello and welcome to my set of tutorials for programming in C#. Ideally I’d like to make this a series…

Continue reading "Programming in C#, Part 1: Setup/Basics (Variables & Functions)"…
7 Mar 2018 Comments: 1

Programming in C#, Part 2: Keywords and Logical Operators

Here we are, back again. Ready to learn some more about programming? I hope so, otherwise I don’t know why…

Continue reading "Programming in C#, Part 2: Keywords and Logical Operators"…
9 Mar 2018 Comments: 1

Programming in C#, Part 3: If Statements, Switches, and Enums

So this lesson is gonna contain a lot of very important information, and you will use these concepts throughout programming…

Continue reading "Programming in C#, Part 3: If Statements, Switches, and Enums"…
23 Mar 2018 Comments: 0

Programming in C#, Part 4: Arrays, Lists, & Loops (Oh My!)

So we’re on to our next important subject, arrays and lists, along with loops. These are things you’ll use a…

Continue reading "Programming in C#, Part 4: Arrays, Lists, & Loops (Oh My!)"…
27 Mar 2018 Comments: 2

Programming in C#, Part 5: Classes, Structs, & Interfaces

Hello again, and welcome to one of the more important concepts you’ll need to know about. We’ll be talking about…

Continue reading "Programming in C#, Part 5: Classes, Structs, & Interfaces"…
6 Apr 2018 Comments: 2

Programming in C#, Part 6: Static & Extension Methods

Welcome to our next tutorial about the static keyword, which has nothing to do with electricity. This keyword has a…

Continue reading "Programming in C#, Part 6: Static & Extension Methods"…
5 Jun 2018 Comments: 2

Programming in C#, Part 7: Delegates & Lambdas

Long time no see, unless you’re binging these tutorials, then it’s been no time at all. But today we will…

Continue reading "Programming in C#, Part 7: Delegates & Lambdas"…
17 Jul 2018 Comments: 2

Programming in C#, Part 8: Data Structures (Generics & Recursion)

This is gonna be a hefty tutorial. There’s a lot of subjects to cover with data structures, we’re going to…

Continue reading "Programming in C#, Part 8: Data Structures (Generics & Recursion)"…
27 Jul 2018 Comments: 0

Programming in C#, Part 9: Encapsulation & Properties (Namespaces Too!)

We’ll be talking about the practice of encapsulation, and mixing in the use of properties as well. You will want…

Continue reading "Programming in C#, Part 9: Encapsulation & Properties (Namespaces Too!)"…
17 Sep 2018 Comments: 0

Programming in C#: Debugging

Sometimes when we write code, it works correctly the first time we run it. If it doesn’t, maybe we can…

Continue reading "Programming in C#: Debugging"…
23 Apr 2018 Comments: 1

Programming in C#: Lerp

Lerping is a common method of changing a value over a certain percentage. This can be used to move an…

Continue reading "Programming in C#: Lerp"…
29 Aug 2018 Comments: 0
© 2017 Cory Koseck Design by Ren Back to top ↑