S
Smithers
I'm writing a code library that needs to be reused between a Windows Forms
application and and an ASP.NET Web application.
The library needs to do a couple of things differently depending on the type
of application the library has been loaded for.
What is a reliable and non-hacking way for the code to make that
determination (hosting application type)?
Using .NET 3.5
Thanks
application and and an ASP.NET Web application.
The library needs to do a couple of things differently depending on the type
of application the library has been loaded for.
What is a reliable and non-hacking way for the code to make that
determination (hosting application type)?
Using .NET 3.5
Thanks