VB .Net Question:

What is the advantage of packaging over xcopy in .NET?

VB .Net Interview Question
VB .Net Interview Question

Answer:

With the help of xcopy we solve the problem of DLL HELL and com dependencies and when we make xcopy of project all the dll, dependencies, assembly are updated automaticaly it's a powerful feature of .NET


Previous QuestionNext Question
What are the difference between dispose(), close(), exit(), end()? When do we use them?What is the difference between DataTable and DataSet?