Converting VB.net to ASP.net

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
 
J

Joseph Bittman MCSD

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
 
G

Guest

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
 
J

Joseph Bittman MCSD

August 6, 2005

:) Yeah, UIs aren't the funniest thing to convert....

--
Joseph Bittman
Microsoft Certified Solution Developer

Web Site: http://71.39.42.23
Static IP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top