Any time you’re writing code, it means the code is going to be doing work for you. Many times, the burden of that work is transparent to us and our users. When it does make itself apparent, we have a ...
‘Higher-order functions’ is a fancy term for functions that take other functions as arguments or that return functions. Very powerful! Last week, I casually dropped the term “higher-order function” ...
An introduction to the Chakra JavaScript engine and how it can be used within a Windows 10 app to execute JavaScript. Initially, the concept of executing JavaScript within a Universal Windows Platform ...
In a previous column, I showed how to create a "Hello, World" application that integrated JavaScript functions and C# Blazor methods. However, my Blazor-world and JavaScript-world code didn't interact ...
At Microsoft's Ignite 2017 conference today, the company announced a range of new features that will be coming to its Excel application, such as JavaScript Custom Functions and more. Today at ...