473,386 Members | 1,720 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.

Where can we buy VB.net?

Where can we buy VB.net?
Is is a free ware?

Thanks

Aug 30 '06 #1
5 16764

h9*****@graduate.hku.hk napisal(a):
Where can we buy VB.net?
You can download Vb Express Edition here:
http://msdn.microsoft.com/vstudio/express/
it is free also for comercial purposes.
Is is a free ware?
generaly it is not freeware. You can download and use for free Express
Edition but it doesn't offer all functionality which have
Standard/Professional or Team System version, for which you have to
pay. Here is comparsion of this products:
http://msdn.microsoft.com/vstudio/products/compare/

Hope this helps.

Regards,
sweet_dreams

Aug 30 '06 #2

sweet_dreams wrote:
h9*****@graduate.hku.hk napisal(a):
Where can we buy VB.net?

You can download Vb Express Edition here:
http://msdn.microsoft.com/vstudio/express/
it is free also for comercial purposes.
Is is a free ware?
generaly it is not freeware. You can download and use for free Express
Edition but it doesn't offer all functionality which have
Standard/Professional or Team System version, for which you have to
pay. Here is comparsion of this products:
http://msdn.microsoft.com/vstudio/products/compare/

Hope this helps.

Regards,
sweet_dreams

Thanks for that I really appreciate that.

Aug 31 '06 #3

h9*****@graduate.hku.hk wrote:
sweet_dreams wrote:
h9*****@graduate.hku.hk napisal(a):
Where can we buy VB.net?
You can download Vb Express Edition here:
http://msdn.microsoft.com/vstudio/express/
it is free also for comercial purposes.
Is is a free ware?
generaly it is not freeware. You can download and use for free Express
Edition but it doesn't offer all functionality which have
Standard/Professional or Team System version, for which you have to
pay. Here is comparsion of this products:
http://msdn.microsoft.com/vstudio/products/compare/

Hope this helps.

Regards,
sweet_dreams


Thanks for that I really appreciate that.
What if I don't wanna use Microsoft VB.NET?
Are there any brands available?
thanks

Aug 31 '06 #4

<h9*****@graduate.hku.hkwrote in message
news:11**********************@m79g2000cwm.googlegr oups.com...
>
h9*****@graduate.hku.hk wrote:
>sweet_dreams wrote:
h9*****@graduate.hku.hk napisal(a):
Where can we buy VB.net?

You can download Vb Express Edition here:
http://msdn.microsoft.com/vstudio/express/
it is free also for comercial purposes.

Is is a free ware?
generaly it is not freeware. You can download and use for free Express
Edition but it doesn't offer all functionality which have
Standard/Professional or Team System version, for which you have to
pay. Here is comparsion of this products:
http://msdn.microsoft.com/vstudio/products/compare/

Hope this helps.

Regards,
sweet_dreams


Thanks for that I really appreciate that.

What if I don't wanna use Microsoft VB.NET?
Are there any brands available?
What do you mean "brands?" If you don't want to use Microsoft solutions, feel
to free to use Java, C++, or one of several other free object oriented
languages.

Or maybe you want to use .Net but not Visual Studio. In that case,
http://www.icsharpcode.net/OpenSource/SD/ is a decent alternative.

Aug 31 '06 #5

Mike Lowery wrote:
<h9*****@graduate.hku.hkwrote in message
news:11**********************@m79g2000cwm.googlegr oups.com...

h9*****@graduate.hku.hk wrote:
sweet_dreams wrote:

h9*****@graduate.hku.hk napisal(a):
Where can we buy VB.net?

You can download Vb Express Edition here:
http://msdn.microsoft.com/vstudio/express/
it is free also for comercial purposes.

Is is a free ware?
generaly it is not freeware. You can download and use for free Express
Edition but it doesn't offer all functionality which have
Standard/Professional or Team System version, for which you have to
pay. Here is comparsion of this products:
http://msdn.microsoft.com/vstudio/products/compare/

Hope this helps.

Regards,
sweet_dreams
Thanks for that I really appreciate that.
What if I don't wanna use Microsoft VB.NET?
Are there any brands available?

What do you mean "brands?" If you don't want to use Microsoft solutions, feel
to free to use Java, C++, or one of several other free object oriented
languages.

Or maybe you want to use .Net but not Visual Studio. In that case,
http://www.icsharpcode.net/OpenSource/SD/ is a decent alternative.


Is it possible to download Vb Express Edition in microsoft XP HOME?
if not, why?

Sep 1 '06 #6

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

Similar topics

7
by: diroddi | last post by:
I am having a problem using a dynamic where clause. I have a feeling that I am overlooking something very simple, although I can't seem to figure it out. The error i'm getting is: You have an...
47
by: Andrey Tatarinov | last post by:
Hi. It would be great to be able to reverse usage/definition parts in haskell-way with "where" keyword. Since Python 3 would miss lambda, that would be extremly useful for creating readable...
3
by: KathyB | last post by:
Hi, I have 2 tables: tblStations StationID Station tblStationUser RecordID UserName Station I'm trying to come up with a dataset that contains the
3
by: A.V.C. | last post by:
Hello, I found members of this group very helpful for my last queries. Have one problem with CASE. I can use the column name alias in Order By Clause but unable to use it in WHERE CLAUSE. PLS...
3
by: Xiangliang Meng | last post by:
Hi, all. In 1998, I graduated from Computer Science Dept. in a university in China. Since then, I've been using C Language for almost 6 years. Although I'm using C++ in my current job, I'm also...
5
by: comp.lang.php | last post by:
if ($willLimitByDB) $sql = preg_replace('/#(+)#/i', '$$1', $sql); This does not give me the results I want, instead of the value of $where in $sql, I literally get '$where' instead. How do I...
5
by: John | last post by:
I just cannot manage to perform a SELECT query with NULL parameter... My CATEGORY table does have one row where TCATEGORYPARENTID is null (real DB null value). TCATEGORYID and TCATEGORYPARENTID...
1
by: not_a_commie | last post by:
I was hoping for increased functionality with the where clause in C# 3.0. Using the new keyword 'var' would really allow us to take nice advantage of these. Specifically: 1. I want to limit it...
9
by: Emin | last post by:
Dear Experts, I have a fairly simple query in which adding a where clause slows things down by at least a factor of 100. The following is the slow version of the query ...
8
by: chrisdavis | last post by:
I'm trying to filter by query or put those values in a distinct query in a where clause in some sort of list that it goes through but NOT at the same time. Example: ROW1 ROW2 ROW3 ROW4 ,...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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: 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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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,...

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.