Monthly Archives: September 2021

CTO September 2021 articles and resources

These are the good reads found in this month. Why Kubernetes will disappear The architect The developer The operations team https://levelup.gitconnected.com/why-kubernetes-will-disappear-10ffcfb39f01 In search of the devops ideal Development: The “inner loop” Automated testing https://www.infoworld.com/article/3625571/in-search-of-the-devops-ideal.html How to choose a low-code development … Continue reading

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

C# Open URL in Browser

This blog article shows you how to open URL using C#. This program will take the command value below to open the URL. The value is “C:\Program Files\Internet Explorer\iexplore.exe” %1 so it will be Internet Explorer (IE) change to Chrome … Continue reading

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

Power Automate Instant Cloud Flow Copy SharePoint File

This blog article shows you how to copy file from one SharePoint location to another using Power Automate. Pay attention there are 3 actions for this, For a select file, Get file properties, and Copy file. Many people only put … Continue reading

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

View T-SQL statement execute using SQLCMD

The blog post shows you how to view the T-SQL statement running using SQLCMD. In order to do this, you need SQL Profiler. I have a T-SQL file Products1.sql to insert the record. To keep track the statement running inside … Continue reading

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

SQL Server How to Execute very large T-SQL file

This blog article shows you how to Execute very large T-SQL file, for example, the T-SQL file with 30GB. Maybe someone else has another way to execute it. For me, I did the following. 1. Download and install Git Application., … Continue reading

Posted in Uncategorized | Leave a comment

Power Automate Desktop Transfer data from Word

This blog article shows you one of the reasons you do not get the value from Microsoft Word file when you use Power Automated Desktop. When you look at this forum https://powerusers.microsoft.com/t5/Power-Automate-Desktop/Transfer-data-from-Word-to-Excel-using-PAD/td-p/881067?WT.mc_id=DP-MVP-36769. The 2 picture below is extracting from a … Continue reading

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

Blazor Call Web Api to Get Shared Folder Structure

This blog article shows you how to get the Shared folder structure at the Web Api backend. This short article expects you to know ASP.NET Blazor and ASP.NET Web Api basic. The flow of the simple application as below. Blazor … Continue reading

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

ReadAsAsync is missing form HttpResponseMessage.Content

This blog article shows you one of the possible reasons you cannot find ReadAsAsync in HttpResponseMessage.Content. Let’s say you have a Blazor application. You realized the ReadAsAsync does not come out from Intellisense. The below ReadAsAsync cannot appear in your … Continue reading

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

.NET Framework 4.8 Cannot find object or property Windows Server 2016

When you install .NET Framework 4.8 Developer Pack in Windows Server 2016 then you might hit the following error “Cannot find object or property”. This blog article shows one of the possible ways to resolve this error. I found the … Continue reading

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

Unable to run a WCF for Debug with Visual Studio 2022

This blog article shows you one way to debug the WCF Service in VS 2022. When you use Visual Studio 2022 to create a WCF Service Application and run. You will hit the error “Could not load file or assembly … Continue reading

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