Monthly Archives: December 2020

Visual Studio Code for C++ in Ubuntu

This blog article shows you how to use Visual Studio Code for C++ in Ubuntu. The article gives you the precise steps so you do not need to read the long article and figuring out what steps you actually need … Continue reading

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

Install C++ in Ubuntu 20.04

This blog article shows you one of the ways to install C++ into Ubuntu 20.04. Although a lot of article out there showing it possible to use the command gcc to compile C++ instead of just C but I could … Continue reading

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

Hyper-V Enable the vertical and horizontal scroll bar

This blog article shows you how to make the vertical and horizontal of the Hyper-V appear. You can not really enable and disable it. The trick here is I am playing with the Zoom Level. The default Zoom Level is … Continue reading

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

Excel Export and Import the custom Tab

This blog post shows you how to export and import the Excel Ribbon. Problem: After you have created a VBA Macro button and email to a friend or colleague. When your friend opens the Excel file, the ribbon and the … Continue reading

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

Azure Data Studio in Linux

The short blog article shows you how to install Azure Data Studio in Linux. You can refer to this article, https://chanmingman.wordpress.com/2020/12/23/microsoft-sql-server-ubuntu-installation/, to install a SQL Server and create a TestDb. Download the installation file, at this moment of time is … Continue reading

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

Microsoft SQL Server Ubuntu 20.04 installation

This blog article shows you where to follow to get your SQL Server install successfully in Ubuntu Linux. The full steps is in the link of this article. In between you will see the screens like the following. I am … Continue reading

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

Postman POST to ASP.NET Web API 400 Bad Request

This blog article shows you one of the possible ways to resolve 400 Bad Request on Postman when sending a POST to ASP.NET Web Api. This article expects you to know C# and basic ASP.NET Web Api. When you have … Continue reading

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

CTO December 2020 articles and resources

These are the good reads found in this month. Tapping into dark data for efficiency, innovation, and income Dark data presents an exciting opportunity for early movers to secure a competitive advantage over slower rivals. https://www.cio.com/article/3596600/tapping-into-dark-data-for-efficiency-innovation-and-income.html?upd=1606636286734 What is CI/CD? Continuous … Continue reading

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

ASP.NET Blazor Session State

This blog post shows you one of the options for ASP.NET Blazor session. The official way should be create a class. This way below is one of the earliest suggestion by Microsoft and it is still working. First you add … Continue reading

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