MVC - How to disable Script Buldling Minification for debugging

Trying to debug scripts can be a pain in the neck if you are using bundling and Minification to opti [More]

How to set the orientation on Windows 8 Phone

Set the orientation in your "MainPage.xaml" file's xml according to
Microsoft's documentation.  [More]

IPC or Interprocess Communications in C#

Someone asked me about a sample application of IPC or Interprocess Communications using memory mappe [More]