Tagged Questions
1
vote
3answers
94 views
How long does an object in the CodeBehind live?
If I create an object in the code-behind of an .aspx page, how long can I expect that object to live? Will it live across post-backs? Could I pass it somehow to another page? Could I make it live as ...
0
votes
1answer
135 views
Where can I find a detailed view of the lifecycle of a Windows Service as developed in .NET?
Where can I find a detailed view of the lifecycle of a Windows Service as developed in .NET? I put my question this way because I am not sure that a detailed enough description can be posted here, but ...