473,386 Members | 1,785 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

VB .Net licensing for micro businesses

Hi,

After looking up Microsoft's site for licensing info...and found nothing,
I turn to this newsgroup. Does someone know what version of VB .Net you are
entitled to use when you are
a micro business? I think I can't buy a VB .Net standard edition but I'm not
sure about it.

Also if I need to buy VB .Net Enterprise, how many licenses come with this,
one only?
Or does it work like SQL Server where you get 5 licenses automatically?

Thanks
Jul 21 '05 #1
12 2547
VB.NET SE cost $99 US and it is a single user license.

Microsoft sells SQL Server 2000 Developer Edition for $49.

If you want free you should find and dowload the Microsoft
Express products.
--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

"François" <su*******@sympatico.ca> wrote in message
news:GV*********************@news20.bellglobal.com ...
Hi,

After looking up Microsoft's site for licensing info...and found nothing, I turn to this newsgroup. Does someone know what version of VB .Net you are entitled to use when you are
a micro business? I think I can't buy a VB .Net standard edition but I'm not sure about it.

Also if I need to buy VB .Net Enterprise, how many licenses come with this, one only?
Or does it work like SQL Server where you get 5 licenses automatically?

Thanks

Jul 21 '05 #2
some folks try to go with open-source languages (java, php, python, perl,
C++, C, etc) for new businesses - because its free
but the license on the box spells it out - install on one computer only -
unless you go with site license or other license you specifically purchase.
"François" <su*******@sympatico.ca> wrote in message
news:GV*********************@news20.bellglobal.com ...
Hi,

After looking up Microsoft's site for licensing info...and found nothing, I turn to this newsgroup. Does someone know what version of VB .Net you are entitled to use when you are
a micro business? I think I can't buy a VB .Net standard edition but I'm not sure about it.

Also if I need to buy VB .Net Enterprise, how many licenses come with this, one only?
Or does it work like SQL Server where you get 5 licenses automatically?

Thanks

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.732 / Virus Database: 486 - Release Date: 7/30/2004
Jul 21 '05 #3
you don't have to buy anything to progam in VB.NET, or C#... the .NET
framework comes with all the compilers and linkers you need to do it with
out VS.NET
"François" <su*******@sympatico.ca> wrote in message
news:GV*********************@news20.bellglobal.com ...
Hi,

After looking up Microsoft's site for licensing info...and found
nothing,
I turn to this newsgroup. Does someone know what version of VB .Net you
are
entitled to use when you are
a micro business? I think I can't buy a VB .Net standard edition but I'm
not
sure about it.

Also if I need to buy VB .Net Enterprise, how many licenses come with
this,
one only?
Or does it work like SQL Server where you get 5 licenses automatically?

Thanks

Jul 21 '05 #4
VB.NET, C# are free also. they come for free with the .NET framework and
SDK... VS.NET is only an IDE you do not need the IDE to program and compile
VB.NET and C# code
"Hal Rosser" <hm******@bellsouth.net> wrote in message
news:AZ**************@bignews3.bellsouth.net...
some folks try to go with open-source languages (java, php, python, perl,
C++, C, etc) for new businesses - because its free
but the license on the box spells it out - install on one computer only -
unless you go with site license or other license you specifically
purchase.
"François" <su*******@sympatico.ca> wrote in message
news:GV*********************@news20.bellglobal.com ...
Hi,

After looking up Microsoft's site for licensing info...and found

nothing,
I turn to this newsgroup. Does someone know what version of VB .Net you

are
entitled to use when you are
a micro business? I think I can't buy a VB .Net standard edition but I'm

not
sure about it.

Also if I need to buy VB .Net Enterprise, how many licenses come with

this,
one only?
Or does it work like SQL Server where you get 5 licenses automatically?

Thanks

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.732 / Virus Database: 486 - Release Date: 7/30/2004

Jul 21 '05 #5
* "clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> scripsit:
If you want free you should find and dowload the Microsoft
Express products.


Notice that they are still betas and thus not intended for
productive/commercial use.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Jul 21 '05 #6
then how do you write the code? You still need a VS Family product to
create the program, screens, etc and write the code.
Am I way off base here?

