473,653 Members | 2,972 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Studio .Net v.s. Visual Basic .Net?

M P
Please help me choose the right software. What is the difference between the
two software? Since I will be using VB.Net, I really don;t need to use C#
that is included on VS.Net am I right? Any other feature that is an
advantage between the two? Hoping for your response.

Mark
Nov 18 '05 #1
6 1219
Yes, VS.NET comes with all of the languages.

You can save money by going for VB.NET alone - but there are some added
tools that come with VS.NET.

http://msdn.microsoft.com/vstudio/ho.../choosing.aspx
"M P" <ma**@textguru. ph> wrote in message
news:et******** ******@tk2msftn gp13.phx.gbl...
Please help me choose the right software. What is the difference between
the
two software? Since I will be using VB.Net, I really don;t need to use C#
that is included on VS.Net am I right? Any other feature that is an
advantage between the two? Hoping for your response.

Mark


Nov 18 '05 #2
Good link Ken. Here is another link from that page:
http://msdn.microsoft.com/vbasic/howtobuy/choosing.aspx

Basically you either need to go with VB.Net Standard or VisualStudio.Ne t
professional. The biggest thing for me personally is being able to create
class libraries and controls, so I need to go with VisualStudio.Ne t. If you
don't need those then you can go with Standard but it seems like I use that
for every project I create. Also I know there are messages floating around
showing how to create those projects in the Standard edition by modifying
some things manually (outside of the IDE). I'm sure it works but it is too
much of a hassle for me. Good luck! Ken.
"Ken Cox [Microsoft MVP]" <BA************ @sympatico.ca> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
Yes, VS.NET comes with all of the languages.

You can save money by going for VB.NET alone - but there are some added
tools that come with VS.NET.

http://msdn.microsoft.com/vstudio/ho.../choosing.aspx
"M P" <ma**@textguru. ph> wrote in message
news:et******** ******@tk2msftn gp13.phx.gbl...
Please help me choose the right software. What is the difference between
the
two software? Since I will be using VB.Net, I really don;t need to use C# that is included on VS.Net am I right? Any other feature that is an
advantage between the two? Hoping for your response.

Mark

Nov 18 '05 #3
TJS


Unless you are building desktop applications i don't think you need Visual
Studio
you can build asp sites with web matrix (or any text editor) , and VB.net
language

"M P" <ma**@textguru. ph> wrote in message
news:et******** ******@tk2msftn gp13.phx.gbl...
Please help me choose the right software. What is the difference between the two software? Since I will be using VB.Net, I really don;t need to use C#
that is included on VS.Net am I right? Any other feature that is an
advantage between the two? Hoping for your response.

Mark

Nov 18 '05 #4
The Visual Basic .NET tool is the learning edition, IMO. You cannot hook up
to an Enterprise Server without back dooring it (GUI tools don't work, in
other words). You are limited on project types, which means you have to back
door tiered architecture. There are other limitations. My suggestion is
leave the $100 product and find the best deal on VS.NET.

This should give you a better idea of features in VS.NET:
http://msdn.microsoft.com/vstudio/ho.../choosing.aspx

And here is an interesting read:
http://msdn.microsoft.com/vbasic/howtobuy/choosing.aspx
"Visual Basic .NET Standard Edition is available for the hobbyist, student,
or beginner programmer who wants to learn the Visual Basic language by
constructing applications for Windows® and the Web."

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** *************** *************** ***
Think Outside the Box!
*************** *************** *************** ***
"M P" <ma**@textguru. ph> wrote in message
news:et******** ******@tk2msftn gp13.phx.gbl...
Please help me choose the right software. What is the difference between the two software? Since I will be using VB.Net, I really don;t need to use C#
that is included on VS.Net am I right? Any other feature that is an
advantage between the two? Hoping for your response.

Mark

Nov 18 '05 #5
The basic reason for picking up VS.NET is to rapidly build applications with
proper architecture. I would suggest Web Matrix over VB.NET Standard, unless
the goal is to learn the language in an IDE similar to VS.NET, but even Web
Matrix is aimed for the ASPer moving to ASP.NET, so it is not proper
architecture either.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** *************** *************** ***
Think Outside the Box!
*************** *************** *************** ***
"TJS" <no****@here.co m> wrote in message
news:uS******** ******@TK2MSFTN GP10.phx.gbl...


Unless you are building desktop applications i don't think you need Visual
Studio
you can build asp sites with web matrix (or any text editor) , and VB.net
language

"M P" <ma**@textguru. ph> wrote in message
news:et******** ******@tk2msftn gp13.phx.gbl...
Please help me choose the right software. What is the difference between

the
two software? Since I will be using VB.Net, I really don;t need to use C# that is included on VS.Net am I right? Any other feature that is an
advantage between the two? Hoping for your response.

Mark


Nov 18 '05 #6
I agree.
Try to go with VS.Net if you can.

