Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Apr 15th, 2008, 8:15 AM   #1
beni_dude
Newbie
 
beni_dude's Avatar
 
Join Date: Apr 2008
Posts: 19
Rep Power: 0 beni_dude is on a distinguished road
Smile Hey you all

I'm the one called Benjamin Michaeli, you can say that I'm a bit new to the world of dot net but not to the world of programing, hell I even used VB6

The world of dot net is big and some times can be a bit scary so I hope you all can give an helping hand here and there.

I think that with the dot net3 of MS they made a big move (WCF mostly) and I hope to use to the extram (and hope that it will land a nice job).

out for now
beni_dude is offline   Reply With Quote
Old Apr 15th, 2008, 8:40 AM   #2
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
Re: Hey you all

welcome to the club
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Apr 15th, 2008, 8:45 AM   #3
beni_dude
Newbie
 
beni_dude's Avatar
 
Join Date: Apr 2008
Posts: 19
Rep Power: 0 beni_dude is on a distinguished road
Re: Hey you all

Quote:
Originally Posted by Infinite Recursion View Post
welcome to the club

Thanks mate
beni_dude is offline   Reply With Quote
Old Apr 15th, 2008, 9:49 AM   #4
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Re: Hey you all

Quote:
Originally Posted by beni_dude View Post
hell I even used VB6
So did we all. We all regret it.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Apr 15th, 2008, 10:12 AM   #5
beni_dude
Newbie
 
beni_dude's Avatar
 
Join Date: Apr 2008
Posts: 19
Rep Power: 0 beni_dude is on a distinguished road
Smile Re: Hey you all

Quote:
Originally Posted by Ooble View Post
So did we all. We all regret it.
LOL
__________________
NULL is all around me!
beni_dude is offline   Reply With Quote
Old Apr 15th, 2008, 3:52 PM   #6
lectricpharaoh
Caffeinated Neural Net
 
lectricpharaoh's Avatar
 
Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 1,031
Rep Power: 5 lectricpharaoh will become famous soon enough
Re: Hey you all

Welcome to the forums.

Do you have a preference as to what .NET language you use? I'm partial to C#, myself, and suggest giving it a shot rather than sticking with VB.NET.
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot.
- Vaarsuvius, Order of the Stick
lectricpharaoh is offline   Reply With Quote
Old Apr 16th, 2008, 12:10 PM   #7
beni_dude
Newbie
 
beni_dude's Avatar
 
Join Date: Apr 2008
Posts: 19
Rep Power: 0 beni_dude is on a distinguished road
Re: Hey you all

Quote:
Originally Posted by lectricpharaoh View Post
Welcome to the forums.

Do you have a preference as to what .NET language you use? I'm partial to C#, myself, and suggest giving it a shot rather than sticking with VB.NET.
I'm using C#, when I see code in VB its seems like some kind of foreign language

Now I know (so I was told) that C# is much bettter then VB but I'm not sure why, maybe becasue of the way it use O.O programing.
__________________
NULL is all around me!
beni_dude is offline   Reply With Quote
Old Apr 16th, 2008, 4:13 PM   #8
lectricpharaoh
Caffeinated Neural Net
 
lectricpharaoh's Avatar
 
Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 1,031
Rep Power: 5 lectricpharaoh will become famous soon enough
Re: Hey you all

Quote:
Originally Posted by beni_dude View Post
I'm using C#, when I see code in VB its seems like some kind of foreign language

Now I know (so I was told) that C# is much bettter then VB but I'm not sure why, maybe becasue of the way it use O.O programing.
Naw, both VB.NET and C# compile down to the same bytecode. Don't let someone tell you that one generates better code than the other. Any program that you can write in C# you could also write in VB.NET, or any other fully-supported .NET language. However, C# is the 'flagship language' of the .NET Framework, and as such, you're likely to find more code examples and such.

Also, VB.NET sometimes has a poor reputation because you have a bunch of legacy VB programmers migrating to it and writing bad .NET code. Remember, VB was originally designed for novice/amateur programmers, and had a lot of features to make things easy, so some of these people didn't develop the same good programming habits that a C or C++ programmer might have. This isn't to say there are no good VB programmers or bad C/C++ programmers. It's just a stereotype that's out there, and stereotypes usually color peoples' perceptions, whether they want to admit it or not.

All that said, the reason I prefer C# is because I find VB.NET syntax to be awkward and ugly. Of course, this is just a personal preference, not something that reflects the capabilities of one language over another.
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot.
- Vaarsuvius, Order of the Stick
lectricpharaoh is offline   Reply With Quote
Old Apr 17th, 2008, 3:31 AM   #9
beni_dude
Newbie
 
beni_dude's Avatar
 
Join Date: Apr 2008
Posts: 19
Rep Power: 0 beni_dude is on a distinguished road
Thumbs up Re: Hey you all

Thanks for the eyes opening answer
__________________
NULL is all around me!
beni_dude is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
hey hey Opeon Community Introductions 5 Mar 7th, 2008 8:36 AM
Hey Guys Eric the Red Coder's Corner Lounge 1 Jan 10th, 2008 2:51 AM
Hey again RobEasy Community Introductions 3 Oct 2nd, 2007 12:08 PM
Hey Yall Kelvoron Community Introductions 4 Aug 19th, 2007 1:07 PM
Hey Hey Want2learn Community Introductions 2 Jul 8th, 2007 2:26 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 12:43 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC