(Jack Franklin) I’m sure that Kent needs no introduction, he’s a prolific contributor to the React community and ecosystem. One of the things he talks a lot about is testing, which just so happens to be one of my favourite topics, too!
Community
Exploring ASP.NET Core Middleware
(Debasis Saha) Microsoft introduced a new feature called Middleware in the ASP.Net Core applications. It is a new concept in the programming language. Basically, Middleware is just a class or component which fired on every request received in the Asp.Net Core Applications.
Testing For Future Data-Types With isFuture() And isEmptyFuture() In ColdFusion 2018
(Ben Nadel) ColdFusion 2018 introduced us to the concept of Futures. Futures, like Promises, provide hooks into the eventual resolution of data.
Controlling Model Binding in ASP.NET Core
(Peter Vogel) It seems to me like magic when model binding takes data from the client and loads it correctly into the properties of the Customer object in the parameter to this method:
MySQL 8.0.12: Instant ALTER TABLE
(Jesper Krogh) There are many nice changes included in the MySQL 8.0.12 release that were published a couple of days ago. One of the most exciting is the ability to make instant schema changes to tables.
Featured Database Articles
(Lockwood Lyon) Db2 Version 12, the latest version of IBM’s flagship database management system for the z/OS hardware platform, includes many new and improved features specifically aimed at improving application performance.
Hide region if no data found
(Scott Wesley) I have a diagnostic page where I hide classic report regions that aren’t relevant – ie, have no data returned.
18c database creation on Windows
(Connor McDonald) Hopefully you’ve followed my very simple and easy guide to downloading the 18c database software for Windows. But of course, software on its own is not much use – we need a database!
Convert Regular PDB to Application PDB
(Jagruti Jasleniya) In this article, we will see converting regular PDB to Application PDB.
Determining space used for all tables in a SQL Server database
(Greg Robidoux) One thing that is often handy is to know how much space each table is using within your database. It is helpful to know the number of rows, the data space used as well as the index space used.
