Archive

Posts Tagged ‘Winforms’

Determine current execution context (ASP.NET or Winforms)

October 5th, 2007 leandrodg 2 comments 2,157 views

I’ve searched over the internet for this and couldn’t find anything.

A method I’m working on should have a different behavior when called in a Web Application (Webforms) and a Windows Application (Winforms).

Read more…