(Lucas Jellema) Oracle is not known for low prices or free products. However, when it comes to the Oracle Database there are some developments that might be of interest to you. Either when your organization has existing Oracle Database licenses – or when you do not. In short: three powerful and unti
Community
Passing complex data types to Ansible on the command line
(Martin Bach) Earlier this year I wrote a post about passing JSON files as –extra-vars to ansible-playbook in order to simplify deployments and to make them more flexible.
SQLDev Quick Tip: Labeling your SQL Query Results
(Jeff Smith) I’ve been watching you.
Using Java 13+ Text Blocks for Plain SQL with jOOQ
(lukaseder) Most jOOQ users use the jOOQ DSL API, which provides compile time type safety and an easy way to write dynamic SQL.
Setting an AI strategy to unlock the value of your data
(Seth Dobrin) It’s been said that data is the most valuable resource on the planet. But most companies aren’t getting the maximum value out of their data. If you look at the top three things that are really needed in the marketplace, it’s really been around defining a data strategy, filling the skil
Anchor Tag Helpers, RouteData, and Query Strings in ASP.NET Core 3.0
(Matthew Jones) To finish off our routing series, we’re going to spend a post looking at how to use ASP.NET Core 3.0 Anchor Tag Helpers to generate HTML anchor tags for MVC controllers and actions and Razor Pages, as well as how to access route data and query string parameters on the views and pages
Add Client Side Routing In ASP.NET Core
(Ben Nadel) As an ASP.NET Core developer you are familiar with server side routing. If you ever worked with JavaScript frameworks such as Angular you might be familiar with their client side routing capabilities.
TypeScript 3.8 Debuts, with Help from Bloomberg
(David Ramel) Microsoft has debuted TypeScript 3.8, with a special shout out of thanks to financial firm Bloomberg for helping to provide support for ECMAScript’s private fields.
How to Deploy and using MySQL InnoDB Replica Set in Production ?
(Chandan Kumar) Before i talk about Deployment process of MySQL InnoDB Replica Set , it is more important to know below details:-
SQL SERVER – Stream Aggregate and Hash Aggregate
(Pinal Dave) SQL Server Performance tuning is an amazing subject, it never stops to amaze me. Every single day, I take only one Comprehensive Database Performance Health Check and keep the rest of the time open for either learning new stuff or helping people with On Demand (50 Minutes).