This one is going to be about creating a knockout.js project on Codepen. Knockout.js has long fallen from the internet’s good graces but it’s still a very useful library that is much easier to grasp, write, and publish than React.js. First, the Demo Apparently, you can’t embed Codepen projects… so here’s the link: Knockout.js Template…
Category: Snippets
Simple Speech Recognition App
It’s amazing what technology can do, and how easily it can do it. Last night, I was playing around with some ideas that eventually led to curiosity for speech recognition in C#. That led me to this page on Microsoft docs. It took all of five minutes to set this project up, copy some code,…
ASP.NET Core Lambda Controller Actions
I’ve finally decided to dive into .NET Core. Trepidatious at first, it took about an hour until I was hooked. Having just dove into Node.js and Express, ASP.NET Core felt a little like an old friend. However, this is not what this post is about. It’s about the lambda operator and how to use them…
Turn a Razor Model into a JavaScript Model
Note: This post is out of date, please see the updated version here If you really want to read it, please be my guest but this method is unnecessary and @Html.Raw presents many XSS security issues. TL;DR: This one is a little different than my other posts. Basically, I wrote some code that I’m happy…