Coen Goedegebure
  • Home
  • About
  • Contact
  • Donate

C#

A collection of 4 posts
Understanding Big-O notation
Mathematics

Understanding Big-O notation

Big-O notation is used to describe the complexity of an algorithm relative to its input. This article helps to understand this notation by exploring the most common orders of magnitude and their algorithms.
17 Oct 2017 8 min read
Creating a module initializer in .NET
C#

Creating a module initializer in .NET

This article will cover the process, techniques and code required to automatically resolve an embedded library in C# and inject a module initializer into the compiled assembly using IL weaving.
03 Aug 2017 14 min read
ASCII Mandelbrot animation
Development

ASCII Mandelbrot animation

Years ago I got an animated Mandelbrot fractal zoom working on a mainframe terminal. This article describes how to do that for a console application in C#.
14 Jul 2017 6 min read
Accessing Google's API via .NET
Development

Accessing Google's API via .NET

Recently I have been exploring Google's API to access their Drive functionality using the .NET 4.5 framework with C#. I'd like to share a few of my findings and maybe help a few people along the way.
12 Jul 2017 4 min read
Page 1 of 1
Coen Goedegebure © 2026
Powered by Ghost