|
-
Jul 24th, 2003, 12:32 PM
#41
Frenzied Member
I'm running:
Win2K
VS 6
VS.NET
C# rox. I just haven't gotten used to the VS.NET IDE yet, so I write all my C# code in Dreamweaver MX and compile on the command line. Of course, I'm still writing console apps to get used to the language.
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
-
Jul 24th, 2003, 01:02 PM
#42
Fanatic Member
And the framework itself. No more (sometimes) wacky and complicated API calls.
-
Jul 24th, 2003, 01:09 PM
#43
Not to mention actual choice when it comes to IDE's
DreamWeaver
Antichinus C#
Sharp Develop
Visual Studio
Notepad
C# Builder
Web Matrix
-
Jul 24th, 2003, 01:09 PM
#44
Fanatic Member
Originally posted by Memnoch1207
C# rox. I just haven't gotten used to the VS.NET IDE yet, so I write all my C# code in Dreamweaver MX and compile on the command line. Of course, I'm still writing console apps to get used to the language.
Why C#? I have yet to see a convincing argument about why to go w/ C# over VB.Net. I know there are differences/advantages but they seemed to be so minor that learning a new language doesn't seem worthwhile.
Except to say that you know C#/self satisfaction/the challenge - *none* of which I'm arguing with. Seriously, good for you. But as a VB guy, what does C# offer? I'd be interested in your perspective rather then one from the many that views VB as a toy language - .Net or not.
-
Jul 24th, 2003, 01:26 PM
#45
Frenzied Member
Just personal preference really. I have nothing against VB at all...as a matter of fact I have written a couple of dll's in C# that are used in a vb.net app.
However, the latest salary surveys showed that C# programmers made on average $26,000 a year more than other programmers.
My understanding is the only difference between C# and VB.NET is the syntax and the way the programmer writes the code. Since both languages run off of the CLR...so essentially there isn't any difference between the two, other than syntax preference and programmer coding.
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
-
Jul 24th, 2003, 01:35 PM
#46
Addicted Member
I really only have one complaint with .NET and its the same complaint that I had/have with Java -- the CR. When booting any .NET application, the CR holds 49+ MB of virtual memory in reserve. Add that to the post-compile times as the program loads each module, and a program that use to scream when writen in straight C/C++ really looks doggy in .NET. With that said, everyone here is right -- code maintenance and creation is a lot easier with .NET. I just personally think that as of right now, the trade-off was too high.
-
Jul 24th, 2003, 01:39 PM
#47
Fanatic Member
Originally posted by Memnoch1207
However, the latest salary surveys showed that C# programmers made on average $26,000 a year more than other programmers.
No arguing w/ that. A reason in itself.
My understanding is the only difference between C# and VB.NET is the syntax and the way the programmer writes the code. Since both languages run off of the CLR...so essentially there isn't any difference between the two, other than syntax preference and programmer coding.
This is what makes me laugh. If they only knew... But I suppose there's no way around it. People are going to think what they think and no amount of education is going to change their minds.
-
Jul 24th, 2003, 01:44 PM
#48
Well I think C# has couple little power features like pointers. Plus C# is more widely accepted since it has been submitted as a standard and all the frameworks ports being worked on focus on C#, although Mono is working on a Basic compiler.
-
Jul 24th, 2003, 02:50 PM
#49
Originally posted by Briantcva
This is what makes me laugh. If they only knew... But I suppose there's no way around it. People are going to think what they think and no amount of education is going to change their minds.
well if you compare C# and VB.NET to C++ and VB6 then you could say the gap is getting MUCH MUCH smaller as far as differences and limitations go
-
Jul 24th, 2003, 03:04 PM
#50
Fanatic Member
Originally posted by kleinma
well if you compare C# and VB.NET to C++ and VB6 then you could say the gap is getting MUCH MUCH smaller as far as differences and limitations go
Exactly. HR folks throwing perfectly good VB developer resumes out the window b/c they've been told it's C# or nothing.
-
Jul 24th, 2003, 05:00 PM
#51
Ex-Super Mod'rater
I'm still using VB6 but am unsure on wether to upgrade to .NET, I have two problems tho, one can't afford it .
Two, I'm about to start a course at university and have a strong suspicion that it will be using C++ so I don't no if theres any point. Note: I also love to us VB6 because its so easy to use and the debug tools are very useful.
I have XP home but only because it came with my PC, I've never bought a OS seprate from a PC.
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

-
Jul 24th, 2003, 05:12 PM
#52
Sure. You can do .NET for absolutly 100% free.
Get the .NET framework SDK from Microsoft for free
Then you can get a top notch free editor here
www.icsharpcode.net
I think Borland also has a free version of C# Builder for download.
-
Jul 24th, 2003, 05:29 PM
#53
Ex-Super Mod'rater
That site is for C# if i'm not mistaken . Is there one for VB.NET??
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

