Java provides the jar file so that all the class files and jar files are merged into one file.
Does C# provide equivalent/similar functionality?
Java provides the jar file so that all the class files and jar files
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
.NET compiles into dll or exe. You can use ILMerge to merge several dlls/exes into one.