1.)What is Pinvoke ?
Pinvoke(Platform invoke) is a service that enables managed code to call unmanaged functions implemented in DLLs (dynamic-link libraries), such as those in the Win32 API.
Pinvoke(Platform invoke) is a service that enables managed code to call unmanaged functions implemented in DLLs (dynamic-link libraries), such as those in the Win32 API.
2.)Is it true that COM objects no longer need to be registered on the server??
Yes. It is true that COM objects no longer need to be registered on the server.
3.) Can .NET Framework components use the features of Component Services?
Yes, we can use the features and functions of Component Services from a .NET Framework component.
4.) What are server controls in ASP.NET ?
The Server controls are components that run on the server and encapsulate user-interface and other related functionality. They are used in ASP.NET pages and in ASP.NET code-behind classes.
4.) What is the difference between Web User Control and Web Custom Control ?