hello,
i have a proifle.cs class file where i have this method
public string get_id(string name) { return name; }
i want to make its DLL so i can send the dll to any one and they can just add dll and access this method. please advice
Hi nauna,
Please refer below Link.
https://www.c-sharpcorner.com/UploadFile/1e050f/creating-and-using-dll-class-library-in-C-Sharp/
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.