(Gunnar Peipman) There’s one very useful and often overlooked operator in C#. It’s called nameof and its purpose is to return name of something.
Community
Generating a PDF Document Using C#, .NET, and iText 7
(Chandra Kudumula) This article is about generating PDF documents using C#, .NET, and the iText library.
How to Create a Machine Learning Decision Tree Classifier Using C#
(James McCaffrey) A decision tree classifier is a machine learning (ML) prediction system that generates rules such as “IF income < 28.0 AND education >= 14.0 THEN politicalParty = 2.”
How to Deal with Triggers in Your MySQL Database When Using Tungsten Replicator
(Chris Parker) Over the past few days we have been working with a number of customers on the best way to handle Triggers within their MySQL environment when combined with Tungsten Replicator.
Finally, sftp from an Oracle database using plain plsql
(Anton Scheffer) Just a quick blog to get me through the Christmas eve. More than 5 years ago I wrote a blog about FTPS from an Oracle database.
Identity wallets used by Oracle GoldenGate Microservices
(Bobby Curtis) Wallets, Wallets, and more wallets! … Wallets are used for a few different things within Oracle GoldenGate Microservices; identifying what wallet is being used by a service is simple if you know where to look.
Applying a Machine Learning Model in OAC
(Brendan Tierney) There are a number of different tools and languages available for machine learning projects. One such tool is Oracle Analytics Cloud (OAC).
SQL SERVER – ISNUMERIC Function and Interesting Result
(Pinal Dave) Today’s blog post is based on a very interesting observation sent to my client of the Comprehensive Database Performance Health Check. While I primarily focus on improving the performance of SQL Server, often I receive question-related to T-SQL and I enjoy answering them.
How to Solve the Angular NPM Error – Error Package Install Failed, See Above
(Chaman Gautam) The error in NPM, ‘error package install failed, see above’, can occur when the user creates a new project in Angular using Node.js using VS code. This means that NPM is corrupted in your system, and must reinstall NPM.
Lambda Expressions and Method References
(Anuj Pachauri) In this article, we discuss how to use lamdba expressions and reference methods in Java 8 in order to keep code size at a minimum.