VB.Net Standard vs VS.Net Pro

S

Slonocode

I'm currently using Visual Studio .Net 2002 Academic. I'm considering
purchasing VB.Net 2003. Besides the additional languages what else is
specific to VS.Net that wouldn't be included in just VB.Net?

For example: Would I notice a difference in features if I was just
developing Windows Forms Apps? Are the database wizards and server explorer
in both? Etc.

Thanks
Slonocode
 
N

Nak

Hi there,
I'm currently using Visual Studio .Net 2002 Academic. I'm considering
purchasing VB.Net 2003. Besides the additional languages what else is
specific to VS.Net that wouldn't be included in just VB.Net?

If you just want to develop with VB.NET, just buy VB.NET. Ignore all of the
information stating that you should buy VS.NET if you are a professional,
because that is absolute boll*cks.

*VS.NET contains the other Microsoft .NET languages, which have no
relevance to VB.NET
*VS.NET contains the VB6 upgrade wizard if you are planning on upgrading
VB6 code to VB.NET, this *may* come in handy
*VS.NET contains some server components which are useful if you plan on
developing ASP.NET applications on a server other than localhost. Such as
another computer in you LAN.
*VS.NET contains the crystal repots objects, not available in the
componentized versions alone.

You can use VB.NET with Windows XP Home edition but you cannot develop
ASP.NET applications on localhost as it does not have IIS installed, but you
can develop from XP Home onto an XP Pro system for example, or any other
Windows OS that has IIS installed.
For example: Would I notice a difference in features if I was just
developing Windows Forms Apps? Are the database wizards and server explorer
in both? Etc.

Nope, they are idential, you don't get all the templates though, that is one
downside. Initially it will look like you can't develop things such as
Windows Services and Class Libraries, but in fact you can, you need to
change the project files manually with notepad to do so. Or, get the
templates!

I am set firm on these beliefes as I had the 2nd beta of VS.NET and didn't
use anything other than VB.NET anyway. I have VB.NET now and don't need
anything else, hence an upgrade would be totally pointless for me unless I
wanted to learn C#, or one of the other languages whilst retaining the IDE.

Ask yourself that main question, do you only want to use VB? If so just buy
VB, unless you want all of the other stuff that comes with VS.NET, such as
the ones mentioned above.

Nick.

This link is the a web page that contains all of the other templates for
VB.NET, the ones that are missing. It just shows that it is possible to do
without ANY errors in the slightest, but this is only for version 2002 as
that is all I have at the moment until I upgrade to 2003.
http://members.lycos.co.uk/nickpatemanpwp/soft-vbtemp.htm

--
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
"No matter. Whatever the outcome, you are changed."

Fergus - September 5th 2003
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
 
S

Slonocode

Thank you very much Nick.


Nak said:
Hi there,


If you just want to develop with VB.NET, just buy VB.NET. Ignore all of the
information stating that you should buy VS.NET if you are a professional,
because that is absolute boll*cks.

*VS.NET contains the other Microsoft .NET languages, which have no
relevance to VB.NET
*VS.NET contains the VB6 upgrade wizard if you are planning on upgrading
VB6 code to VB.NET, this *may* come in handy
*VS.NET contains some server components which are useful if you plan on
developing ASP.NET applications on a server other than localhost. Such as
another computer in you LAN.
*VS.NET contains the crystal repots objects, not available in the
componentized versions alone.

You can use VB.NET with Windows XP Home edition but you cannot develop
ASP.NET applications on localhost as it does not have IIS installed, but you
can develop from XP Home onto an XP Pro system for example, or any other
Windows OS that has IIS installed.


Nope, they are idential, you don't get all the templates though, that is one
downside. Initially it will look like you can't develop things such as
Windows Services and Class Libraries, but in fact you can, you need to
change the project files manually with notepad to do so. Or, get the
templates!

I am set firm on these beliefes as I had the 2nd beta of VS.NET and didn't
use anything other than VB.NET anyway. I have VB.NET now and don't need
anything else, hence an upgrade would be totally pointless for me unless I
wanted to learn C#, or one of the other languages whilst retaining the IDE.

Ask yourself that main question, do you only want to use VB? If so just buy
VB, unless you want all of the other stuff that comes with VS.NET, such as
the ones mentioned above.

Nick.

This link is the a web page that contains all of the other templates for
VB.NET, the ones that are missing. It just shows that it is possible to do
without ANY errors in the slightest, but this is only for version 2002 as
that is all I have at the moment until I upgrade to 2003.
http://members.lycos.co.uk/nickpatemanpwp/soft-vbtemp.htm

--
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
"No matter. Whatever the outcome, you are changed."

Fergus - September 5th 2003
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
 
J

James Parrish

There are two really big differences from my
perspective. The first is only if you did any
development in VB 6.0 and that is the upgrade wizard.
Secondly, the Standard VB.Net only allows connections to
Access DBs, not good if you want to make an app for SQL
server.
 
N

Nak

Hi there,
Secondly, the Standard VB.Net only allows connections to
Access DBs, not good if you want to make an app for SQL
server.

Since when? I haven't noticed any thing telling me that I can only connect
to an access database.

Nick.

--
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
"No matter. Whatever the outcome, you are changed."

Fergus - September 5th 2003
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
 

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