Windows Tricks and Tips – Unlocking Windows 8 “God Mode”

Ever heard of Cheat Sheet or God Mode? We usually used to do this stuffs while playing games where we do something or enter some secret code and we get all the powers and lots of life to be unbeatable in the game. Lame but still fun and exciting.

GodMode_SS08

One of the windows secret for Windows 8 and (or Windows 7) is the “God Mode”. Its a folder equivalent to control panel on the machine and it “unlocks” a set of secret features all in one place, in one folder.

Get path of configuration file for current running application using C#

In programming world everything is not a piece of cake. At times you need to do things more than available out-of-the-box. One of the common thing you seems to do is to modify or access your application’s configuration. There are two type of … [Continue reading]

Code First using Entity Framework 5 with example

CodeFirstExampleSS01

This will provide you the simple and fastest way to get started with the Code First Approach using Entity Framework 5. For the purpose of this demo, I am going to use WPF application and MVVM (light toolkit). But this can be done with other types … [Continue reading]

Bind DropDownList in MVC

This would be my first post on this blog, I hangout a lot at StackOverFlow and one problem most of MVC beginners face while integrating and binding DropdownList control in ASP.MVC and see their frustration coming out at SOF a lot. So I would try … [Continue reading]

Where is .NET Framework 4.5 Client Profile ?

DotNetFramework4.5ClientProfileMissingSS01

Where the hell is .NET framework 4.5 client profile ? Am I missing something ? Did I installed anything wrong ? Apocalypse ?   … [Continue reading]