Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / November 2005

Tip: Looking for answers? Try searching our database.

Which prgram do I need to buy?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
jbraly@gmail.com - 04 Nov 2005 19:40 GMT
I am BY NO MEANS a developer or a programmer... I just do tech
purchases for a school system.

A teacher wants about 20 licensse for the following program (He said he
got this info from the 'About' screen info):

Microsoft Visual Basic.Net

Microsoft. Net Framework 1.1.4322 SP1

Microsoft Development Environment 2003 version 7.1.3088

So, do I just walk up to my friendly software reseller and say "Hi, I
want you to sell me 20 licenses of Microsoft Visual Basic.Net,
Microsoft. Net Framework 1.1.4322 SP1, Microsoft Development
Environment 2003 version 7.1.3088" ?

Im sure id get a befuddled look if I did this...

thanks all, sorry for the dumb question...
Jazz Mann
Nishant Sivakumar - 04 Nov 2005 20:03 GMT
You need 20 licenses for Visual Basic .NET 2003

Though you might wanna buy 20 licenses of Visual Basic .NET 2005 (if you can
wait till Nov 7th)

On a different note, it's a little sad that schools teach VB :-(

Signature

Regards,
Nish [VC++ MVP]

>I am BY NO MEANS a developer or a programmer... I just do tech
> purchases for a school system.
[quoted text clipped - 17 lines]
> thanks all, sorry for the dumb question...
> Jazz Mann
jbraly@gmail.com - 04 Nov 2005 20:16 GMT
I dont make up the cirriculum, so cant tell you why they teach it, nor
can I tell you why that would be considered 'sad'.

thank you for your information... someone on another newsgroup that
that product is "unpurchase-able" though... what say ye?
Nishant Sivakumar - 04 Nov 2005 20:21 GMT
VB 2005 is not publicly released yet - the product launch is on Nov 7th
2005.

So, if you want to order it before that, go to
http://msdn.microsoft.com/howtobuy/vbasic/

Signature

Regards,
Nish [VC++ MVP]

>I dont make up the cirriculum, so cant tell you why they teach it, nor
> can I tell you why that would be considered 'sad'.
>
> thank you for your information... someone on another newsgroup that
> that product is "unpurchase-able" though... what say ye?
Peter Oliphant - 04 Nov 2005 21:31 GMT
>> On a different note, it's a little sad that schools teach VB :-(

Actually, as a FIRST language, it's great for learning. As a professional
tool, it is more limited. My first language was Fortran followed by Basic
(no, not VB, nor even MS Basic, but earlier than that, think around 4K
Basic...hehe!), and I learned a lot by switching to Basic (not the least of
which was understanding the similarities in different languages). But that
was in 1969, your mileage may vary... : )

[==P==]

> You need 20 licenses for Visual Basic .NET 2003
>
[quoted text clipped - 24 lines]
>> thanks all, sorry for the dumb question...
>> Jazz Mann
jbraly@gmail.com - 04 Nov 2005 22:24 GMT
"Actually, as a FIRST language, it's great for learning"

then considering most of the kids are 14, 15, and 16 years old, I guess
it isn't so sad, eh?

Ill put in a suggestion to have them start out with Oracle SQL
programming in middle school for the 06 - 07 school year...

thanks for all ya'lls suggestions.
iwdu15 - 05 Nov 2005 05:59 GMT
whats sad about Visual Basic? im 16 and took a VB.net course last year and
loved it, now im taking a C++ Class, teaching myself Java, soon to start C3,
and next year take J#...all this spawing from VB...so im asking u people who
kno more about it then i do...am i wasting my time with VB?
Lloyd Dupont - 05 Nov 2005 09:05 GMT
I guess the undermeaning was: better start with C#.
While VB.NET & C# have both approximatively the same capabilities, C# has
bit more...
And is leaner...
So why bother?
I guess it's because many Business have VB developer, which becames VB.NET
developer hence keep maintaining VB life.....

But try out C# you'll see why C# developer always wonder....

