Relative Content

Tag Archive for resources

How do you find out what resources are unmanaged?

Looking through the .NET documentation, specifically the WebRequest class, I don’t see any information indicating that I should wrap an instantiation of it in a using statement. Even the provided example does not do this. In most examples online however, this is exactly what’s done.

How do you find out what resources are unmanaged?

Looking through the .NET documentation, specifically the WebRequest class, I don’t see any information indicating that I should wrap an instantiation of it in a using statement. Even the provided example does not do this. In most examples online however, this is exactly what’s done.

How do you find out what resources are unmanaged?

Looking through the .NET documentation, specifically the WebRequest class, I don’t see any information indicating that I should wrap an instantiation of it in a using statement. Even the provided example does not do this. In most examples online however, this is exactly what’s done.

How do you find out what resources are unmanaged?

Looking through the .NET documentation, specifically the WebRequest class, I don’t see any information indicating that I should wrap an instantiation of it in a using statement. Even the provided example does not do this. In most examples online however, this is exactly what’s done.