|
-
Mar 7th, 2002, 08:37 PM
#1
Thread Starter
Hyperactive Member
yes....
Finally a c# forum.
Death to:
If A=B Then
do somethin'
End If
Long live:
if (A==B)
do somethin';
-scott
he he he
-
Mar 8th, 2002, 10:17 AM
#2
Good riddance to you C# freaks...we dont want you around anyway!!
jk
glad to see the new board.
-
Mar 8th, 2002, 10:30 AM
#3
Hyperactive Member
Great, they add a C# forum, i was all set to go gung ho with the VB.NET (because thats the only forum we had here), but now with a C# forum, i am torn.... what to do, what to do...
..::[ kleptos]::..
- Database Administrator (MSSQL 2000)
- Application Developer (C#)
- Web Developer (ASP.NET)

-
Mar 8th, 2002, 10:37 AM
#4
Well it is just personal choice as there is barely any differnce in the languages beyond syntax.Just go with the syntax you prefer and feel more comfortable with.
-
Mar 8th, 2002, 10:42 AM
#5
Hyperactive Member
I wont feel comfy until they release my QBasic.NET, then i will be in heaven..
..::[ kleptos]::..
- Database Administrator (MSSQL 2000)
- Application Developer (C#)
- Web Developer (ASP.NET)

-
Mar 8th, 2002, 10:45 AM
#6
heh..that would be cool. Perhaps someone will do it.
-
Mar 8th, 2002, 11:12 AM
#7
Thread Starter
Hyperactive Member
You'll be back Cander...Once you've realized the error of your ways and switch to C#
-scott
he he he
-
Mar 8th, 2002, 11:47 AM
#8
-
Mar 8th, 2002, 03:17 PM
#9
Frenzied Member
vb.net is baaaaaaaad

c# is the way to go
-
Mar 8th, 2002, 03:54 PM
#10
Frenzied Member
What's the difference? Semicolon here, brace there, caption over there. Big whoop. If you look at 2 blocks of coding doing the same thing in both languages they look almost identical.
Anyways, in .Net you can use both languages (VB & C#) in the same program.
-
Mar 8th, 2002, 04:22 PM
#11
Hyperactive Member
..::[ kleptos]::..
- Database Administrator (MSSQL 2000)
- Application Developer (C#)
- Web Developer (ASP.NET)

-
Mar 8th, 2002, 04:25 PM
#12
we were just playing around..I have no problem with C#..I am learning the syntax for it, just not going to do anything in since I am already comfortable with vb.
-
Mar 8th, 2002, 04:54 PM
#13
Frenzied Member
Originally posted by Cander
we were just playing around..I have no problem with C#..I am learning the syntax for it, just not going to do anything in since I am already comfortable with vb.
i think your scared like a little baby
the one thing i dont like about c# is the fact that its freaken intellisense is not as good as vb, AND THE FACT THAT THERE IS NO INPUTBOX function
still kicks vb.nets ass though
-
Mar 8th, 2002, 05:48 PM
#14
Frenzied Member
OK you point out those faults and still say it's better than VB7.
-
Mar 8th, 2002, 06:10 PM
#15
Frenzied Member
-
Mar 10th, 2002, 03:02 AM
#16
You need intellisense?!
If you want to have C/C++ syntax, learn C/C++. You get all of the speed, the same syntax, and the wonderful lack of common runtimes (if you play it right, and dont use MFC). C# is little more then java, by MS.
Z.
-
Mar 10th, 2002, 06:36 PM
#17
Frenzied Member
Long live C++
I've heard all these people saying that C# is so much better than C++. why? C++ has no runtimes and is faster
-
Mar 10th, 2002, 06:38 PM
#18
Frenzied Member
Originally posted by kovan
i think your scared like a little baby
the one thing i dont like about c# is the fact that its freaken intellisense is not as good as vb, AND THE FACT THAT THERE IS NO INPUTBOX function
still kicks vb.nets ass though
i think you're a scared like a little baby and won't try C++
-
Mar 10th, 2002, 07:53 PM
#19
Hyperactive Member
Steve...we are not here on which is the best language.
C# is designed as a web services development language.
You can do it in C++, though it would be more comfortable to work with C#.(Hey..that is why they invented it in the first place !)
-
Mar 10th, 2002, 07:55 PM
#20
Frenzied Member
-
Mar 10th, 2002, 09:45 PM
#21
Frenzied Member
damn was really hoping you hadn't
so C# is more of an internet based language? what are its main features that make it stand out as more web based?
-
Mar 10th, 2002, 09:54 PM
#22
Frenzied Member
Originally posted by SteveCRM
damn was really hoping you hadn't
so C# is more of an internet based language? what are its main features that make it stand out as more web based?
where the hell did you hear that?
i havent touched it for web
am building a total stand alone app with it
its GREAT
-
Mar 11th, 2002, 04:15 PM
#23
Frenzied Member
Originally posted by thinktank2
C# is designed as a web services development language.
-
Mar 11th, 2002, 05:29 PM
#24
Thread Starter
Hyperactive Member
C# can do both stand alone and web apps really well.
Of course C# makes it simple to create and consume web services and write ASP. But, it also speeds application development. Try using COM from C++, what a pain in the neck! Even with smart pointers, it's not half as easy as C#. Also, writing a sophisticated GUI in C# is childs play. (The GUI for vs.net was written in c# not c++.)
Lastly, what's the big deal with the runtime engine? Most c++ apps will use the c/c++ runtimes anyways. I normally distribute my apps on a CD, so adding the framework to the install is a non-issue!
Anyway, that's my two bits. I'm a big fan of C# and I'm trying to move all my future projects to .net instead of a combination of VB / ATL etc. It's going to make my life so much easier.
-scott
he he he
-
Mar 11th, 2002, 05:36 PM
#25
It should have read "C# is designed as a web services development language designed to snag up all of the java developers.". It is very nice though and enjoy it much more than vb.net. vb became way to verbose, almost to the point it is becomming a pain to read. I prefer C# because it looks like C++ but you can crank out apps as fast as you can in vb.
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
|