(Timothy Prickett Morgan) When IBM brought out its active-active Db2 for i database clustering extensions, called Db2 Mirror appropriately enough, almost exactly a year ago to improve the resiliency of databases and therefore the applications that run atop them on the IBM i platform, we had a few as
Other News
Get to Know Your Favorite XML Editor Again [Video]
(Erin Cavanaugh) For more than a decade XMLSpy has been a leading choice for all things XML. But over the years we’ve broadened the scope by adding hundreds of new features, supported standards, and innovative tools to make development faster and easier.
Fundamentals of table expressions, Part 2 – Derived tables, logical considerations
(Itzik Ben-Gan) Last month I provided a background to table expressions in T-SQL. I explained the context from relational theory and the SQL standard.
Which is the best function of HR? What is the scope for it in the future?
I received this question from a busy professional. Which is the best function of HR? What is the scope for it in the future? The best function of Human Resources is the function that is needed at the time. It is normally the department of a business or organization that deals with the hiring, administration, and training of personnel. And...
SQL SERVER – Performance Test – sqlcmd vs SSMS
(Pinal Dave) The primary reason, I keep on writing blog is all of you who keep on asking an interesting question as I publish new blog posts. Yesterday I wrote about SQL SERVER – Performance Test – oStress vs SSMS and later the same day I have received an email from my clients of Comprehensive Datab
Firebase Authentication In Angular
(Haridhass Mani) Firebase provides a simple way to set up authentication in your Angular project. Here we’ll explain how to set up an authentication workflow. Please follow the below steps.
Enforce Primary Key constraints on Replication
(Pedro Gomes) In this post, we introduce a configuration option that controls whether replication channels allow the creation of tables without primary keys.
Using Expando DOM Properties In Angular 9.1.6
(Ben Nadel) In the vast, vast majority of cases, the View-Model in Angular is the source of truth for the application; and, the HTML template is little more than the manifestation of said truth.
Using WSL to Launch Several Bash Command from an Application
(Rick Strahl) I just spent way too much time trying to figure out a way to launch the Windows Subsystem for Linux to run multiple commands for a server script from a full framework desktop application.
TypeScript Class For UI Callback Functions And The Web API
(Bipin Joshi) In the previous part of this article and video series you developed a TypeScript class that invokes an ASP.NET Core Web API using XMLHttpRequest object.