Recent Posts

JIT vs NGEN

2 minute read

Being a hardcore C developer, I always doubted whether JIT is actually performance centric or not. But guys! It is awesome. Kudos to Microsoft for this wonde...

Finding currently focused control

1 minute read

Good question!  Now, this was a question in one of my sessions at Microsoft Community at Cognizant.  We need to use User32 API's to do this stuff. It isn't t...

Winform Tip#1: Transparent Form

less than 1 minute read

The opacity property enables you to specify a level of transparency for the form and its controls. See the .NET documentation for Form.Opacity for difference...

ASP.NET Best Practices (for Webforms)

8 minute read

This has been pending since long. People have been requesting this information and I've not been able to find time to write on Best Practices. And this fine ...