Also - VB.NET Standard works great for most applications - and even though
natively works with only MS DB's (Access, MSDE) I have found a MySql Adapter
and Oracle Adapter that work as well.
"Brian Henry" <br**********@newsgroups.nospam> wrote in message
news:uM**************@TK2MSFTNGP10.phx.gbl...
you don't have to buy anything to progam in VB.NET, or C#... the .NET
framework comes with all the compilers and linkers you need to do it with
out VS.NET
"François" <su*******@sympatico.ca> wrote in message
news:GV*********************@news20.bellglobal.com ...
Hi,

After looking up Microsoft's site for licensing info...and found
nothing,
I turn to this newsgroup. Does someone know what version of VB .Net you
are
entitled to use when you are
a micro business? I think I can't buy a VB .Net standard edition but I'm
not
sure about it.

Also if I need to buy VB .Net Enterprise, how many licenses come with
this,
one only?
Or does it work like SQL Server where you get 5 licenses automatically?

Thanks


Jul 21 '05 #7
Craig,
You can use NotePad to write the Code! Create the Windows Form, Web Forms,
DataBase*, everything! VBC.EXE the compiler to create the actual .exe is
included in the framework itself!

All the VS Family of products do is give you nice designers to simplify and
make developers more productive, there is no requirement that says you have
to use the designers! In fact Charles Petzold's book "Programming Microsoft
Windows with Microsoft Visual Basic .NET" from MS Press is written with the
assumption you are NOT using VS.NET to create your forms! Which means you
can really learn how Forms work in .NET rather then how the designers do all
the work for you. Don't get me wrong I prefer to be productive & use the
designers, however I also like to know what the designers are doing for me
and against me ;-)

If you want FREE designers then you can use Web Matrix or Sharp Develop.

http://www.asp.net/webmatrix/

http://www.icsharpcode.net/OpenSource/SD/

Shared Develop only needs the Framework installed (it doesn't require the
SDK loaded) which means it will run on Windows 98!

* Note by Database I mean VB.NET code that works with the DataBase, not
necessarily the SQL or Access Database itself.

Hope this helps
Jay

"craig" <no****@home.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
then how do you write the code? You still need a VS Family product to
create the program, screens, etc and write the code.
Am I way off base here?

Also - VB.NET Standard works great for most applications - and even though
natively works with only MS DB's (Access, MSDE) I have found a MySql Adapter and Oracle Adapter that work as well.
"Brian Henry" <br**********@newsgroups.nospam> wrote in message
news:uM**************@TK2MSFTNGP10.phx.gbl...
you don't have to buy anything to progam in VB.NET, or C#... the .NET
framework comes with all the compilers and linkers you need to do it with out VS.NET
"François" <su*******@sympatico.ca> wrote in message
news:GV*********************@news20.bellglobal.com ...
Hi,

After looking up Microsoft's site for licensing info...and found
nothing,
I turn to this newsgroup. Does someone know what version of VB .Net you are
entitled to use when you are
a micro business? I think I can't buy a VB .Net standard edition but I'm not
sure about it.

Also if I need to buy VB .Net Enterprise, how many licenses come with
this,
one only?
Or does it work like SQL Server where you get 5 licenses automatically?
Thanks



Jul 21 '05 #8
Exactly-

"craig" <no****@home.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
then how do you write the code? You still need a VS Family product to
create the program, screens, etc and write the code.
Am I way off base here?

Also - VB.NET Standard works great for most applications - and even though
natively works with only MS DB's (Access, MSDE) I have found a MySql Adapter and Oracle Adapter that work as well.
"Brian Henry" <br**********@newsgroups.nospam> wrote in message
news:uM**************@TK2MSFTNGP10.phx.gbl...
you don't have to buy anything to progam in VB.NET, or C#... the .NET
framework comes with all the compilers and linkers you need to do it with out VS.NET
"François" <su*******@sympatico.ca> wrote in message
news:GV*********************@news20.bellglobal.com ...
Hi,

