Demonstrate how to access unmanaged code using Interop1. Use System.Runtime.InteropServices. 2. Use DllImport to declare the unmanaged procedure. 3. Map the data types of the procedures parameters to equivalent .NET types. 4. Call the unmanaged procedure. 5. Test it Explain the namespaces in which .NET has the data functionality class. System.Data
|
NET - Explain the components of common language runtime.Explain the components of common language runtime - Class Loader, MSIL, Code Manager, Garbage collector, Security engine, Type Checker, Thread Support, Debug engine, Base class library, Exception manager, COM Marshaller......