Hacker News new | ask | show | jobs
by l_j_w 933 days ago
A contractor placed a web service call in the onPaint() method of a .NET Windows Forms application. This blocked the paint from happening until the service call finished, causing the app to just be a blank white window.