(Ben Nadel) A couple of weeks ago, I demonstrated that cachedWithin Function memoization compares arguments by value in Lucee 5.3.2.77.
Tag: Development
Community Developer Provides New TypeScript 3.6 Playground
(David Ramel) Microsoft has shipped TypeScript 3.6, with a new “playground” stemming from an independent open source developer serving as an example of community collaboration improving world-class software.
Countdown Timer Function in C#
(Srinath M S) See how to use this function in C# to discover how many more days are left in a given countdown.
CFCatch Can Target Explicit Java Exception Types Even With JavaLoader In Lucee 5.3.2.77
(Ben Nadel) If you’ve been in the ColdFusion world for a while, there’s a good chance that you’ve come across Mark Mandel’s JavaLoader project.
Ruby on Rails on Windows is not just possible, it’s fabulous using WSL2 and VS Code
(Scott Hanselman) I’ve been trying on and off to enjoy Ruby on Rails development on Windows for many years. I was doing Ruby on Windows as long as 13 years ago. There’s been many valiant efforts to make Rails on Windows a good experience.
Role Based Security in an ASP.NET Core Application
(Mahesh Sabnis) ASP.NET Core provides necessary APIs to implement secure access to an application.In this tutorial, we will see how to implement Role-Base security in an ASP.NET Core 2.2 application.
What Are gRPC Web Services and When Should I Use Them?
(Peter Vogel) ASP.NET Core allows you to create Web Services based on gRPC … which raises two questions: “What is gRPC?” and “Does it ever make sense to use it?”
Using Razor Components In A Razor Page
(Mike Brind) In my last article, I looked at some of the new things that ASP.NET Core 3.0 will introduce to Razor Pages developers. One of the features that I touched on was Razor Components. In this article, I take a more detailed look at what they are and how they can be used.
Configuration options for CoreDNS in Azure Kubernetes Service
(Daniel Neumann) In my last blog post I have shown you the configuration of custom upstream nameservers for CoreDNS in AKS.
Using The Safe-Navigation Operator To Safely Clean Up Resources In Lucee 5.3.2.77
(Ben Nadel) I know that the “safe navigation” operator has existed in more recent releases of ColdFusion; however, coming from Adobe ColdFusion 10, I haven’t been able to use the operator until my team recently switched to using Lucee CFML.