How can I write a software so that it can be updateable? By updateable I mean that the
software I create can be updated whenever it’s necessary.
How do I write those updates? I understand that depending on the way you decide to make the updateable software, probably there will be different ways of writing the updates. If you tell me at least one way to do it, then maybe I can think of other ways.
PS: Sorry for any english mistakes and for bothering so much with my questions, but I’ve only been writing software for 1 month, so as you can see I’m not used to this kind of thinking. I’m learning though.
You may want to look into ClickOnce deployment, which is a method for deploying applications and updates.