Converting VB.net to ASP.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
Is there any utility available to convert VB.net to asp.net? I have
application that I to make it browser based. Before I strart to re write all
the Windows based UI I like to know if I can save some time.
Thanks in advance
Al
 
August 6, 2005

There isn't a tool that I know of. I would suggest seperating the UI from
the heavy duty data & business code rules. Then either a Win Form UI or Web
based app can call into the same code without there being any major changes.
So it would be like 2 UIs tying into 1 business layer which ties into a data
layer. I hope this makes sense and I hope this helps!

--
Joseph Bittman
Microsoft Certified Solution Developer

Web Site: http://71.39.42.23
Static IP
 
Joseph,
Well actually data serveices are seperated and can be acces by web services.
But I was looking for short cut for converting UI which is not an easy task
either.
thanks
AL
 
Back
Top