Cloud Computing is the Mainstream Now
2015-10-27
Due to the newest quarter earning releases from big companies such as Microsoft, Amazon and Google i ...
DNX for .NET Framework, .NET Core and Mono
2015-10-26
We posted simple DNX concept before, the DNX is .NET Execution Environment. By now I have acknowledg ...
How to Stop a SQL Server Instance
2015-10-09
In some cases you might have to stop a SQL Server instance. For example: you want to install SQL Ser ...
SQL Server Cannot Connect to WMI Provider, No Permission
2015-10-09
We have SQL Server Management Studio 2012 Express works well, but when we tried to launch SQL Server ...
How to Change Multiple Data Table Names in SQL Server
2015-10-06
In our one case we have multiple data tables with names includes spaces, we need to cut off all spac ...
Copy Data Tables From Another Database Using SQL Server Management Studio
2015-10-06
Sometimes we need to copy data tables from another database in SQL Server. There are multiple ways t ...
Visual Studio with Git Conflict prevents checkout
2015-09-29
I had a project which developed on different computers using .NET in Visual Studio 2013, I used Git ...
How to disable Progress bar’s animation in .NET
2015-09-28
The Windows Forms progress bar control comes with re-draw bar function by default, you will see the ...