Efficiency of Dot Net

P

Peter Romero

This is probably beating a dead horse, but...

It used to be that I could code a simple application in a few minutes to a
few hours using any number of older languages... VB6, etc. Now, with dot
net, it seems that it takes about two hours of research just to figure out
how to add two numbers together, and once the research is done and the code
written, the solution is so ridiculously über-complex that I couldn't
possibly remember it to apply it again. Does anyone else seem to have this
trouble, or is it just me?
 
M

Mythran

Peter Romero said:
This is probably beating a dead horse, but...

It used to be that I could code a simple application in a few minutes to a
few hours using any number of older languages... VB6, etc. Now, with dot
net, it seems that it takes about two hours of research just to figure out
how to add two numbers together, and once the research is done and the
code
written, the solution is so ridiculously über-complex that I couldn't
possibly remember it to apply it again. Does anyone else seem to have this
trouble, or is it just me?

Just you :p

Just like any development language, it takes time to learn. Once you learn
the ropes, you can write a simple application in a few minutes with any .Net
language...

Mythran
 
P

Peter Romero

Just like any development language, it takes time to learn. Once you
learn
the ropes, you can write a simple application in a few minutes with any ..Net
language...

Please forgive me for ranting. It's very frustrating, but I shouldn't have
vented all that here!
 
P

Phil G.

Hi Peter,

I'm sure it's not just you but personally I don't think it's too complex!
BUT, on the other hand I guess it depends on the complexity of the
problem/application you are trying to solve/create.

In the words of Peter Gabriel & Kate Bush, 'Don't give up!'

All the best,

Phil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top