Monthly Archives: November 2020

Microsoft BizTalk Server documentation

This blog article shows you the resources of Biztalk. If you are a guy following Microsoft technology for the last 20 tears then you will know people talking about Biztalk will die soon from 20 years back. Today you see … Continue reading

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

.NET 5 Winform (Apply to .NET 6 and 7)

This blog articles shows you how to create a Winform. Many people out there started .NET Core with ASP.NET. Winform is very long-time technology that create a graphic interface very rapidly like Webform. You can watch how to create a … Continue reading

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

How to optimise IT costs and maximise value with Azure Infograph

Learn how to optimise costs and improve the scalability, performance and security of your IT environment with Azure infrastructure. Read this infographic to learn how to: Enable productivity anywhere and maintain business continuity. Help secure apps and networks from cyberattacks … Continue reading

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

Blazor for ASP.NET Web Forms Developers ebook (free for now)

This short blog article shows you where to download a free (free for now) Blazor for ASP.NET Web Forms Developers ebook. It is a good material to get started with Blazor Web App. It is thin and easy to read, … Continue reading

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

Python retrieve data from SQL Server

This blog article shows you how to connect Python to SQL Server. First you need to make Python run in Visual Studio https://chanmingman.wordpress.com/2020/11/15/python-using-visual-studio-2019/. You also need to have SQL Server install with nothwind database. Go to the Python folder where … Continue reading

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

Pin the program from Desktop to Start Menu Windows 10

This blog article shows you how to Pin your desktop item to Start Menu (Pin to Start). First you need to drag your desktop program using Right mouse button to C:\Users\YourAccount\AppData\Roaming\Microsoft\Windows\Start Menu\Programs. Choose Create shortcuts here. Click Start button from … Continue reading

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

Merge Sort C++

This blog article shows you a working merge sort using C++. There are many code snippets out there but not everyone of them work. I have gotten a code from here https://www.softwaretestinghelp.com/merge-sort/ and tried to insert them in C++, this … Continue reading

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

exePath must be specified when not running inside a stand alone exe

This blog article shows one of the possible ways to fix the error above and Add key and value to Web.config during runtime. In the article, https://chanmingman.wordpress.com/2020/11/09/add-value-to-app-config-during-runtime/, shows you how to Add key and value to App.config during runtime using … Continue reading

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

CTO November 2020 articles and resources

These are the good reads found in this month. Here’s A Hint About How Few People Click Those “Do Not Sell My Personal Information” Links https://www.forbes.com/sites/robpegoraro/2020/11/13/heres-a-hint-about-how-few-people-click-those-do-not-sell-my-personal-information-links/?ss=bigdata&sh=3a80f1111fc9 6 hidden risks of IT automation Automating processes before optimizing them Allowing ‘automation complacency’ … Continue reading

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

Python resources

This blog article shows you the Python programing resources. Introduction to Python https://docs.microsoft.com/en-us/learn/modules/intro-to-python/?WT.mc_id=DP-MVP-36769 Get started using Python on Windows for scripting and automation https://docs.microsoft.com/en-us/windows/python/scripting/?WT.mc_id=DP-MVP-36769 Azure Functions Python developer guide https://docs.microsoft.com/en-us/azure/azure-functions/functions-reference-python/?WT.mc_id=DP-MVP-36769 How to install Python support in Visual Studio on Windows … Continue reading

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