Monthly Archives: November 2016

The domain is blocked due to content filtering

This short blog showing you a workaround to the problem “The domain is blocked due to content filtering” by OpenDNS. I got 2 PCs at home hit by this error “The domain is blocked due to content filtering” when using … Continue reading

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

Script Component Transformation in SSIS

This article shows you how to use Script Component in SSIS to transform a database column. Assumption: You have at least Visual Studio 2013 with SQL Server Data Tool installed. Scenario: Appending a “1” in all the product number and … Continue reading

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

var keywrod in C#

Once upon the time there is a group of .NET developer just want to use var to declare all the variable. MSDN has written “Beginning in Visual C# 3.0, variables that are declared at method scope can have an implicit … Continue reading

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

The SSL certificate is signed by an unknown certificate authority

This short blog shows you one of the ways to resolve the error “The SSL certificate is signed by an unknown certificate authority”. When I tried to do a deployment from Visual Studio Release Management to Windows Azure then I … Continue reading

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

Sharing Office Add-ins using Shared File

The blog shows you how to share Office Add-ins using Shared File option instead of have to use Visual Studio everything when you want to use your Office Add-ins. The one who are reading this should have already known following: … Continue reading

Posted in .Net, Cloud, Community, Microsoft Office | Tagged , , , , , | Leave a comment

Binary Search in C#

This short blog contents the code snippet for Binary Search in C#. The code below has been converted from the Binary Search for Java code https://www.geekboots.com/java/binary-search. using System; using System.Collections.Generic;   namespace ConAppBinarySearch {     class search     {         … Continue reading

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