Runic Acorn
A blog about technology, programming, and gaming
Entity Framework Inheritance and D&D Items (Dev blog 2)
I’m faced with a decision, I need to make tables for Items for my campaign manager. I wanted to start with a generic “Item” item, and inherit from it depending on the type of item it was. Looking into how Entity Framework wanted to handle it, I had basically two design options for doing this,…
Dungeon Dex: Dev blog 1
I am in the process of developing a dungeons and dragons campaign management app. I ran a campaign on roll 20 from 1 – 20, but I felt like the site left a lot to be desired. I’m going to build it using Angular as the front end and C# on the back. I’m going…
The 5 most important programming languages to learn in 2024 to stay relevant
Before we go into weighing programming languages against each other, it’s importing to make a notice for people who are just learning to program: It really doesn’t matter which language you choose. Do not spend too much time deciding a language to pick, what’s important is that you learn the concepts at play when you…