(Hannes DuPreez) Today, you will be making a fun little project that is built as an optical illusion. Example code is in VB.NET.
Community
Project Tye – easier development with .NET for Kubernetes
(Christian Nagel) Visual Studio 2019 has great support for Docker and Kubernetes. After opening a solution, Dockerfile files and Helm charts can be added from within the Solution Explorer.
Using Blazor, Tensorflow and ML.NET to Identify Images
(Daniel Jimenez Garcia) Using Blazor and ML.NET, we will explore how to leverage our current C# and .NET skills, and build an ASP.NET Core SPA web application and a Machine Learning model that lets us identify objects in images.
Is COUNT(rowid) Faster Than COUNT(*)?
(David Fitzjarrell) A long-standing discussion in Oracle forumns and newsgroups has been the efficiency of using coun(*) to returnn a rowcount from a given table.
Recursive calls in Oracle Integration Flows (Scenario: Paginated API calls for large Data Sets)
(Jang Vijay Singh) A number of use-cases can be implemented cleanly using a recursive approach. This post is not to debate the pros and cons of recursion versus looping but provides a simple approach to achieve this.
Silent installation: Oracle Restart 19c, ASM Filter Driver, UEK 5 edition
(Martin Bach) As promised in an earlier post here are my notes about installing Oracle Restart with ASM Filter Driver (ASMFD) 19c on Oracle Linux 7 using UEK 5.
What’s New With Db2 Web Query?
(Alex Woodie) Db2 Web Query, which is IBM’s strategic business intelligence tool for IBM i, doesn’t follow the same release cycle as the operating system itself.
Devising the Cloak of Invisibility in JavaScript
(Mohan Pierce) Steganography. The art of hiding something right under your nose. For as long as humans have been alive, we’ve been trying to hide things — whether it’s our last slice of pizza or the location of a buried treasure.
SSMS Quick Tip: Never lose your script from overwrite again!
(Daniel Janik) Twenty something years ago when I started my SQL Server career there was an amazing tool called Query Analyzer.
Explain CROSS APPLY like I’m 5.
(Kenneth Fisher) A good friend of mine (Randolph West (blog|twitter) asked that someone Explain CROSS APPLY like they are 5. So, here’s my attempt. No promises on the 5 but I’m going to at least aim for 10.