Should I get VB.NET Standard?

CrazyHelloDeli

Platinum Member
Jun 24, 2001
2,854
0
0
They have it at Best Buy, and ive always wanted to make some cool utilities for fun and whatnot, but am I joking myself? I mean, is it possible to learn on weekends and whenever I feel like it, or is it somthing that requires extensive training? Yeah yeah, I know it all depends on if I can think logically and whatnot(I love those logic mind bender type puzzles) but hypothetically, would I ever be able to create utilities teaching myself?
 

yoda291

Diamond Member
Aug 11, 2001
5,079
0
0
GO FOR IT!!!


hehe. It might take a while, but you can definitely learn to do useful things in a programming language on your own...you just have to want it enough. I taught myself java(granted, I was well grounded in c++ at the time), but now I've been coding enterprise level applications! Boggles my mind everytime I load up my IDE.
 

sitka

Senior member
Dec 29, 2000
895
0
0
Self taught here too, but rather than buy a full package swing by MSDN and get VS.Net for $10.00 delivery (90day version) nice on a dvd with all the docs.
 

Rahminator

Senior member
Oct 11, 2001
726
0
0
Sure go for it. VB is ridiculously easy and you will probably learn all the basics in one day.
 

coder1

Senior member
Jul 29, 2000
433
0
0
VB is a great language to learn. One of the more popular languages. Especially for Enterprise applications
 

NikPreviousAcct

No Lifer
Aug 15, 2000
52,763
1
0
I'm getting a free, fully registered version on Thursday at Microsoft's .NET conference that's coming to town :) I'm also getting a free version of WinXP Pro. :D

nik (wants to fool around with .NET)
 

sitka

Senior member
Dec 29, 2000
895
0
0


<< VB is ridiculously easy and you will probably learn all the basics in one day. >>



now that is ridiculous
 

Descartes

Lifer
Oct 10, 1999
13,968
2
0
Keep in mind, that you don't need Visual Studio.NET to program in VB.NET. You only need the framework SDK and a decent editor. I started with C# and VB.NET about a year ago, and I spent the first few months building most of my stuff in vim/Ultraedit then compiling from the CLI. Of course, if you can get VS.NET, do so! It's one of the best IDEs I have worked with to date...

 

Executor

Senior member
Aug 7, 2001
333
0
0
its pretty sweet. I got the enterprise edition and the only problem are a few incompatibilites like with the nvSDK. I also dont know where to but the .dat files that specify keywords (ex. keywords for coding 3dsmax plugins)
 

Jingoro

Senior member
Feb 5, 2001
208
0
0
What use is .net if you're starting out? Wouldn't it be easier to use the standard VB/VC++ etc editions?
 

safoo

Senior member
Sep 30, 2001
330
0
0
i got my .net stuff today at the microsoft event at ucla. theres some pretty powerful features built into it....but i dont really know how much of it i will be able to utilize......its still cool to have. i got Visual studio 6.0 the whole set last year too from microsoft....
 

Sestar

Senior member
Dec 26, 2001
316
0
0
VB.NET developer here, here's the deal, this language is diffrent from VB 6, in fact its similar to C#(almost same thing actually). I say go for it, it's a fun language, and VS.NET is great.
 

CrazyHelloDeli

Platinum Member
Jun 24, 2001
2,854
0
0
By golly, im going for it!:D I figured it might come in real handy, and if I get good, I can put it on my resume. Thx guys!
 

joohang

Lifer
Oct 22, 2000
12,340
1
0


<<

<< VB is ridiculously easy and you will probably learn all the basics in one day. >>



now that is ridiculous
>>


Hehe. Well.. it's true to some extent. If one only plans to build a "Hello World" app with an Open File dialog window. :)