(damienbod) In Azure DevOps, Pipelines can be used to build your solution, create a Nuget package and publish the Nuget package to the Nuget feed for further usage.
Other News
Tag Islands And CFScript-Based Tags Bring Perfection To ColdFusion In Lucee CFML 5.3.4.80
(Ben Nadel) In February of this year, I wrote two back-to-back posts about fascinating features of Lucee CFML. First, that you could use all ColdFusion tags in CFScript using a consistent syntax (thanks Gert Franz); and, second, that Lucee CFML supports Tag Islands within CFScript (thanks Andrew Kre
Blazor WebAssembly Tackles Progressive Web Apps
(David Ramel) The client-side effort of Microsoft’s Blazor project — for C#-based web development powered by WebAssembly — is out in a new preview before a May debut, adding support for Progressive Web Apps (PWAs) among several other new features.
An introduction to Functional indexes in MySQL 8.0, and their gotchas
(Saverio Miroddi) Another interesting feature released with MySQL 8.0 is full support for functional indexes.
Azure Data Factory Multiple File Load Example – Part 2
(Koen Verbeeck) In this two-part tip, we are created a metadata-driven pipeline which will copy multiple flat files from Azure blob storage to an Azure SQL Database. The flat files can have different delimiters and are stored in different folders and there are multiple destination tables as well.
Resizing All ag-Gird (React) Columns
(morzel) Is it possible to resize all columns while enjoying the benefits of virtualization? If your grid cells contain only text and you know the font then yes, it’s possible.
Tips for using Transactional Replication in SQL Server 2019 (Part 1)
Tips for using Transactional Replication in SQL Server 2019 (Part 1) Try to keep transactions as short as possible. Because SQL Server send changes from the Publisher to Subscriber as INSERT, UPDATE, and DELETE statements you should keep transactions as short as possible to help the Distribution Agent to transfer transactions through the network. By the way, keeping transactions as...
AI-powered Search with spaCy – Part 12
In this part, we’ll look at how you might find some phrases in a text, which contain words from a predefined list. For example, you may have a set of descriptive tags generated for a photo by a computer vision platform. Such a set of tags might be useful for image classification and you might use it as the basis...
Extended Events: system_health and a Long Running Query
(Grant Fritchey) Wouldn’t it be great to just quickly and easily take a look at your system to see if you had any queries that ran for a long time, but, without actually doing any work to capture query metrics?
NativeScript 6.3, 6.4, 6.5 Releases Add Svelte, WebAssembly, KotlinJS and Performance Improvements
(Dylan Schiemann) The recent NativeScript 6.3, 6.4, and 6.5 releases add a wide range of new features to their framework for building native mobile apps with TypeScript or JavaScript.