Developing ASP.Net in VS is a dream.

I use VB but every now and then you just have to have a class in C#.
(See the CSLA framework for one example.)
It is handy to have it available.
--
Joe Fallon

"Cowboy (Gregory A. Beamer) [MVP]" <No************ @comcast.netNoS pamM> wrote
in message news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
The Visual Basic .NET tool is the learning edition, IMO. You cannot hook up to an Enterprise Server without back dooring it (GUI tools don't work, in
other words). You are limited on project types, which means you have to back door tiered architecture. There are other limitations. My suggestion is
leave the $100 product and find the best deal on VS.NET.

This should give you a better idea of features in VS.NET:
http://msdn.microsoft.com/vstudio/ho.../choosing.aspx

And here is an interesting read:
http://msdn.microsoft.com/vbasic/howtobuy/choosing.aspx
"Visual Basic .NET Standard Edition is available for the hobbyist, student, or beginner programmer who wants to learn the Visual Basic language by
constructing applications for Windows® and the Web."

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** *************** *************** ***
Think Outside the Box!
*************** *************** *************** ***
"M P" <ma**@textguru. ph> wrote in message
news:et******** ******@tk2msftn gp13.phx.gbl...
Please help me choose the right software. What is the difference between

the
two software? Since I will be using VB.Net, I really don;t need to use C# that is included on VS.Net am I right? Any other feature that is an
advantage between the two? Hoping for your response.

Mark


Nov 18 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
7264
by: angelag | last post by:
I am currently taking a college course in Visual Basic.Net and I am a beginner. I bought Visual Studio.Net 2003 to do my homework at home. I built my first project and e-mailed it to myself at school. When I tried to open it in the lab, I got a message saying I couldn't open it because it was created with a newer version. Evidently the lab is using Visual Studio.Net 2002. My professor doesn't just want the executable file, he wants...
3
1476
by: wolfing1 | last post by:
We are some 3-5 developers here 'informally' using visual basic 6. So if I want to formalize this and start using visual basic .net, how does licensing work? Do we have to buy 5 visual studio .net "Enterprise Developer" ? Also, we only had one box of visual studio .6 so can we use the 'version upgrade' prices? Thanks
2
3584
by: Ralph | last post by:
I used to have Visual Basic .net std. 2003 installed on WinXP SP1A. But I found it too hard to upgrade WinXP to SP2. Now, I do have WinXP SP2 installed, but I am having problems installing Visual Basic .net standard 2003. Not installing Visual Basic at the WinXP SP1A level - was the only way I found that I could install WinXPSP2. My computer was purchased with WinXP SP1 Professional. I also have Norton Internet Security and Norton...
1
2533
by: Daniel A. Thomas | last post by:
License required Maybe you don't have this but have one of the products that qualifies for the upgrade such as ... Visual Studio .NET 2003 Professional Visual Studio .NET 2003 Professional Special Edition Visual Studio .NET 2003 Enterprise Architect Visual Studio .NET 2003 Enterprise Developer Visual Studio .NET 2002 Professional Edition
26
10848
by: Bruno Jouhier [MVP] | last post by:
I'm currently experiencing a strange phenomenon: At my Office, Visual Studio takes a very long time to compile our solution (more than 1 minute for the first project). At home, Visual Studio compiles the same solution much faster (about 10 seconds for the first project). My home computer is only marginally faster than the one I have at the office (P4 2.53 vs. P4 2.4, same amount of RAM). On the slow machine, the CPU usage is very low,...
4
2154
by: sqlguy | last post by:
Why do we have to contact MS for a problem that has been with this compiler from at least the beta of VS 20005. I am so sick and tired of the 30 - 40 clicks it takes to dismiss VS when there is a problem. Can they not just post the fix. I see no reason to contact MS since I have most likely sent about 1500 dumps to them and I would think this would get their attention.
8
6262
by: WT | last post by:
Is it normal that Visual Studio sets the PreInit handler for a Page from the OnInit code ? No chance to fire it as OnPreInit is run befor OnInit. ??? CS
3
6052
by: Edwin Smith | last post by:
I have a 2 form project in VS2005 that now hangs whenever I try to do anything with the second form. This seems to have started when I added some SQL tables from a Pervasive v.9 database using the Pervasive ODBC driver. The devenv.exe process hangs and will not respond with about 50% cpu usage and about 100 megs of memory used. I am running it on an Athlon 64 bit dual core with 32 bit Windows XP pro. I have 2 megs of memory so I don't...
11
2284
by: =?Utf-8?B?UGV0ZXI=?= | last post by:
I have seen the terms Visual Basic 2005 and VB.NET. It seems that sometimes they seem to be referring to the same thing but sometimes they are not. I also run into terms like VB9 and VB10.
0
8283
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8811
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8704
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7302
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6160
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5620
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2707
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1914
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1591
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.