VB .Net or VS .Net

P

Paul Eaton

I have been using vba and visual studio 6 (vb6 only) for developing
windows apps and I am keen to move to .net to keep my skills updated.

But my main reason for move would be to make asp applications less
painfull to develop. I have used solely vbscript/html/MSSQL for some
small asp apps I have developed. I have used Dreamweaver for this as
a copy was available but for all the benefits it provided I would have
been as well using Notepad. I found testing and debugging these apps
was an absolute nightmare.

If I do not use languages other than VB will VB .Net provide what I am
wanting?
Does vb .net provide as much functionality for developing asp.net
applications as vs.net?
Is debugging asp apps as easy as windows apps now?

As a side question Is there any help with programming vbscript/wmi
added?

(I know the vb 6 to vb .net conversion tool does not come with vb
..net)
 
M

middletree

If you go here, you can get a free VB.NET 2003 (keep in mind that a new
version is around the corner, though.)
It also gives you a free book. Even better, the site has several webcast
tutorials for VB.NET (as well as other .NET languages). These tutorials
might answer your question about what .NET can do, and whether it's right
for you.

www.aspnetwebcasts.com/default.aspx

Attend three live or on-demand webcasts and receive a complimentary gift
package containing a copy of Visual Basic® .NET 2003 Standard Edition and an
ASP.NET development book* - a $125 value**.

*Offer good through November 30, 2004, in the United States and Canada while
supplies last. Limit one copy of software and one book per customer. Allow
6-8 weeks for delivery of your offer. Offers extended exclusively to
visitors to this site who register for and attended three unique webcasts
from the ASP.NET Webcast Series. This offer is non-transferable. Microsoft
is not responsible for non-delivery of gift due to incorrect postal
information provided by respondent.
 
C

Cor Ligthert

Paul,

To answer what somebody needs is always difficult in a newsgroups therefore
some ideas and nothing more than that.

Visual Studio Net is a toolbox which gives with every higher version more
and more tools.

One of the good approaches can be when you want Visual Studio Net complete
to take a MSDN subscribtion.
http://msdn.microsoft.com/howtobuy/subscribers/

However when you want a low budget approach you can take VBnet which is not
in a subscribtion.

http://msdn.microsoft.com/library/d...l/vbgrfvisualbasicstandardeditionfeatures.asp

I am not sure what tools are exactly in that VBNet IDE, however my
expirience is that I find the Visual Studio Net IDE one of the fines tools
to write and test JavaScript although it is not that fine as writing and
debuging serverside code with that.

Just my thoughts,

Cor

"Paul Eaton" <[email protected]> >

I have been using vba and visual studio 6 (vb6 only) for developing
 
M

middletree

Paul, please note that if you take Cor's advice and buy Studio, you can get
a discount by buying the upgrade version. You'd qualify for the upgrade
version, believe it or not, because you own Dreamweaver.
 
R

Roger Strong

Paul Eaton said:
If I do not use languages other than VB will VB .Net provide what I am
wanting?

Be careful - Even if you only plan to program in VB.Net, you may require the
VB.Net that comes in Visual Studio. The stand-alone VB.Net is crippleware -
the ability to program for the Pocket PC has been removed, for example.
Many of the programming examples and tutorials will be for Visual Basic.Net,
without mentioning that they only work in Visual Studio, and NOT the product
called "Visual Basic.Net".
 
P

Paul Eaton

Roger Strong said:
Be careful - Even if you only plan to program in VB.Net, you may require the
VB.Net that comes in Visual Studio. The stand-alone VB.Net is crippleware -
the ability to program for the Pocket PC has been removed, for example.
Many of the programming examples and tutorials will be for Visual Basic.Net,
without mentioning that they only work in Visual Studio, and NOT the product
called "Visual Basic.Net".

Lucky me - my employer has supplied me with a Select copy of vs .net
(Architect version) Well I'm sure there is plenty functionality in
there that I will never get round to using. Just need to find the
time as this is not my primary job function and I'm always so darn
busy.

Thanks for all those who spent the time to reply.
 

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