Install Microsoft XNA 4.0 refresh without VS2010 for VS2015

My previous article http://t.co/XamFah9e8V shows how to install Microsoft XNA 4.0 refresh without VS 2010 for VS2013. In the meantime, Microsoft is kind enough to release a Community Preview version of VS 2015. And boy it looks amazing. It is fast, has a lot of functionality, and I basically am in love with it! Also […]

Win-REPO–A custom repo tool on Windows!

I have created a tool in my free time for duplicating repo functionality on windows without using the cygwin. Cygwin basically emulates Linux ABIs on windows and is prone to errors. My tool is using native windows binaries so no ABI translation is needed. The tool is available for download at: https://github.com/wolverine2k/win-repo/tree/master/releases. The instructions for […]

Windows 8 on a Virtual Hard Disk (VHD)

Now now, don’t get me wrong. I am not recommending and writing about installation of Windows 8 over Linux. Infact, I am not recommending you guys to install Windows 8 (W8) at all except if you like me are developers and creators at heart and would like to do some applications for Windows Phone 8 […]

Configure “Delegate” as a Forward Proxy

Delegate is a very simple and nice proxy which can be configured into many different kind of proxies depending on the use-case you are trying to implement. Best of all, it is open source i.e. free and works across various operating systems including our most hated Microsoft Windows platforms. But before I start to write […]