Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Old 12-04-2004, 08:46 PM Vb.net
Robert_R's Avatar
Skilled Talker

Posts: 97
Location: New Jersey
Trades: 0
What do you guys and gals think of VB.NET?

Should I learn it?
Robert_R is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-04-2004, 09:00 PM
Christopher's Avatar
Iced Cap

Latest Blog Post:
Cross-domain AJAX with JSONP
Posts: 3,110
Location: Toronto, Ontario
Trades: 0
I like C# better.

But all "next gen" MS languages feed of off their .NET framework, so they're all pretty much the same. I just prefer the syntax of C#.

It's worth learning, IMO.
__________________

Please login or register to view this content. Registration is FREE
- Latest Articles:
Please login or register to view this content. Registration is FREE
,
Please login or register to view this content. Registration is FREE

--
Please login or register to view this content. Registration is FREE

Christopher is offline
Reply With Quote
View Public Profile
 
Old 12-04-2004, 09:23 PM
theshiznit's Avatar
Registered User

Posts: 214
Trades: 0
Quote:
I like C# better.

But all "next gen" MS languages feed of off their .NET framework, so they're all pretty much the same. I just prefer the syntax of C#.

It's worth learning, IMO.
Agreed C# is way better
theshiznit is offline
Reply With Quote
View Public Profile
 
Old 12-05-2004, 06:54 AM
Extreme Talker

Posts: 160
Trades: 0
I think the only reason you would want to go with VB.net is if you have a background in Visual Basic. Otherwise go with C#.

...... Actually, avoid that aswell, go with Perl instead.
ElectricSheep is offline
Reply With Quote
View Public Profile
 
Old 12-05-2004, 07:43 AM
Minaki's Avatar
Defies a Status

Posts: 1,626
Location: Guildford, UK
Trades: 0
I've just picked up ASP.NET and am learning VB.NET. It's great. Highly reccomend learning it.

Quote:
Agreed C# is way better
C# is no better than VB.

All .NET languages use functionality from exactly the same set of base classes provided by the ASP.NET framework, so everything you can do in C#, you can do in VB.NET. It's purely a matter of preference. You could even learn Perl.NET and COBAL.NET if you really wanted. Might find examples on the 'net hard to come by though.

I did find an article once which had a reason for choosing VB over C# but I forgot what it was. If I remember I'll re-post.
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Minaki is offline
Reply With Quote
View Public Profile Visit Minaki's homepage!
 
Old 12-05-2004, 08:03 AM
theshiznit's Avatar
Registered User

Posts: 214
Trades: 0
It would depend on what he's using VB for. I it's for the web, then he would use vbscript. But, I still think C# is better than VB.
theshiznit is offline
Reply With Quote
View Public Profile
 
Old 12-05-2004, 10:05 AM
Minaki's Avatar
Defies a Status

Posts: 1,626
Location: Guildford, UK
Trades: 0
Actully, VB.NET is not VBScript. VBScript is used in bog standard ASP, client side scripting in IE, Windows Scripting Host, and a few others. ASP.NET VB is a compiled language.

I'd be interested to hear on what grounds you think C# is better?
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Minaki is offline
Reply With Quote
View Public Profile Visit Minaki's homepage!
 
Old 12-05-2004, 01:55 PM
Christopher's Avatar
Iced Cap

Latest Blog Post:
Cross-domain AJAX with JSONP
Posts: 3,110
Location: Toronto, Ontario
Trades: 0
They are the same, setting aside some very small subtle details.

If someone likes C#, then it's purely because of the syntax. There's no other reason...
__________________

Please login or register to view this content. Registration is FREE
- Latest Articles:
Please login or register to view this content. Registration is FREE
,
Please login or register to view this content. Registration is FREE

--
Please login or register to view this content. Registration is FREE

Christopher is offline
Reply With Quote
View Public Profile
 
Old 12-05-2004, 02:19 PM
Extreme Talker