After looking up Microsoft's site for licensing info...and found
nothing,
I turn to this newsgroup. Does someone know what version of VB .Net you are
entitled to use when you are
a micro business? I think I can't buy a VB .Net standard edition but I'm not
sure about it.

Also if I need to buy VB .Net Enterprise, how many licenses come with
this,
one only?
Or does it work like SQL Server where you get 5 licenses automatically?
Thanks



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.732 / Virus Database: 486 - Release Date: 7/29/2004
Jul 21 '05 #9
Interesting to know. I never knew. Thanks for the insight.

"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:es**************@tk2msftngp13.phx.gbl...
Craig,
You can use NotePad to write the Code! Create the Windows Form, Web Forms,
DataBase*, everything! VBC.EXE the compiler to create the actual .exe is
included in the framework itself!

All the VS Family of products do is give you nice designers to simplify and make developers more productive, there is no requirement that says you have to use the designers! In fact Charles Petzold's book "Programming Microsoft Windows with Microsoft Visual Basic .NET" from MS Press is written with the assumption you are NOT using VS.NET to create your forms! Which means you
can really learn how Forms work in .NET rather then how the designers do all the work for you. Don't get me wrong I prefer to be productive & use the
designers, however I also like to know what the designers are doing for me
and against me ;-)

If you want FREE designers then you can use Web Matrix or Sharp Develop.

http://www.asp.net/webmatrix/

http://www.icsharpcode.net/OpenSource/SD/

Shared Develop only needs the Framework installed (it doesn't require the
SDK loaded) which means it will run on Windows 98!

* Note by Database I mean VB.NET code that works with the DataBase, not
necessarily the SQL or Access Database itself.

Hope this helps
Jay

"craig" <no****@home.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
then how do you write the code? You still need a VS Family product to
create the program, screens, etc and write the code.
Am I way off base here?

Also - VB.NET Standard works great for most applications - and even though
natively works with only MS DB's (Access, MSDE) I have found a MySql

Adapter
and Oracle Adapter that work as well.
"Brian Henry" <br**********@newsgroups.nospam> wrote in message
news:uM**************@TK2MSFTNGP10.phx.gbl...
you don't have to buy anything to progam in VB.NET, or C#... the .NET
framework comes with all the compilers and linkers you need to do it

with out VS.NET
"François" <su*******@sympatico.ca> wrote in message
news:GV*********************@news20.bellglobal.com ...
> Hi,
>
> After looking up Microsoft's site for licensing info...and found
> nothing,
> I turn to this newsgroup. Does someone know what version of VB .Net you > are
> entitled to use when you are
> a micro business? I think I can't buy a VB .Net standard edition but I'm > not
> sure about it.
>
> Also if I need to buy VB .Net Enterprise, how many licenses come with > this,
> one only?
> Or does it work like SQL Server where you get 5 licenses automatically? >
> Thanks
>
>



Jul 21 '05 #10
Actually the question is wrong. "What version of VB .Net are you ENTITLED
to use when you are a micro business?" The only difference in the versions
are the tools and features that it comes with. You don't have to be a huge
corporation to get a license for the Enterprise Edition. Conversely, being
a small business doesn't limit you to only using the Standard Edition. The
only thing limitting you to the version you use is how much money you have
to spend and which features you need. In the case of Visual Studio .Net the
SERVERS that come with their own licensing which may include multiple
licenses for development and test purposes.
"François" <su*******@sympatico.ca> wrote in message
news:GV*********************@news20.bellglobal.com ...
Hi,

After looking up Microsoft's site for licensing info...and found nothing, I turn to this newsgroup. Does someone know what version of VB .Net you are entitled to use when you are
a micro business? I think I can't buy a VB .Net standard edition but I'm not sure about it.

Also if I need to buy VB .Net Enterprise, how many licenses come with this, one only?
Or does it work like SQL Server where you get 5 licenses automatically?

Thanks

Jul 21 '05 #11
Hi Dennis,

First, thanks for taking some time to answer my question. Maybe my
message wasn't clear enough but what I tried

to say is that well, I heard somewhere that when you operate a small
business, you are not "allowed" to develop

