Programming Tips and Tricks
Mostly c#, asp.net, javascript, ADO.net, Entity Framework.
Instead of having to assign RenderMode to each control on every page, you can just specify the mode in your web.config. Proper values are Auto, Classic, LightWeight, and Native.
It's actually a simple fix. For all asp.net 4.5 applications, just add this line in the web.config.