Posts: 160
Trades: 0
Visual Basic is based on Basic whereas many other languages have their roots in C.
C# has similarities to the syntax of Java, JavaScript, Perl, PHP etc because they are all C based.
Learning languages with the same root makes for less of a learning curve.
However, Microsoft want people to use C# to create .Net applications so maybe that's a good reason not to,
ElectricSheep is offline
Reply With Quote
View Public Profile
 
Old 12-06-2004, 08:52 AM
ibbo's Avatar
Super Spam Talker

Posts: 880
Location: Leeds UK
Trades: 0
If anything C# looks like Java.

And its not constrained to Microsoft anymore. I have a Virtual host on my local machine that runs mod_mono under apache. This gives me the ability to run asp.NET apps from apache 2.0 FDC2 Linux (though i have no reel need, just been Geeky).

Mono also provides a C# compiler and lets you run your C# apps I believe it also comes with a basic complier though i have not bothered with it.

If your interested http://www.go-mono.com/ is the URL for mono. It also runs on windows.

So Linux strkes back (anything you can do we can do too!) he he and since Microsoft did not release its back end code it seems these guys have reversed engineered it making it completely FREE! Runs just like the windows counterpart with its own GAC and what have you (populated with dll's to keep cross platform support).

The only thing i have not tried is running an .exe from windows when it was built under mono linux. I have tried it the other way round though with no problems.

Just waiting on V2 for a more improved SWF library.

Ibbo
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Linux user #349545 :
(GNU/Linux)iD8DBQBAzWjX+MZAIjBWXGURAmflAKCntuBbuKCWenpm XoA7LNydllVQOwCf
ibbo is offline
Reply With Quote
View Public Profile Visit ibbo's homepage!
 
Old 12-07-2004, 03:19 AM
richardys's Avatar
Average Talker

Posts: 25
Location: UK
Trades: 0
Quote:
Originally Posted by Chroder
If someone likes C#, then it's purely because of the syntax. There's no other reason...
I agree completely. I was very familiar with ASP when .NET came out so went over to VB.NET, then I played with C#.NET and found the syntax easier.
richardys is offline
Reply With Quote
View Public Profile
 
Old 12-07-2004, 04:51 AM
Minaki's Avatar
Defies a Status

Posts: 1,626
Location: Guildford, UK
Trades: 0
Quote:
So Linux strkes back (anything you can do we can do too!) he he and since Microsoft did not release its back end code it seems these guys have reversed engineered it making it completely FREE!
Why re-invent the wheel? As far as I was aware, the .NET framework is a free download from Microsoft and ships with Windows 2003 Server for no extra cost...
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Minaki is offline
Reply With Quote
View Public Profile Visit Minaki's homepage!
 
Old 12-07-2004, 09:01 AM
ibbo's Avatar
Super Spam Talker

Posts: 880
Location: Leeds UK
Trades: 0
But you still gorra pay for Windows aint you! Unless of course everyone runs a snide copy.

So yes you still have to pay and if you get done for having an illegal copy you gorra pay more.

Ibbo
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Linux user #349545 :
(GNU/Linux)iD8DBQBAzWjX+MZAIjBWXGURAmflAKCntuBbuKCWenpm XoA7LNydllVQOwCf
ibbo is offline
Reply With Quote
View Public Profile Visit ibbo's homepage!
 
Old 12-07-2004, 10:22 AM
Minaki's Avatar
Defies a Status

Posts: 1,626
Location: Guildford, UK
Trades: 0
It's worth paying for. Most companies have the money, and for home users, it tends to ship with off the shelf PCs included in the cost. Beats having to mess about with Linux.
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Minaki is offline
Reply With Quote
View Public Profile Visit Minaki's homepage!
 
Old 12-07-2004, 11:22 AM
ibbo's Avatar
Super Spam Talker

Posts: 880
Location: Leeds UK
Trades: 0
Quote:
Originally Posted by Minaki
It's worth paying for. Most companies have the money, and for home users, it tends to ship with off the shelf PCs included in the cost. Beats having to mess about with Linux.
Nothing is worth paying for if you can achieve the same for free! (give or take some brain power) I cant understand why people are so intent and stuck on that.

Does LINUX scare you all?

Messing with linux is all part of the parcel. Like most people i suspect that which confuses never gets used. Which is a crying shame. Considering your all would be developers if you can grasp programming concepts and that you can grasp another OS.

The pro's and cons of LINUX (as a linux man) far outweight those of Bills products. Though you will negate that.

Still Bill gets richer by the day for folks like you will allways use his stuff. And while this is the case the computing industry will be stuck in Bills rut with a narrow field of expansion that wont sway far from bills path.



Ibbo
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Linux user #349545 :
(GNU/Linux)iD8DBQBAzWjX+MZAIjBWXGURAmflAKCntuBbuKCWenpm XoA7LNydllVQOwCf
ibbo is offline
Reply With Quote
View Public Profile Visit ibbo's homepage!
 
Old 12-07-2004, 03:02 PM
Extreme Talker

Posts: 160
Trades: 0
ibbo
I am also a 'Linux' advocate but feel constant Microsoft bashing is counter-productive.
For me the key issue is choice, some choose to use Windows and some do not.
Not everyone has the knowledge, time, inclination or need to learn a different operating system.
Although criticising Bill Gates is seen by some as fashionable I think there are many better ways to further the cause of non-Windows systems. Let's direct our energies towards those. :-)
ElectricSheep is offline
Reply With Quote
View Public Profile
 
Old 12-08-2004, 12:52 PM
ibbo's Avatar
Super Spam Talker

Posts: 880
Location: Leeds UK
Trades: 0
Well i didnt know i was making any offense so appologies to those who may have taken it.

I am not anti-windows its come along in leaps and bounds recently but I must stress that you cant go wrong with free open source stuff.

My points still stand though i wont go back on them.

Ibbo
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

Linux user #349545 :
(GNU/Linux)iD8DBQBAzWjX+MZAIjBWXGURAmflAKCntuBbuKCWenpm XoA7LNydllVQOwCf
ibbo is offline
Reply With Quote
View Public Profile Visit ibbo's homepage!
 
Old 12-08-2004, 04:41 PM
Minaki's Avatar
Defies a Status

Posts: 1,626
Location: Guildford, UK
Trades: 0
http://www.pcmag.com/article2/0,1759,1567370,00.asp

No, it doesn't scare me. It's just a pain. When I have a job to do, i want to get it done - not sit there and configure my OS for 3 hours to get anything to work.

I've heard an increasing number of stories about companies regretting their move to open source. We half use it at work and it really bites. Causes so much lost productivity...

Quote:
Although criticising Bill Gates is seen by some as fashionable
Couldn't of put it better myself.
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Minaki is offline
Reply With Quote
View Public Profile Visit Minaki's homepage!
 
Old 12-08-2004, 05:25 PM
Republikin's Avatar
Defies a Status

Posts: 3,189
Trades: 3
Personaly I like VB.NET. Coming from php I really figured I would have liked C# more considering the similiarity in syntax, however that was not the case. I have found that not having to enclose everything in brackets has sped up my coding, at least a bit. Besides, if you know one you know the other. I can read C# and even convert to VB.NET without any third party tools.

No matter which flavor you favor it's always good to excercise the other choice. I have found that alot more samples and tutorials are written for C# so knowing how to put that to use in my VB.NET apps helps me alot in the end.

As far as Linux v. MS goes....I have to agree that although it is free you absolutely get what you pay for. I once was very pro-linux, anti-ms until I spent some time trying to do some very real world business things with various linux platforms. Then I realized that most people would spend more time figuring it out and trying to make it work right and also hoping not to break it then would be able to just plug it in off the shelf and let it go.

There is a good reason MS is at the top of the heap and contrary to popular belief its not because they are an evil dominant empire. They simply create better products. Now I know that is a loaded statement and could be hotly debated so I will clarify, they create better products for the majority, not the minority. Which the majority includes CEO's who want to understand at least a little bit about how their IT stuff works. We, as webmasters complain about IE, well we are the minority, the majority see's it as a better product and it is for them because it's geared towards them, not us. Get the picture or am I rambling now?
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Republikin is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Vb.net
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.71476 seconds with 12 queries