Monthly Archives: January 2017

Free ebook: Containerized Docker Application Lifecycle with Microsoft Tools and Platform

This sounds to me like I can develop an application in Windows Platform such as C# and run on Linux. There is no clear sample code you can use to try the application with the Docker. The book purely deliver … Continue reading

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

Upgrade from Windows 8.1 to Windows 10 for Windows Phone

This short blog shows you how to upgrade from Windows 8.1 to Windows 10. I have upgraded my Nokia Lumia 735 from Windows 8.1 to Windows 10. My son has upgrade his Microsoft Lumia 640 XL from Windows 8.1 to … Continue reading

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

Using node.js as a web server with Visual Studio Code

This blog shows you how to use node.js as web server. If you just want to test html, JavaScript, and CSS then you can use node.js as web server. Do the following 1.       Download Visual Studio Code https://code.visualstudio.com/. 2.       Install … Continue reading

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

Microsoft Power BI vs Qlik vs Tableau

Gartner 2016 reports shows Tableau, Qlik, and Microsoft are the leader in Business Intelligence and Analytics Platforms. The full Gartner url is at the bottom. The Gartner link will be broken in sometime later, that was my experience with Gartner … Continue reading

Posted in .Net | Tagged , , , , | Leave a comment

Waze has no sound in Windows Phone running Windows 10

Go to Waze sound setting (Go to Setting then swap your finger to the left). Choose Sound, Choose Direction only instead of Include street name. That was discovered by my son. Waze can talk now. Maybe you have some other … Continue reading

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

The trend of C#, VB.NET, and F#

Below is the highlight of the long article for C#, VB.NET, and F# C# C# is also one of the few big mainstream languages to figure on the most loved top 10 in the StackOverflow survey. We will keep growing … Continue reading

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

The refactoring operation cannot be completed because it requires changes to generate code

The short blog shows you the workaround to the error “The refactoring operation cannot be completed because it requires changes to generate code”. In one scenario, you will get this error is that you want to rename the namespace of … Continue reading

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

Unable to cast COM object of type ‘System.__ComObject’ to interface type ‘Microsoft.Office.Interop.Outlook.ContactItem

This short blog show you how to fix the error you might have when following a msdn article for Outlook Add-in. If you are following this article How to: Programmatically Search for a Specific Contact  https://msdn.microsoft.com/en-us/library/ms269001.aspx You might hit the … Continue reading

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