(Franck Pachot) The current message about Oracle Database is: multi-model database. That’s not new. At the time of Oracle 9i, Object Oriented was the trend, with all the flexibility of polymorphism, but without the mess of unstructured data and without the inconsistency of NoSQL.
Community
Vagrant tips’n’tricks: changing /etc/hosts automatically for Oracle Universal Installer
(Martin Bach) Oracle Universal Installer, or OUI for short, doesn’t at all like it if the hostname resolves to an IP address in the 127.0.0.0/0 range. At best it complains, at worst it starts installing and configuring software only to abort and bury the real cause deep in the logs.
SQL SERVER – Parameter Sniffing and Local Variable in SP
(Pinal Dave) After reading yesterday’s blog post about SQL SERVER – Parameter Sniffing Simplest Example, I received a follow-up question from my client with whom I have worked earlier in a recent consulting engagement of Comprehensive Database Performance Health Check.
Prototype In JavaScript
(Mohammad Irshad) Prototype is basically an object called prototype object.
What is the program_name in sys.dm_exec_sessions?
(Kenneth Fisher) If you’ve ever looked at the output for sys.dm_exec_sessions you may have noticed the column program_name. Frequently you’ll see entries like these:
Creating a Data-centric Mobile App
(Hannes Du Preez) In a predominant mobile world, it is essential as a developer to know which databases are available and which technologies can be used to write a data-centric mobile app. In this article you will learn about the SQLite database, Xamarin, and how to make them work together with C#.
Socket programming in Java: A tutorial
(Steven Haines) This tutorial is an introduction to socket programming in Java, starting with a simple client-server example demonstrating the basic features of Java I/O.
Razor Pages Localisation – SEO-friendly URLs
(Mike Brind) This is the fourth article in a series that explores various aspects of localisation in ASP.NET Core Razor Pages applications. This article concentrates on the SEO aspects of localisation as they pertain to URL management, and how to utilise the RouteDataRequestCultureProvider to help y
Reducing log verbosity with Serilog RequestLogging
(Andrew Lock) This is the first post in the series: Using Serilog.AspNetCore in ASP.NET Core 3.0.
Struct Iteration Methods Like Each, Map, And Filter Include Null Values In Lucee CFML 5.3.3.62
(Ben Nadel) Earlier this week, I was working on some reflection-style code in CFML wherein I was recursively looking through structs of data.
