Programming SVGs with C#

Programming SVGs with C#

One of my hobbies to create graphics using my favorite photo editing tool, Pixelmator Pro. It’s a fantastic tool; anyone on macOS should add it to their Applications folder. One of the benefits of using a photo-editing tool is the...

Continue Reading

Testing ASP.NET Core FastEndpoints

Testing ASP.NET Core FastEndpoints

FastEndpoints is an alternative web framework built on ASP.NET Core primitives to reinforce the Request-Endpoint-Response (REPR) Design pattern. In summary, FastEndpoints lets you focus on building endpoint-focused APIs instead of dealing with the ceremony of something like MVC or the...

Continue Reading

How Many Threads Does My .NET App Have?

How Many Threads Does My .NET App Have?

I’ve recently been working with WebAssembly (WASM) to target the WebAssembly Server Interface (WASI), specifically the Wasmtime runtime. Running .NET applications in an operating system agnostic way opens up a world of possibilities and begins to blur the lines between...

Continue Reading