NET Programming

  • Thread starter Sharrukin Amiri
  • Start date
S

Sharrukin Amiri

Do most programmers, working for a company,
code in OOP. I come from a background in where we create our own standards
ie: Top down design code like the one shown on
http://www.amtekcenter.com/amtek/wdwscode.htm . Are those days gone?

I have started to learn VB.NET and I understand what MS is doing but I have
SYNTAX issues in the actual coding for ADO.NET & ASP.NET. The code I am
seeing now can only be a Copy and Paste method programming. Am I on the
right track that of thinking that one has to find the code and Copy it into
his/her code?

Any additional suggestions would be helpful....

Thanks!

Sharrukin
 
C

Cor Ligthert [MVP]

Sharrukin,
Do most programmers, working for a company,
code in OOP. I come from a background in where we create our own
standards
ie: Top down design code like the one shown on

Certainly not, there are a lot of programmers working for the major
companies of the world still programming with Cobol, while there are as well
a lot of hardware programmers working in straight C (or machine assembler).

However, if I was you I would never look for it. It has not any fun part
anymore.

Just my opinion

Cor
 
M

m.posseth

Well ,,, ido not believe that all programmers coding for a companny work
completely OOP
in my companny io can decide if i code by OOP standards myself ,,,,,,
sometimes i explicitely choose not to do so

regards

Mchel Posseth [MCP]
 
P

pvdg42

Sharrukin Amiri said:
Do most programmers, working for a company,
code in OOP. I come from a background in where we create our own
standards
ie: Top down design code like the one shown on
http://www.amtekcenter.com/amtek/wdwscode.htm . Are those days gone?

I have started to learn VB.NET and I understand what MS is doing but I
have
SYNTAX issues in the actual coding for ADO.NET & ASP.NET. The code I am
seeing now can only be a Copy and Paste method programming. Am I on the
right track that of thinking that one has to find the code and Copy it
into
his/her code?

Any additional suggestions would be helpful....

Thanks!

Sharrukin
It will, as always, depend on the design.
If you are designing and developing solutions as an individual, then your
design technique should be appropriate to the problem at hand.
If, OTOH, you are part of a development team developing from an object
oriented design and existing class library, you'd be out of step not to use
what you've been given.
 

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