Monthly Archives: December 2021

Create data to SQL Server using Visual Studio Code

This blog article shows how to add the row to a SQL Database using ADO in 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/. The database creation script is in the … Continue reading

Posted in Uncategorized | 3 Comments

Read from SQL Server using Visual Studio Code

This blog article shows you how to read SQL Server database table when coding using Visual Studio Code. When you create a C# console project using dotnet new console. You only get one like of code. Console.WriteLine(“Hello, World!”); You need … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Tagged | 3 Comments

Add System.Data.SqlClient using Visual Studio Code

The blog article shows you one of the ways to add System.Data.SqlClient using Visual Studio Code. First, in Visual Studio Code you need to add the extension Nuget Package Manager GUI (it is still working for now, hope the time … Continue reading

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

Could not execute because the application was not found or a compatible .NET SDK is not installed.

This blog article shows one of the possible way to resolve the error “Could not execute because the application was not found or a compatible .NET SDK is not installed.” After you install a tool such as Visual Studio Code. … Continue reading

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

Generate SQL Server database test data

The blog article shows you one of the ways to generate test data for SQL Server Database. This article expect you know have knowledge in C#. Firstly, you have a model named Teacher as follow. public partial class Teacher { … Continue reading

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

Azure AI Services at Scale for Cloud, Mobile and Edge (ebook)

Boost your knowledge of cloud concepts and see how to build intelligent applications to optimise your business processes. Read the eBook, Azure AI Services at Scale for Cloud, Mobile and Edge, to learn more about AI-oriented architecture, get an overview of … Continue reading

Posted in Uncategorized | Leave a comment

Generate a Model for an Existing Database in Entity Framework Core

This blog article shows you how to generate model form existing SQL Server Database using Entity Framework Core. In this example, I have a database named SchoolDB with the following database tables. To generate models from the above database you … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Tagged | 6 Comments

CTO December 2021 articles and resources

These are the good reads found in this month. Getting the CIO-CFO relationship right A level playing field Learning to speak the same language Pragmatic frugality https://www.cio.com/article/3638862/getting-the-cio-cfo-relationship-right.html?upd=1636897961261 How to automate QA testing of SaaS and low-code applications Annoyed stakeholders frustrated … Continue reading

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

ML.NET using F#

This blog post shows the F# code that works for ML.NET. The code below read a text file with salary data. Trainer the model and predict the Salary. You can watch the original video in the link below. open System … Continue reading

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

Bad Request – Invalid Hostname when browse the website through F5

This blog article shows one of the possible ways to resolve Bad Request – Invalid Hostname error when go through F5 for load balance. This article only apply to IIS and expect you to have knowledge on IIS. When you … Continue reading

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