There is no Issue to make dll in C#...Go to Project and Select "Class Library" and work as you work in Usual FORM by making Classes or functions ....The only difference is that when we are m...
Open the property page of the Project File and thenopen CommonProperties -> Genaral ->Output Typechange the output type to class library and build the application then u'll get a dll file.also i...