(Matthew Jones) Let’s continue our unit test extravaganza by writing a set of unit tests for our ASP.NET Core MVC Controllers!
Other News
Switch Expressions are the Best Feature of C# 8
(K. Scott Allen) I thought enable would be the star of the C# 8 show by now, but in day to day work I’m finding that switch expressions are stealing the show.
How to Do Machine Learning Perceptron Classification Using C#
(James McCaffrey) Perceptron classification is arguably the most rudimentary machine learning (ML) technique. The perceptron technique can be used for binary classification, for example predicting if a person is male or female based on numeric predictors such as age, height, weight, and so on.
Hash join in MySQL 8
(Erik Frøseth) For a long time, the only algorithm for executing a join in MySQL has been variations of the nested loop algorithm. With the release of MySQL 8.0.18, the server can now execute joins using hash join.
Documentum – Cast trouble with D2-REST 16.5.x on WebLogic
(Morgan Patou) In the scope of an upgrade project, with some colleagues, we have been deploying some D2-REST applications on Kubernetes pods using WebLogic Server.
Provision Oracle Cloud Infrastructure Home Region IAM resources in a multi-region Terraform configuration
(Stephen Cross) This article covers a common configuration pattern that I’ve been meaning to post for a while. When provisioning resources in Oracle Cloud Infrastructure (OCI), some resources, specifically IAM resources, can only be created in the Home Region.
Merge Always Updates Sequence Number
(Bobby Durrett) This is nothing new, but I wanted to throw out a quick post to document it. If you have a sequence.nextval in the insert part of a merge statement the merge calls nextval for all the updated rows as well.
Monitoring Table Change in Oracle
(David Fitzjarrell) Database replication is no longer restricted to Oracle-to-Oracle configurations; Oracle-to-cloud and Oracle-to-BigQuery are just two of the various options that can now be selected for replication configurations.
SQL SERVER – SET NOCOUNT – Impact on Stored Procedure Performance
(Pinal Dave) Sometimes it is critical to get back to basics when working on solving a complex problem at Comprehensive Database Performance Health Check. Recently, I solved a huge performance problem for one of my clients by just adding the SET NOCOUNT inside the stored procedure.
Hide/Show Form Fields Using Angular Forms
(Vidyadharran G) In this article, I will explain about hiding and showing form fields using Angular forms. Forms are used in web applications that enable the users to enter data and process the data from it.