applications using the standard edition but had to buy the enterprise
edition. To me, it didn't make sense. Like you said, why should I pay more
for extra development tools I won't necessarily need?!!?

From the answers I got previously, I need not worry about this altogether.
Looks like I can get the SDK for free off Microsoft and develop using some
open source IDE. That leaves me wondering though. Will I be able to
redistribute and charge for code I'll eventually develop with these tools
without having to worry that someday, someone will point at me
saying..."this guy doesn't have a valid license!!!"??? Is this way of
working legal???

Thanks again!

"Dennis Powell" <de***********@monroe.army.mil> wrote in message
news:eu**************@tk2msftngp13.phx.gbl...
Actually the question is wrong. "What version of VB .Net are you ENTITLED
to use when you are a micro business?" The only difference in the versions are the tools and features that it comes with. You don't have to be a huge corporation to get a license for the Enterprise Edition. Conversely, being a small business doesn't limit you to only using the Standard Edition. The only thing limitting you to the version you use is how much money you have
to spend and which features you need. In the case of Visual Studio .Net the SERVERS that come with their own licensing which may include multiple
licenses for development and test purposes.
"François" <su*******@sympatico.ca> wrote in message
news:GV*********************@news20.bellglobal.com ...
Hi,

After looking up Microsoft's site for licensing info...and found

nothing,
I turn to this newsgroup. Does someone know what version of VB .Net you

are
entitled to use when you are
a micro business? I think I can't buy a VB .Net standard edition but I'm

not
sure about it.

Also if I need to buy VB .Net Enterprise, how many licenses come with

this,
one only?
Or does it work like SQL Server where you get 5 licenses automatically?

Thanks


Jul 21 '05 #12
In VS 2005, there will be IDE scaled down versions of the languages. These
are the "Express" versions and Beta 1 of each is freely available. Take a
look at http://lab.msdn.microsoft.com/express/ for more information.

Mike Ober.

"François" <su*******@sympatico.ca> wrote in message
news:Sg********************@news20.bellglobal.com. ..
Hi Dennis,

First, thanks for taking some time to answer my question. Maybe my
message wasn't clear enough but what I tried

to say is that well, I heard somewhere that when you operate a small
business, you are not "allowed" to develop

applications using the standard edition but had to buy the enterprise
edition. To me, it didn't make sense. Like you said, why should I pay more
for extra development tools I won't necessarily need?!!?

From the answers I got previously, I need not worry about this altogether.
Looks like I can get the SDK for free off Microsoft and develop using some
open source IDE. That leaves me wondering though. Will I be able to
redistribute and charge for code I'll eventually develop with these tools
without having to worry that someday, someone will point at me
saying..."this guy doesn't have a valid license!!!"??? Is this way of
working legal???

Thanks again!

"Dennis Powell" <de***********@monroe.army.mil> wrote in message
news:eu**************@tk2msftngp13.phx.gbl...
Actually the question is wrong. "What version of VB .Net are you ENTITLED to use when you are a micro business?" The only difference in the

versions
are the tools and features that it comes with. You don't have to be a

huge
corporation to get a license for the Enterprise Edition. Conversely,

being
a small business doesn't limit you to only using the Standard Edition.

The
only thing limitting you to the version you use is how much money you have to spend and which features you need. In the case of Visual Studio .Net

the
SERVERS that come with their own licensing which may include multiple
licenses for development and test purposes.
"François" <su*******@sympatico.ca> wrote in message
news:GV*********************@news20.bellglobal.com ...
Hi,

After looking up Microsoft's site for licensing info...and found

nothing,
I turn to this newsgroup. Does someone know what version of VB .Net you
are
entitled to use when you are
a micro business? I think I can't buy a VB .Net standard edition but
I'm not
sure about it.

Also if I need to buy VB .Net Enterprise, how many licenses come with

this,
one only?
Or does it work like SQL Server where you get 5 licenses

automatically?
Thanks



Jul 21 '05 #13

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

Similar topics

12
by: François | last post by:
Hi, After looking up Microsoft's site for licensing info...and found nothing, I turn to this newsgroup. Does someone know what version of VB .Net you are entitled to use when you are a micro...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...

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.