(anthonygiretti) In computer science and software engineering in particular, software quality is an overall assessment of software, based on many indicators.
Community
SQL SERVER – Simple Method to Find FIRST and LAST Day of Current Date
(Pinal Dave) In my very old post SQL SERVER – Query to Find First and Last Day of Current Month – Date Function, I had explained how to find the first day and last day of the current date.
Database Security Monitoring for MySQL and MariaDB
(Bart Oles) Data protection is one of the most significant aspects of administering a database. Depending on the organizational structure, whether you are a developer, sysadmin or DBA, if you are managing the production database, you must monitor data for unauthorized access and usage.
Datatype conversion laziness … yet another reason
(Connor McDonald) I’ve got two words to describe my thoughts on being lazy with data types …. JUST DON’T!
XML Serialization and Deserialization: Part 2
(Mayank_Gupta_) My previous article XML Serialization and Deserialization (Part-1) talks about serialization of objects to XML form. In this article, we will discuss about “Deserialization of XML” back to object form. Deserialization is used to convert bytes of data, such as XML or binary data, to ”
Standard Library Algorithms: Changes and Additions in C++17
(Marc Gregoire) The C++14 standard already contains a wealth of different kinds of algorithms. C++17 adds a couple more algorithms and updates some existing ones. This article explains what’s new and what has changed in the C++17 Standard Library.
How to setup a Replication User
(Gabriela D’Ávila) A replication user is necessary to set up the relationship Primary/Replica. This is a short step but it needs a bit more of attention.
Don’t Drop Your Career Using Drop Database
(mdinh) I first learned about drop database in 2007.
Managing Azure Data Lake Storage with PowerShell
(John Miner) A data lake is a repository of data stored in its raw format. Typical formats include structured data (rows and columns), semi-structured data (formatted files), unstructured data (documents) and binary data (images, audio, or video).
Significance Of Custom Table In Angular
(Purushottam Jha) Let’s consider we are developing an application which is having multiple pages with grids. You can design it as a component and use it as Child View.
