Monthly Archives: July 2020

ASP.NET Blazor call JavaScript

The article lets you know how to call JavaScript from ASP.NET Blazor. In order to call JavaScript from Blazor you need to use IJSRuntime library. On top of the Blazor page put @inject IJSRuntime JsRumtime Create a simple JavaSscript file … Continue reading

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

Could not load file or assembly ‘System.Data.SqlClient, Version=4.6.1.1, Culture=neutral

This article let you know the workaround. It does not really have a solution for it. What happen here is, I have a .NET Standard 2.0 Class Library without problem for WCF to call till I have added System.Data.SqlClient to … Continue reading

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

Fastest way to download Youtube video

It works today but I am not sure when will Youtube going to ban it. Firstly, you add the Free Download Manager extension to Google Chrome. Right click the Youtube video that you want to download then select Download with … Continue reading

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

http error 404.3 – not found wcf service iis

This article shows one of the ways to resolve the 404.3 error when you browse WCF in IIS. Make sure your HTTP Activation. Go to Control Panel -> Programs -> Programs and Features -> Turn Windows features on or off. … Continue reading

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

string.Split() alternative for .NET Standard 2.0

The article discusses how to resolve the stringSplit() that return a string[] is not available in .NET Standard 2.0. The error is like the one below. You might ask why .NET Standard 2.0. The reason is, .NET Framework cannot call … Continue reading

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

SQL Server Database file cannot be zip

This short article shows you one of the possible solutions if you cannot zip your database file. When I tried to rar the database file I got. When I right click the file and go to Security then you see … Continue reading

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

WCF send and receive Json data

This article shows you how to send and receive data using Windows Communication Foundation (WCF). This article expects you have basic WCF knowledge. The code divided into 2 parts. The WCF Service and the client calling the service. The WCF … Continue reading

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

Power BI Drill Down Hierarchy fields

This article shows you how to create a drill down using Hierarchy fields. This is also something that I usually forget. You need to have Northwind database and Power BI Desktop for this article. Start Power BI Desktop. Get Data. … Continue reading

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

ASP.NET Blazor call WCF

This article shows you how to call WCF Services from Blazor project. This article expects you to know what is WCF and what is Blazor, search more at chanmingman.wordpress.com if you need more information. This article has 2 parts, one … Continue reading

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

The path is already in workspace Azure DevOps

This short article shows you how to resolve the error “The path is already in workspace” when you are trying to map the solution from DevOps. The error like the one below. There are 2 possible ways to resolve this. … Continue reading

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