Less time consuming : Rewriting or converting an app from VB5 to C# -


i've got contract have continue development of , old application suite programmed in vb5 in days.

i've bug fix , new feature develop.

so have few choices:

  1. keep programming in vb5 (nooooooooooooooo!!!!)
  2. convert vb5 c# (how??? possible without going insane?)
  3. rewrite whole application suite (very time consuming)

is there other choices? should do?

edit: ah , also, relies on access database i'd move sql express. because it's crazy database made illogically stupid programmer '90s lol.

thanks

the choice i've made every time re-write, or purchase suitable replacement if find one.

i have tried doing incremental upgrades vb6 vb.net, don't approach because leaves around activex controls i'd rather not use. re-writing cleaner.

i don't think there converter vb5 c#. might able go vb5 vb.net , convert c#, in experience it's less time-consuming re-write try upgrade , fiddle around broken code.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -