Tyler Fang's Blog

Everything on JavaScript (except a couple things)

[JavaScript] Is Function.prototype.bind() a bad practice?

There are many articles out there explaining what Function.prototype.bind() does for us, but it...

Author: Tyler Fang Date: 06/06/2014

[C#] Properly Re-throwing Exceptions in C# (or .NET to be General)

If you've spent almost your entire college with Java and recently become a newbie to .NET and C#...

Author: Tyler Fang Date: 09/14/2012

[Fiddler] Fix "The proxy server isn't responding" Problem Caused by Fiddler

Very occasionaly I ran into the problem of losing network connection after using Fiddler for...

Author: Tyler Fang Date: 07/18/2012

[Windows] Win8 Failed Booting after Installation, Stuck on "Getting Devices Ready"

Recently I ran into this problem after installed a Windows 8 RC build on my test machine. The...

Author: Tyler Fang Date: 07/08/2012

[C#] Two Easy Tricks to Play with Byte Array Using Buffer.BlockCopy

A lot of times when I have to feed some APIs with byte array(byte[]), I got myself confused during...

Author: Tyler Fang Date: 07/04/2012

[C#] A quick (and easy) way to deserialize a XML file into List

I spent more time than I expected to find a easy and intuitive way to quickly transform the data...

Author: Tyler Fang Date: 07/02/2012