Results 1 to 5 of 5

Thread: .net model vs traditional programming model

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2005
    Posts
    122

    .net model vs traditional programming model

    hello,
    can anyone tell me the difference and the pros and cons of these models?
    thanks.

  2. #2
    Fanatic Member
    Join Date
    May 2001
    Posts
    837

    Re: .net model vs traditional programming model

    I didn't know there was a "traditional model"?
    The human brain cannot hold all of the knowledge that exists in this world, but it can hold pointers to that knowledge.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2005
    Posts
    122

    Re: .net model vs traditional programming model

    i think its structured?

  4. #4
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: .net model vs traditional programming model

    Oh this should be an interesting discussion......

    BTW - it's not ".NET Model".... it's called OOP or Object Oriented Programming, and it's something that has been around for a LOOOOng time.

    The other side of it (what you termed "traditional") is Procedural Programming. It's the programing model most are accustomed to.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: .net model vs traditional programming model

    OOP is not an alternative to procedural programming. The original BASIC was not a procedural language because it did not make procedure calls but just used one long list of sequential instructions. VB.NET does make procedure calls so it is a procedural language. Almost all modern programming languages are procedural because it's impractical to create an application of any size in a non-procedural language.

    If you want to know what OOP is and what its advantages are then there are countless Web sites that are waiting to tell you.

    If you mean something else entirely, like perhaps the fact that .NET is managed, then that's a different kettle of fish. You might want to consider posting more than 14 words in future. Then we might know what you mean without guessing and making assumptions.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width