View previous topic :: View next topic |
C# or VB |
C# |
|
85% |
[ 6 ] |
VB.Net |
|
14% |
[ 1 ] |
|
Total Votes : 7 |
|
Author |
Message |
rose
Joined: 21 Feb 2006 Posts: 29
|
Posted: Tue Feb 21, 2006 8:34 pm Post subject: C# or VB? |
|
|
Which is your preferred programming language for ASP.NET?
For me its C#. I have never learnt VB or VB.Net and dont intend to.. it looks too messy to me.
I love C# since its completely OOP. |
|
Back to top |
|
|
James
Joined: 20 Feb 2006 Posts: 24
|
Posted: Tue Feb 21, 2006 8:37 pm Post subject: |
|
|
Yes, Im a C# man.
Fell in love with this language when I first started learning it, and I enjoy how it has also given me a basis on which to learn other languages, since it adopts all the basic OOP principles as you mentioned. |
|
Back to top |
|
|
paul
Joined: 11 Oct 2004 Posts: 128
|
Posted: Wed Feb 22, 2006 9:32 am Post subject: |
|
|
I prefer C# too. The C# syntax is much cleaner than the VB.NET one. Many big corporations are looking for VB.NET developers though, because they have all these VB6 applications already in place and they think that it will be easier for their employees to move to VB.NET...
Paul _________________ World Countries | Survival Skills |
|
Back to top |
|
|
twinkle
Joined: 31 Jan 2006 Posts: 79
|
Posted: Wed Feb 22, 2006 6:56 pm Post subject: |
|
|
I would go with C Sharp. Although I really do not program in either of them right now. VB is just basic, and as such it is just basic. What more can I say about it.
I am more into the web languages, javascript, php, and now trying to learn ASP. _________________ I shine |
|
Back to top |
|
|
James
Joined: 20 Feb 2006 Posts: 24
|
Posted: Wed Feb 22, 2006 8:30 pm Post subject: |
|
|
I would not call VB.Net basic. Its quite complicated, and unless you are familiar with previous vb syntax you would have trouble picking it up now.
C# is a "real" language to me too. Very much along the lines of Java and C++.
I think knowing C# is a great skill to have |
|
Back to top |
|
|
rose
Joined: 21 Feb 2006 Posts: 29
|
Posted: Wed Feb 22, 2006 8:44 pm Post subject: |
|
|
Well its 3-0 for C# now, great
Its unfortunate that most companies advertise for VB skills, it disappoints me because I know C# would make their applications that much better.
VB is old school, but some people don't like to change I guess. |
|
Back to top |
|
|
raven
Joined: 31 Jan 2006 Posts: 41
|
Posted: Thu Feb 23, 2006 5:36 pm Post subject: |
|
|
I have never really used either one. I used to do some c++ work, but not c#, although not sure it matters.
Never done anything with vb.net at all. _________________ Programmers do it in code |
|
Back to top |
|
|
Colda Brama
Joined: 23 Feb 2006 Posts: 15
|
Posted: Thu Feb 23, 2006 7:46 pm Post subject: |
|
|
I do not even really know what VB.NET is, so I will go with the one I know and use for the most part. |
|
Back to top |
|
|
rose
Joined: 21 Feb 2006 Posts: 29
|
Posted: Tue Mar 07, 2006 5:18 am Post subject: |
|
|
VB.Net is a version of visual basic developed for .net
Its quite different from the old visual basic but it certainly still has that old vb code style that people know and love. |
|
Back to top |
|
|
administrator Site Admin
Joined: 01 Oct 2004 Posts: 183
|
Posted: Tue Mar 07, 2006 12:22 pm Post subject: |
|
|
VB.NET vs. C# is just a question of preference in my opinion. Both languages are very powerful and you should be able to accomplish your programming goals with either of them. _________________ Peter
ASP & ASP.NET Articles and Tutorials |
|
Back to top |
|
|
James
Joined: 20 Feb 2006 Posts: 24
|
Posted: Tue Mar 07, 2006 4:46 pm Post subject: |
|
|
Exactly
They both use the framework and both are very powerful.
In the end, no one can tell what language the application is written in, it is only you as the developer who must choose your "tool" for the job. |
|
Back to top |
|
|
bongo
Joined: 07 Mar 2006 Posts: 11
|
Posted: Wed Mar 08, 2006 10:20 am Post subject: |
|
|
I think most people are using VB. The schools here teach asp in VB and i was taught in VB too. I think VB is easier to use than C. |
|
Back to top |
|
|
DPR
Joined: 08 Mar 2006 Posts: 14
|
Posted: Wed Mar 08, 2006 8:47 pm Post subject: |
|
|
bongo wrote: | I think most people are using VB. The schools here teach asp in VB and i was taught in VB too. I think VB is easier to use than C. |
I dont
C# is a more "hardcore" language, i think anyway. It requires a distinct knowledge of programming fundamentals.
You need to know about objects, inheritance, polymorphism and all those other programming basics.
Im not saying you dont need to know these with VB, however I think its implemented more in C#. |
|
Back to top |
|
|
|