(David Ramel) Some developers prefer to create applications with Microsoft’s open-source Blazor tooling from within the open-source, cross-platform Visual Studio Code editor. Here are the top tools in the VS Code Marketplace for those folk, as measured by the number of installations.
Tag: Development
Containerization and Container Orchestration Platform Protection: Cloud Workload Security Part 3
(Erick Carty) As we mentioned in a previous blog, the “Forrester Wave™: Cloud Workload Security, Q4 2019” report provided an excellent overview of the security challenges posed by cloud-based environments and the cloud workload security solutions best poised to address them based on 30 criteria.
Zipping Image Archives With DEFLATE And STORE Compression Methods In Lucee CFML 5.2.9.31
(Ben Nadel) For the last few years, one of my teammates – David Bainbridge – has been suggesting that we switch our zipping / archiving algorithms over to use STORE instead of DEFLATE when creating an archive of images.
The Process Class and .NET
(Hannes DuPreez) I have mentioned and demonstrated the Process class before in some of my earlier articles, but I haven’t gone in too much detail as to what you can do with it.
Usability Testing for Voice Content
(Preston So) It’s an important time to be in voice design. Many of us are turning to voice assistants in these times, whether for comfort, recreation, or staying informed. As the interest in interfaces driven by voice continues to reach new heights around the world, so too will users’ expectations a
Don’t replace your View Components with Razor Components
(Andrew Lock) In this post I take a brief look at Razor Components, and whether you should consider using them instead of View Components. I’m sure you can guess my conclusion from the title, but I admit that’s pretty click-baity, and the conclusions are a bit more subtle.
Open Source Project Creates ASP.NET Core Apps with VB.NET
(David Ramel) “I think we can say that VB.NET finally made it to ASP.NET Core,” developer Mohammed Hamdy Ghanem told Visual Studio Magazine about his new open-source project.
Using Application Insights in Azure for Monitoring health of Web Apps
(Subodh Sohoni) Azure Application Insights can monitor the health of a deployed web application without any code change. This tutorial shows how to do health monitoring, along with the various features of Application Insights.
Pretty-Printing A ColdFusion Query Object In Lucee CFML 5.2.9.31
(Ben Nadel) Last week, in my article about using INNER JOIN in a MySQL UPDATE statement, I shared the various states of the database using the output provided by the MySQL CLI (Command-Line Interface) tool.
Adapter Design Pattern
(Steve Smith) A couple of months ago I published a new, revised course called C# Design Patterns: Adapter on Pluralsight.