Programming Forums
User Name Password Register
 

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

Reply
 
Thread Tools Display Modes
Old Sep 7th, 2007, 11:55 AM   #1
peace_of_mind
Professional Programmer
 
peace_of_mind's Avatar
 
Join Date: Sep 2004
Location: Hell if I know most of the time
Posts: 439
Rep Power: 5 peace_of_mind is on a distinguished road
Send a message via MSN to peace_of_mind Send a message via Yahoo to peace_of_mind
Gameplan for working up to C#

I know C# is exponentially gaining in popularity, but it's not yet offered at the college I'm attending. I'm currently taking an intro VB.Net class and I was thinking I'd take the advanced VB.Net class and the two or three Java courses. From what I've read about C# these are very similar languages, so I figured having these under my belt would make the transition to C# easier down the line. So what do you guys think? Is my line of thinking off base?
__________________
Amateurs built the ark
Professionals built the Titanic

peace_of_mind is offline   Reply With Quote
Old Sep 7th, 2007, 1:04 PM   #2
Booooze
Expert Programmer
 
Booooze's Avatar
 
Join Date: Mar 2006
Location: Igloo
Posts: 710
Rep Power: 3 Booooze is on a distinguished road
Send a message via MSN to Booooze
I'd say yeah, go for it if you can afford too. Any programming class you take will add to your knowledge and resume. Of course, Java and C# are so close together when it comes to syntax, so it will be a big plus to know one or the other. As for VB.NET, I'm not sure but I think it would help you really get a baring on how the .NET framework works. I say go for it.
Booooze is offline   Reply With Quote
Old Sep 7th, 2007, 1:27 PM   #3
peace_of_mind
Professional Programmer
 
peace_of_mind's Avatar
 
Join Date: Sep 2004
Location: Hell if I know most of the time
Posts: 439
Rep Power: 5 peace_of_mind is on a distinguished road
Send a message via MSN to peace_of_mind Send a message via Yahoo to peace_of_mind
Well I can definitely afford to, as I have to have a certain number of programming classes in at least two languages anyways. I just thought those two would be a good basis to transition into C# afterwards. Plus VB.Net and Java are in pretty good demand in my area also.
__________________
Amateurs built the ark
Professionals built the Titanic

peace_of_mind is offline   Reply With Quote
Old Sep 7th, 2007, 2:35 PM   #4
big_k105
PFO Founder

 
big_k105's Avatar
 
Join Date: Mar 2004
Location: Fargo, ND
Posts: 1,667
Rep Power: 10 big_k105 is on a distinguished road
Send a message via AIM to big_k105 Send a message via MSN to big_k105 Send a message via Yahoo to big_k105
I have to agree that those 2 languages will help you with C# when you do start learning it. Java is quite close in syntax as C#, and VB.NET will defiantly help with getting to know the .NET framework.
__________________
BIG K aka Kyle
Programming Forums
Kyle K Online

Please do not PM or email me programming questions. Post them in the forums instead.
big_k105 is offline   Reply With Quote
Old Sep 7th, 2007, 3:55 PM   #5
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,473
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
I agree. VB.Net will at least expose you to the .NET framework. Java and C# are like half-brothers. C++ would help also, if you could work that into your plan.
__________________
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 Sep 7th, 2007, 4:27 PM   #6
peace_of_mind
Professional Programmer
 
peace_of_mind's Avatar
 
Join Date: Sep 2004
Location: Hell if I know most of the time
Posts: 439
Rep Power: 5 peace_of_mind is on a distinguished road
Send a message via MSN to peace_of_mind Send a message via Yahoo to peace_of_mind
The requirements are for either 5 or 6 classes. So with that, and considering electives I could use, I think I can fit all 3 in.
__________________
Amateurs built the ark
Professionals built the Titanic

peace_of_mind is offline   Reply With Quote
Old Sep 7th, 2007, 4:29 PM   #7
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Another way to get familiar with the .NET framework is IronPython. Obviously, this doesn't get you C# syntax. Here's an example:
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Sep 8th, 2007, 5:22 AM   #8
Jimbo
Battle Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 770
Rep Power: 3 Jimbo is on a distinguished road
I saw a page recently about IronScheme... :o

Java will probably be the most useful, though getting to know the .NET framework will be handy as well. And C# has some forms of syntax that are different from Java, so don't expect them to be exactly the same. Just very, very close... :p
__________________
<insert disclaimer here>
<insert shameless plug for Visual Studio here>
Jimbo is offline   Reply With Quote
Old Sep 9th, 2007, 11:41 AM   #9
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
Quote:
Originally Posted by DaWei View Post
Another way to get familiar with the .NET framework is IronPython. Obviously, this doesn't get you C# syntax.
I use the IronPython interpreter at work, as sometimes it's quicker to try out a snippet of .NET code to check if it works the way you think it does, rather than to try and work it out from the the class reference.

I notice you're using Powershell, DaWei. I'd be interested in what you thought of it - I tried it, but found it rather sluggish. But aside from it's speed, it seemed pretty neat
Arevos is offline   Reply With Quote
Old Sep 9th, 2007, 2:12 PM   #10
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
I just downloaded it last week, Arevos, I've not used it enough to know.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei 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




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 1:13 AM.

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