(Ben Nadel) Over the weekend, I spent about 2-days trying to retrofit Markdown onto 15-years of HTML-based content using htmlParse() in Lucee CFML. It was an iterative process with a lot of trial and error. And, even after I posted my article, I continued to find new and interesting caveats.
Author: SSWUG Research
Upgrade Grid 12.2 to 19.6 Using Gold Image
(mdinh) Quick and dirty OPatch Update for All nodes:
Call That An Exception?
(Ashley Frieze) While this is a Java example to do with testing and wiremock, it relates to a more universal problem.
Angular Model-Driven Form Using VS Code And Node.js
(Chaman Gautam) In a model-driven approach, the model-driven form which is created in the .ts file is responsible for handling all the user interactions/validations.
SQL SERVER – Import Data from Excel
(Pinal Dave) One of the very popular questions I receive is how to import data from Excel in SQL Server. Let us learn about that in this blog post and we will use SQL Server Management Studio for this exercise.
ClickHouse Versus MySQL Handling of Double Quotes
(Peter Zaitsev) If you’re a MySQL user trying ClickHouse, one thing which is likely to surprise – and annoy you – is the handling of Double Quotes.
Q&A with Rockford Lhotka: Migrating C# Code from .NET Framework to .NET Standard
(Becky Nagel) Microsoft’s game-changing .NET Core initiative that’s superseding the Windows-only .NET Framework will this year reach an important milestone, .NET 5, a unification of all things .NET. Key to this cross-platform transition is .NET Standard, which specifies APIs common across all .NET i
How to write a Roslyn Analyzer
(Mika) Roslyn analyzers inspect your code for style, quality, maintainability, design and other issues. Because they are powered by the .NET Compiler Platform, they can produce warnings in your code as you type even before you’ve finished the line.
Lazily resolving services to fix circular dependencies in .NET Core
(Thomas Levesque) When building an application, good design dictates that you should avoid circular dependencies between your services.
ORA-1403 during TEXT / CONTEXT post upgrade
(Mike.Dietrich) When you see an ORA-1403 during TEXT / CONTEXT post upgrade phase, regardless of using AutoUpgrade, dbupgrade, catctl or DBUA, no worries.
