I've got a contract where I have to continue the development of and old application suite that was programmed in VB5 back in the days.
I've bug to fix and new feature to develop.
So I have a few choices:
- Keep programming in VB5 (NOOOOOOOOOOOOOOO!!!!)
- Convert VB5 to C# (How??? Is it possible without going insane?)
- Rewrite the whole application suite (Very time consuming)
Is there any other choices? What should I do?
EDIT: Ah and also, it relies on an ACCESS database which I'd like to move to SQL EXPRESS. Because it's a crazy database made illogically by a stupid programmer from the '90s lol.
Thanks
Maybe you should first convert to vb.net, and then to C#?