(Bipin Joshi) This is a companion video to the above article. You can read the article here. Please subscribe to our YouTube channel here and stay tuned with the latest videos.
Tag: Development
Understanding ReadOnly And Exclusive Named Locks In Lucee CFML 5.3.5.92
(Ben Nadel) The other weekend, as I was reading through the Learn Modern ColdFusion in 100 Minutes book by Ortus Solutions, something about the way in which they described the CFLock tag really clicked for me. Historically, my understanding of the different types of locking has been fairly po
Displaying Nested Child Objects in the Windows Forms Designer Property Grid
(Rick Strahl) It’s been a while since I’ve used WinForms and for the last few days I’ve been working on a new Markdown editing control for an application.
How to test your C# Web API
(Tim Deschryver) If you’ve read some of my other blog posts already, you probably know that I’m not a big fan of unit tests.
Developer Report: ‘C# Seems to Be Losing its Edge in Desktop’
(David Ramel) Contradicting findings in other recent reports, a new study from developer analyst firm SlashData shows some decline in the popularity of C# over the past year.
Displaying enum as select list in ASP.NET Core
(Gunnar Peipman) Some properties of model classes come as enums and we want to show enum values in select list when edit form is opened.
Behavior Change Of AutoComplete = ‘Username’ In Recent Chrome Update
(Ben Nadel) As a web developer, I have a lot of different email addresses, both valid and simulated, that I use to test my applications.
Creating a CD Player in C#, Part 1: The Windows Functions
(Hannes DuPreez) Well, we’re going to create a simple CD player in C#. Be warned, though, that this is a lot of work. Therefore, this series being divided into three parts.
Debugging Problems Persist in Blazor WebAssembly 3.2 Preview 4
(David Ramel) Debugging functionality is a pesky problem for the Blazor WebAssembly team, with many limitations still persisting in the project scheduled for a prime-time debut next month.
Create Azure Infrastructure with Azure DevOps and Azure CLI Powershell scripts
(damienbod) In Azure DevOps, Pipelines can be used to create Azure infrastructure using Azure CLI and Powershell.