Visual Basic.NET or Visual Studio.NET

  • Thread starter Thread starter Bigfoot
  • Start date Start date
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
 
* "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.).
 
Back
Top