Monthly Archives: January 2021

Spelling check is not working in some of the Microsoft Word documents

This blog article shows you one of the possibilities why spell checker is not working in some of your Word documents. Most of the articles you found in the internet will tell you the Proofing Tools is not installed. Somehow … Continue reading

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

SQLRETURN SQLDriverConnectW(SQLHDBC,SQLHWND,SQLWCHAR *,SQLSMALLINT,SQLWCHAR *,SQLSMALLINT,SQLSMALLINT *,SQLUSMALLINT)’: cannot convert argument 3 from ‘SQLCHAR *’ to ‘SQLWCHAR *

This blog shows you one position ways to resolve the error “SQLRETURN SQLDriverConnectW(SQLHDBC,SQLHWND,SQLWCHAR *,SQLSMALLINT,SQLWCHAR *,SQLSMALLINT,SQLSMALLINT *,SQLUSMALLINT)’: cannot convert argument 3 from ‘SQLCHAR *’ to ‘SQLWCHAR ” When you copy and paste the code from here  https://docs.microsoft.com/en-us/sql/odbc/reference/syntax/sqldriverconnect-function?view=sql-server-ver15  to Visual Studio 2017. … Continue reading

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

Add logic to your applications with C#

This blog article shows one of the best resources I found for C# beginner. Add logic to your applications with C# https://docs.microsoft.com/en-us/learn/paths/csharp-logic/?WT.mc_id=DP-MVP-36769 Control variable scope and logic using code blocks in C# https://docs.microsoft.com/en-us/learn/modules/csharp-code-blocks/?WT.mc_id=DP-MVP-36769 Branch the flow of code using the … Continue reading

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

C++ ODBC connect to SQL Azure Database

This blog article shows you where to get the C++ code that can connect to both SQL Server database and SQL Azure database. I put the code in this page http://bit.ly/2MeyS2e, in the same folder by following the exact same … Continue reading

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

The setup for installation of Visual Studio is not complete

This blog article shows you how to resolve the error “The setup for installation of Visual Studio is not complete” when you are trying to run Visual Studio 2019. When I was starting Visual Studio 2019 the following window pop … Continue reading

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

ASP.NET Web API to return JSON instead of XML

This blog article shows you how to change XML return result to json return result in C# Web Api. When you create the Web Apii using Visual Studio 2017 then you may face the same problem as I do, the … Continue reading

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

Azure DevOps (formerly Team Foundation Server TFS)

This blog article provides you the resources of Azure DevOps. Azure Pipelines documentation https://docs.microsoft.com/en-us/azure/devops/pipelines/?view=azure-devops/?WT.mc_id=DP-MVP-36769 What is Azure Pipelines? https://docs.microsoft.com/en-us/azure/devops/pipelines/get-started/what-is-azure-pipelines?view=azure-devops/?WT.mc_id=DP-MVP-36769 Build TFVC repositories https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/tfvc?view=azure-devops/?WT.mc_id=DP-MVP-36769 Build Azure Repos Git or TFS Git repositories https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/azure-repos-git?view=azure-devops&tabs=yaml/?WT.mc_id=DP-MVP-36769 Tutorial Azure SQL database deployment https://docs.microsoft.com/en-us/azure/devops/pipelines/targets/azure-sqldb?view=azure-devops&tabs=yaml/?WT.mc_id=DP-MVP-36769 UI testing … Continue reading

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

Laptop cannot sleep in Windows 10

This blog article shows you one of the possible ways to make your laptop able to sleep again. 1. Go to Control Panel -> All Control Panel Items -> Power Options. 2. Select Change plan settings. Select Change advanced power … Continue reading

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

C++ Standard Template Library (STL) Set

This blog articles puts all the key STL Set features together, Insert, Find, Delete and Read. One thing very good about Set is that it each time you insert an element it will be sorted. int main() {     // Initialize … Continue reading

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

MSB8020 The build tools for v142 (Platform Toolset = ‘v142’) cannot be found

This blog article shows you one of the possible ways to find the error below. “Severity    Code    Description    Project    File    Line    Suppression State Error    MSB8020    The build tools for v142 (Platform Toolset = ‘v142’) cannot be found. To build using the v142 build tools, please install v142 build … Continue reading

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