(Kibo Hutchinson) This article is a quick guide for Ubuntu Linux users installing Java 11, the current long-term support (LTS) Java version.
Community
Create Database From Model Using Entity Framework Core And ASP.NET Core
(Bipin Joshi) While working with Entity Framework Core and ASP.NET Core you typically create EF Core model consisting of a custom DbContext and entity classes.
Creating Certificates for X.509 security in Azure IoT Hub using .NET Core
(damienbod) This article shows how to create certificates in .NET Core which can be used for Azure IoT Hub. The chained certificates are created using the nuget package CertificateManager.
Visual Studio Code Boosts Java Dependency Viewer
(David Ramel) Easier management of project code dependencies and improvements to extensions for popular Java frameworks and runtimes highlight the February update to Java in Visual Studio Code functionality.
How to Measure Your DBAs
(Craig S. Mullins) One of the most common questions I get when talking to folks about database administration is how to measure the effectiveness and quality of a DBA staff. This question is not really an easy one to answer, and for a number of reasons.
Indexing the MySQL Document Store
(Dave Stokes) I am writing a tutorial on the MySQL Document Store for the sold out (sorry) pre-FOSDEM MySQL days. For those who do not write such exercise they are often a difficult task as you have a limited time to convey information, need to provide vivid examples, and create exercises that give
SQL SERVER – Heaps, Scans and RID Lookup
(Pinal Dave) Today we will discuss a question which I was recently asked by my client during the Comprehensive Database Performance Health Check. The question was do heaps are very bad and always force a table scan?
How To Create PDF In ReactJS
(Sanwar Ranwa) In this article, we will learn how to generate a PDF in ReactJS spplications. Generating a PDF of reports or invoices or any other documents in web application is the basic requirement.
SQL Server High availability: Install SQL Server failover clustered instance Part 2
(Nisarg Upadhyay) In my previous article, I have explained the step-by-step process of installing SQL Server Failover Clustered Instance. In this article, I will explain how to add a secondary node to the existing failover clustered instance.
Learn SQL: Types of relations
(Emil Drkusic) One of the most important things in databases is to understand the types of relations in the databases. That stands for both – a process of designing a database model as well as when you’re analyzing your data.