What are the advantages of using Bonjour in a program (vb.net), is it even possible? Couldn't I get the same end result using just what I program?
+1
A:
You could probably write it yourself. But:
- It would take a lot of time and effort
- You would need to test it
- You would need to maintain it
Using a standard tested library generally results in a cheaper and more robust solution.
Shiraz Bhaiji
2010-10-19 20:21:12