Visual Basic.NET or Visual Studio.NET

B

Bigfoot

Hi,

I want to make a conference booking webapplication that "talks" with our
Microsoft Exchange server. Example: someone wants to book a conference room
via an internetbrowser, he fills in a webform and on submition the system
merges the time and date information into the calendar of the Microsoft
Exchange server.
Is Visual basic.net sufficient or is it better to use Visual studio.net?

Bigfoot
 
H

Herfried K. Wagner [MVP]

* "Bigfoot said:
I want to make a conference booking webapplication that "talks" with our
Microsoft Exchange server. Example: someone wants to book a conference room
via an internetbrowser, he fills in a webform and on submition the system
merges the time and date information into the calendar of the Microsoft
Exchange server.
Is Visual basic.net sufficient or is it better to use Visual studio.net?

Even if VB.NET is sufficient for the project you describe above, I would
use VS.NET. VB.NET has some ugly limitations (no class library
projects, no setup project wizard, etc.).
 

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