J
jbailo
Subject: dotnet is a farce.
You know, I was always impressed with
the way one could write a http program
with c# or java. To me, it showed how
'superior' these languages are because
they made it so 'easy' to
set up connection points, open a socket,
send the request.
But, I never really know how to do it in
c! So I wasn't comparing it with anything.
Then, I just received one of my four new
books yesterday, 'Advanced Linux Programming'
from New Riders, and there was some sample
code for opening a socket and reading
http data.
IT'S THE SAME THING AS IN C# !!!!!!
If anything, it's less and more elegant.
Tell me that:
connect(socket_fd, &name, sizeof( struct sockaddr_in))
a SINGLE line that sets up the connection followed
by a while loop to read the data is not
THE SAME EXACT SYNTAX as in c# for doing the same thing.
See -- UNIX has always had 'ASSEMBLIES' -- or SYSCALLS
-- or OPERATING SYSTEM LEVEL LIBRARIES AND METHODS
DOT NET IS A FARCE (!)(!)(!)(!)(!)
You know, I was always impressed with
the way one could write a http program
with c# or java. To me, it showed how
'superior' these languages are because
they made it so 'easy' to
set up connection points, open a socket,
send the request.
But, I never really know how to do it in
c! So I wasn't comparing it with anything.
Then, I just received one of my four new
books yesterday, 'Advanced Linux Programming'
from New Riders, and there was some sample
code for opening a socket and reading
http data.
IT'S THE SAME THING AS IN C# !!!!!!
If anything, it's less and more elegant.
Tell me that:
connect(socket_fd, &name, sizeof( struct sockaddr_in))
a SINGLE line that sets up the connection followed
by a while loop to read the data is not
THE SAME EXACT SYNTAX as in c# for doing the same thing.
See -- UNIX has always had 'ASSEMBLIES' -- or SYSCALLS
-- or OPERATING SYSTEM LEVEL LIBRARIES AND METHODS
DOT NET IS A FARCE (!)(!)(!)(!)(!)