Monthly Archives: January 2022

There is no available node. Please check node status on the monitoring page of the ADF portal and ensure that at least one node is in running 1 and try again

This blog article shows you one of the ways to resolve the error “There is no available node. Please check node status on the monitoring page of the ADF portal and ensure that at least one node is in running … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Tagged , , | Leave a comment

CTO January 2022 articles and resources

These are the good reads found in this month. 3 steps for creating a data-to-value ecosystem 1. Create a center of competency. 2. Extend data and design literacy efforts. 3. Create a cross-functional and diverse team of strategic thinkers. https://www.cio.com/article/189627/3-steps-for-creating-a-data-to-value-ecosystem.htmlContinue reading

Posted in .Net, Cloud, Community, Computers and Internet, CTO, Data Platform, management, Microsoft Office | Tagged | Leave a comment

Comparing Smallest and Biggest numbers despite how many numbers C#

The blog article shows you one of the ways to let user to in as many numbers as they want and you can get the smallest and the greatest numbers that they inputted. The steps to do this as follow: … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Tagged , | Leave a comment

Sustainability. Good for Business Playbook

Learn why sustainability is good for business and explore practical steps to accelerate your organisation’s sustainability journey in the free Executive Playbook. Playbook download: https://bit.ly/3fV1SHF (Read it now, I am not sure how long Gartner will leave the link alive).

Posted in .Net, Cloud, Community, Computers and Internet, CTO, Data Platform | Tagged | 1 Comment

Predict Value using ML.NET (Machine Learning)

This blog article shows you how to predict value using ML.NET, Machine Learning. Readers are required C# knowledge for this. Firstly, create a Console Project in Visual Studio. Select Console App then click Next. Type in the name of the … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Tagged | Leave a comment

Microsoft Excel cannot access the file

This blog article shows one of the possible ways to resolve the error Microsoft Excel cannot access the file “c:\temp\myfile.xlsx”. This happens especial when you have .NET web app calling a program with Microsoft.Office.Interop.Excel.Application. One of the possible solutions is … Continue reading

Posted in Uncategorized | Leave a comment

C# Algorithm to compare 3 numbers

This blog article shows you 2 of the algorithms to compare 3 numbers. You will not see loop and array in the code that is because when I teach the students on this topic, the loop and array topics are … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet | Tagged | Leave a comment

SQL Server View few recent SQL Queries History using Azure Data Studio

This blog article shows you how to view few recent SQL Queries History using Azure Data Studio. Azure Data Studio comes with the latest SQL Server Manager Studio. Start Azure Data Studio after you have installed it. Client on the … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Tagged | Leave a comment

Asus VivoBook X513EP Review

This blog article is my experience with Asus VivoBook X513EP. The laptop configuration as below. 1. Speed and Performance The performance and speed are fine hence I have upgraded the RAM to 20GB. 2. Voice (the disaster) – Cisco WebEx … Continue reading

Posted in .Net, Computers and Internet, Operating System | Tagged | Leave a comment

Delete data to SQL Server using Visual Studio Code

This blog article shows how delete data to SQL Server using Visual Studio Code. We read rows form SQL Server using ADO in Visual Studio Code in https://chanmingman.wordpress.com/2021/12/26/read-from-sql-server-using-visual-studio-code/, you Add the record in https://chanmingman.wordpress.com/2021/12/31/create-data-to-sql-server-using-visual-studio-code/ and update the database record in … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Tagged | Leave a comment