> whats sad about Visual Basic? im 16 and took a VB.net course last year and
> loved it, now im taking a C++ Class, teaching myself Java, soon to start
> C3,
> and next year take J#...all this spawing from VB...so im asking u people
> who
> kno more about it then i do...am i wasting my time with VB?
Olaf Baeyens - 09 Nov 2005 14:57 GMT
> whats sad about Visual Basic? im 16 and took a VB.net course last year and
> loved it, now im taking a C++ Class, teaching myself Java, soon to start C3,
> and next year take J#...all this spawing from VB...so im asking u people who
> kno more about it then i do...am i wasting my time with VB?

Historically, you could create programs much faster in VB than in any other
language.
But VB was slower, so they had to rely on components made in the other
languages.

Nowedays, VB.NET is almost the same as C# and the C++.NET managed language.
Creating a program in VB.NET or C# takes the same time to create, so there
is no more additional advance over C#.
The good news about .NET is that I can take a VB.NET assembly and use that
without problemn in C# and managed C++.
And I believe that VS 2005 even allows to have a mixture of C++,C# and VB
within the same assembly?
So creating a project where you need a lot of programmers work together
might be done each in his own prefered language.

Now in my opinion, C# comes the closest to real .NET way of programming. So
learning C# will automatically forces you to think in the new .NET
filosophy. C++ and VB programmers somehow keep stuck with the old way of
thinking, which is getting out of date very fast.

Knowing VB 6 is interesting from a carreer point of view, because one day
you will be out there and have to port VB 6 code to VB.NET or C#. But then
again, more than 50% of the (older) programers out there already know VB 6,
and not all of them are very adaptive to new technology, so you might have
to compete with a few hunderthousands of programmers that know VB better
than you will ever.

It is hard to predict what to concentrate on, just remember that evry 2-3
years you will get into a complete new software revolution and you have to
relearn the new ways and forget the old ways.
WINAPI->MFC->Winforms->XAML->??? Or DLL->COM->ActiveX->.NET
Look at ASP->ASP.NET. As a programmer if you don't evolve then you get
outdated in a 5 years or so. So be prepared to keep on learning things when
you come home from work. I still have to do this every day. But I love it.
:-)
Brian Muth - 04 Nov 2005 20:24 GMT
For schools, consider Visual Basic 2005 Express Edition. It will be
available in 3 days.

Run this by your teacher: http://msdn.microsoft.com/VBasic/Express/

Brian
Olaf Baeyens - 09 Nov 2005 15:00 GMT
> For schools, consider Visual Basic 2005 Express Edition. It will be
> available in 3 days.
>
> Run this by your teacher: http://msdn.microsoft.com/VBasic/Express/

And it is free and already available for download at the Microsoft MSDN site
Tom Serface - 04 Nov 2005 21:42 GMT
http://lab.msdn.microsoft.com/express/vbasic/default.aspx

http://www.ccvsoftware.com/c/index.html?s@2Q4QOlhGEDZeE

Tom

>I am BY NO MEANS a developer or a programmer... I just do tech
> purchases for a school system.
[quoted text clipped - 17 lines]
> thanks all, sorry for the dumb question...
> Jazz Mann
Arnaud Debaene - 04 Nov 2005 22:28 GMT
> I am BY NO MEANS a developer or a programmer... I just do tech
> purchases for a school system.
>
> A teacher wants about 20 licensse for the following program (He said
> he got this info from the 'About' screen info):

<snip>

To complete others answers, Microsoft offers specific licensing programs for
schools, academics, etc in many countries... You should contact the
Microsoft branch in your country to see what they can offer you.

Arnaud
MVP - VC
Carl Daniel [VC++ MVP] - 05 Nov 2005 18:35 GMT
>> I am BY NO MEANS a developer or a programmer... I just do tech
>> purchases for a school system.
[quoted text clipped - 8 lines]
> contact the Microsoft branch in your country to see what they can
> offer you.

In particular, you might want to visit

http://msdn.microsoft.com/academic/program/

to learn about joining one of Microsoft's academic programs.

-cd

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.