Can u Please Find me a solution for creation of dll file in C# Console Appplication not only in ASP Applications
If so please provide me a possibility for this with a sample program & including its explanation.
Please Provide any material or any notes for this type of technique.
Loading
Sam HobbsPosted Feb 23, 2012, 2:38 AM
Aditya, what kind of DLL? There are many types of DLLs. Why do you need to use a DLL? The reason I ask why is because that will help us understand what you need to do. How are you going to use the DLL? Are you going to use Platform Invoke (DllImport)?