how to make dll file in c#.net
how to make .dll file of .cs in c#.net pages ...
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prince PatelPosted Apr 23, 2022, 8:26 AM
I think thi will help you to create Dll using c#
Blog : https://www.thecodehubs.com/how-to-create-and-use-dlls-class-libraries-in-asp-net
Nitesh KejriwalPosted Jan 18, 2014, 10:01 AM
When you build/publish your website project, all your .cs file is converted into a .dll file inside your bin folder.
sanjay tiwariPosted Jan 18, 2014, 9:24 AM
Satyapriya NayakPosted Jan 18, 2014, 9:19 AM