Common Language Runtime Questions:
Describe the inheritance differences between a class and a struct. Give three examples of structures in the System namespace. Can you have multiple types from with a single System.Array? In the IDisposable pattern, how do you stop the finalizer from being called by the Garbage Collector? What is a satellite assembly and why would you use them? I need a string to be formatted using non-culture specific formatting. How would I do this? I have an overloaded constructor that needs to call a constructor from the base class that has multiple parameters. How do I do this?