asp.net
https://i.ytimg.com/vi/XFG2B-m-GCk/mqdefault.jpg
Building a Website in C#
· ☕ 1 min read
Working on some Blazor website projects. Come and chat!

https://i.ytimg.com/vi/T2hD6Imb6y8/mqdefault.jpg
Using Dependency Injection in ASP.NET
· ☕ 2 min read
Dependency Injection is a tool we can use to automatically provide objects with services they need without having to explicitly declare what is needed inside of the objects themselves.

https://i.ytimg.com/vi/U_2u_SeK10k/mqdefault.jpg
Starting the Highscores Service - Online Highscores - Part 1
· ☕ 2 min read
Lets take a look at what is required to create an online highscore board for your Unity game. Throughout this project we’ll take a look at how to create a RESTful web-service, connect it to a database and then expose that web-service to your Unity game.

https://i.ytimg.com/vi/BnhiqddQpVo/mqdefault.jpg
I Built A New Website
· ☕ 2 min read
I’ve been trying to replace the old World of Zero website for a while now. A beta of the new version is finally in a working state and I’d love for you all to check it out!

https://i.ytimg.com/vi/qDoSAnwNgQI/mqdefault.jpg
I Learn Blazor - C# in Your Web Browser
· ☕ 2 min read
Wouldn’t it be cool if you could run C# code in a web browser? Blazor is a tool that compiles C# code into functioning web assembly that can be deployed like a normal webpage.

https://i.ytimg.com/vi/3Za2NfBAkNk/mqdefault.jpg
Building a Website with ASP.NET Razor Pages
· ☕ 1 min read
Have you ever wanted to be able to use code to help build your webpages? Maybe loop over a list and create a table or inject user data onto the page without javascript or anything else?

https://i.ytimg.com/vi/yK2y2dpvZpI/mqdefault.jpg
An Evicting Player Cache with ASP.NET Core
· ☕ 2 min read
We’ve got a rough draft of how our Players are going to connect to our World Of Zero Arcade (Live Streamed Game project).