DLL

Hi,

i want to implement the dataset at DLL with interaction between the Server and client.

It Is posible done at C# How To Do That

Thanks A Lot.



Answer this question

DLL

  • mll

    I am not sure this is what you want but I think you should have a look at class libraries. You can create a empty class library from the template. You then add the classes you want to have in it.

    You can then reference this project/class library from a windows forms application, a ASP.NET website or other .NET languages.



  • Takalth

    Hello Andreas!

    So it should be possible to take a vendor-specific DLL and
    access its methods from C#, nothing I have to do to make
    the DLL C#-compliant

    regards, i


  • RPaton

    You can use non .NET DLLs through interop.

    You import functions from a DLL with DllImportAttribute.



  • shameed2

    Were you able to access methods in the DLL

    Regards,
    Bhanu.



  • DLL