Have a look at MSDN it has a lifetime of the frameworks but as above
1.0 - Base framework
2.0 - Generics, UDT and also nullable types.
3.0 - 2.0 plus some additions nothing major
3.5 - WPF,...
Type: Posts; User: Loki117; Keyword(s):
Have a look at MSDN it has a lifetime of the frameworks but as above
1.0 - Base framework
2.0 - Generics, UDT and also nullable types.
3.0 - 2.0 plus some additions nothing major
3.5 - WPF,...
you could late bind the reference not a great way of doing things but would work.
There are multiple uses. It can also be used to define the scope of a specific object to make sure that the object is picked up by the GC as soon as the using area is exited.