Answer Posted / Vaidehi Sharan
There are several ways to deploy a .NET assembly: copying it manually into the target directory, using Windows Installer (MSI), or by using ClickOnce. Another approach is self-contained deployment where you bundle all dependencies (including the runtime) within the application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers