A couple of months ago, I was innocently asked by co-worker, author, F# MVP and all-around-nice-guy, Jamie Dixon if I wanted to participate in a work-based hackathon for the weekend. I naively said “sure!” Well, we ended up winning 1st…
A couple of months ago, I was innocently asked by co-worker, author, F# MVP and all-around-nice-guy, Jamie Dixon if I wanted to participate in a work-based hackathon for the weekend. I naively said “sure!” Well, we ended up winning 1st…
NOTE: This is not a sponsored post. These opinions are my own, based on my own research and testing! There was the olden days of websites and mobile technology. There were proprietary silos of technology. Then, there was an awkward…
OK, so it turns out I missed something yesterday. It’s somewhat subtle, but it likely would’ve turned into a headache if the system was under any load. The problem was I was doing a .GetAll() whenever I needed to apply…
It took a long time, but a fundamental change has happened with how we store data. In fact, it is the definition of a “paradigm shift”. If you’ll bear with me, let me give some background and I’ll explain why…
I’m continuing to plug along on my little project. One of the decision points I had was: should I handle authentication and authorization with a standard SQL server (since that is built-in, with the ASP.NET Provider Model) – and then…
If you are a .NET developer, this blog post is my challenge to you. We live in a time where we can do very powerful things with very little money. However, this does require an investment in time. What are…
I’ve been doing a good amount of programming lately, but I haven’t been good about writing down what I’ve been learning! Worse, is I should be writing down things that I keep forgetting – like this topic, today: how to…