-
Jul 24th, 2003, 05:33 PM
#54
Ex-Super Mod'rater
I spoke too soon, I just saw this:
From www.icsharpcode.net
#develop (short for SharpDevelop) is a free IDE for C# and VB.NET projects
Last edited by Electroman; Jul 24th, 2003 at 05:36 PM.
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

-
Jul 24th, 2003, 05:33 PM
#55
PowerPoster
Originally posted by Electroman
I'm still using VB6 but am unsure on wether to upgrade to .NET, I have two problems tho, one can't afford it .
Two, I'm about to start a course at university and have a strong suspicion that it will be using C++ so I don't no if theres any point. Note: I also love to us VB6 because its so easy to use and the debug tools are very useful.
I have XP home but only because it came with my PC, I've never bought a OS seprate from a PC.
As DevGrp said, you can program in .net for free.
Here is what I posted before in another thread:
-
Jul 24th, 2003, 05:38 PM
#56
PowerPoster
Originally posted by Briantcva
Why C#? I have yet to see a convincing argument about why to go w/ C# over VB.Net. I know there are differences/advantages but they seemed to be so minor that learning a new language doesn't seem worthwhile.
Except to say that you know C#/self satisfaction/the challenge - *none* of which I'm arguing with. Seriously, good for you. But as a VB guy, what does C# offer? I'd be interested in your perspective rather then one from the many that views VB as a toy language - .Net or not.
Besides the little differences, there is ONE HUGE advantage to knowing C#. That benefit is knowing the syntax that Java and C++ uses. Talk about it all you want, when it comes down to it, and I was a hiring manager, I would pick a C# guy over a VB.Net guy because I could get the C# guy up to speed in Java or C++ quicker than I would a VB.Net guy if I need to.
-
Jul 24th, 2003, 10:04 PM
#57
^:^...ANGEL...^:^
Originally posted by kleinma
CODE REGIONS!!!! they are the best thing EVER!
Love those ones...
-
Jul 25th, 2003, 09:42 AM
#58
Fanatic Member
Originally posted by hellswraith
I would pick a C# guy over a VB.Net guy because I could get the C# guy up to speed in Java or C++ quicker than I would a VB.Net guy if I need to.
Excellent answer.
Peering through amazon to find something to make sense of it all...
-
Jul 28th, 2003, 12:54 AM
#59
Hyperactive Member
I used to be a pro VB6 guy. Now, I'm a .NET guy.
I am being forced to learn C#. Since 50% of the code example on the net are written in C#, and the other 50% are written in VB.NET.
Pretty much the only differences in the languages is the Basic Syntax. That's why .NET is so great. If you know one .NET language, you basically just have to learn the syntax of the other in order to use it. All of the .NET stuff is still the same. I confess, I have done some playing around with learning both C++ and Java in the past, but that doesn't matter.
If someone knows C#, Yes, it is easier to teach them C++ or Java because they already know the basic code syntax. But, you would still have to teach them alot in order for them to be able to develop applications.
I was a VB6 guy, I wasn't that familiar with C++ or Java. I played with them a little bit, but I loved the simplicity of VB. I also accepted the limitations of VB6. I haven't even touched VB6 sinced I made the switch to .NET. With .NET, VB is now just as powerfull as C++. With .NET, there is no more 'This language is more powerfull', or 'This language does that better.' Every .NET language is the same. You can even write applications that have objects written in C#.NET, VB.NET, J#.NET and Cobol.NET.
And for those of you who are complaining that you don't want to learn C#, because there's no big advantage. You know what, the biggest advantage is becoming a bigger asset to your company. This new knowledge might even get you a raise.
Knowing C#, gives you the basis for moving to C++ or Java.
-
Jul 28th, 2003, 04:01 AM
#60
I am running VB 6.0 and VB 5.0 on xp.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Jul 28th, 2003, 07:40 AM
#61
Thread Starter
Fanatic Member
Originally posted by Nightwalker83
I am running VB 6.0 and VB 5.0 on xp.
VB6 is better than VB5, why the trouble of installing both?
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline 
So I consider all those working engineers sad people
VB FTP class
3 page PHP crash course
Crash Course on DX9 Managed with VB.NET covering basics till terrain creation
-
Jul 31st, 2003, 11:10 AM
#62
Fanatic Member
I use VB.NET over Win XP
Life is a one way journey, not a destination. Travel it with a smile and never regret anything.
Yesterday is history, tomorrow is a mystery, today is gift - that's why we call it present.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|