Legend
Legend

Reputation: 116780

What is the state-of-the-art auto-update technique?

I have come across this thread but it is more than 2 years old. I am building a small library with a DLL file and a bunch of resource files. I want to the client to have an updated version of these files whenever they change on my server. How would I go about achieving this?

There were two options:

But I am interested in knowing if there have been any recent developments in this area.

Upvotes: 2

Views: 175

Answers (2)

tobsen
tobsen

Reputation: 5398

Althought I haven't tried it yet, NetSparkle might also be worth a try. And you might find this related question useful.

Upvotes: 1

Ankush
Ankush

Reputation: 2554

If client is another developer consuming your dlls NuGet is very good

http://nuget.codeplex.com/

Upvotes: 1

Related Questions