Gotchas of moving from developing ASP.NET to Winforms apps

Posted by Peanut on Stack Overflow See other posts from Stack Overflow or by Peanut
Published on 2010-06-05T23:13:00Z Indexed on 2010/06/05 23:22 UTC
Read the original article Hit count: 540

Filed under:
|
|

Hi,

After developing ASP.NET apps exclusively for several years I'm about to start developing Winforms apps. What are the gotchas that I should be looking out for with this changes? For instance the way object lifetime is managed in the winforms paradigm. I'm sure there must be plenty of gotchas / differences between the two that I need to be mindful of.

Thanks.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about winforms