 |
|
|
 |
|
|
 |
|
| |
 |
|
|
 |
C# and .NET Questions
|
C# Language
|
| 19. When creating an instance of a type, does the 'new' operator imply dynamic memory allocation? |
.NET Framework: Exceptions
|
.NET Framework: Serialization
|
| 3. Can any class by default be serialize? If not, how do you serialize a class? |
.NET Framework: Collections
|
.NET Framework: Configuration Files
|
| 4. What is an application, assembly and machine configuration file. What is contained in them? |
.NET Framework: Asynchronous Programming
|
| 8. Since a thread uses a delegate, can you use a list of your delegate targets? |
| 18. What is a background thread. What is a foreground thread. Describe how the CLR handles each type? |
.NET Framework: Xml
|
| 4. What classes implements the Xml serialization (What is the difference between this and other serialization formatters)? |
.NET Framework: Interoperability
|
| 5. What optional attribute parameter must be set to ensure the Win32 error is accurate before invoking a native C function? |
| 8. Can you force a COM object out of scope? If so, how? |
| 10. Can you expose a .NET assembly as a COM component? If so, how? How do you implement COM registration for a .NET assembly? |
.NET Framework: Text
|
| 1. Why and when do you need to encode text in .NET. How would you do it? What encoders are available? |
|
|
 |
|
|
 |
|
 |