(Rick Strahl) You probably know that on Windows using .NET you can use System.Environment.GetFolderPath() to pick out a host of special Windows folders.
Community
How to get Azure SQL database size
(FonsecaSergio) There are multiple ways to achieve this and there are also some storage types you should be aware
Providing Module Configuration Using forRoot() And Ahead-Of-Time Compiling In Angular 7.2.0
(Ben Nadel) Yesterday, I was trying to design a feature module in Angular 7.2.0 that used the .forRoot() pattern to provide optional configuration data to the bootstrapping process of my feature module.
Understanding Docker Vocabulary
(Peter Vogel) The purpose of Docker is to build containers that hold, potentially, all of the components of an application: the application itself, the database engine, any Web services it requires and so on.
Understanding MySQL X (All Flavors)
(Francisco Bordenave) Since 5.7.12 MySQL includes what is called the X plugin, but also it includes X protocol and X DevApi. But what is all this and how does it work? Let me share a personal short story on how I found myself investigating this feature.
APEX 18.x Application Session Sharing
(Scott Wesley) For quite some time I’ve been crafting multiple applications that, to the end user, appear as one.
ORA-22905 when calling ODCI Table functions from PL/SQL
(Kim Berg Hansen) Back in 2015 I experimented using ODCITable* functions to dynamically parse delimited text (see blog post here.)
Using SQL to Assess Goodness of Fit to Normal and Uniform Distributions
(Rick Dobson) Please provide frameworks with SQL code for assessing if a set of data values conform to normal or uniform distributions. Build on prior guidelines given for assessing goodness of fit to an exponential distribution.
Oracle’s Interesting Treatment of IN-LISTS
(David Fitzjarrell) In-lists can be interesting constructs as far as Oracle is concerned.
A Look Into Angular 7 Navbar Application Using Bootstrap 4
(Satyaprakash Samantaray) In this article, we will learn how to set up Angular 7 and create a responsive Angular 7 application using Bootstrap.
