Results 1 to 7 of 7

Thread: Do I really need to use " Microsoft .NET application blocks"

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2003
    Posts
    436

    Do I really need to use " Microsoft .NET application blocks"

    By using Microsoft .NET application blocks, do I gain performance in my application?

    Or what are the basic advantages of using Microsoft Application blocks.

    thank you

  2. #2
    Lively Member
    Join Date
    Aug 2003
    Location
    When?!?!
    Posts
    108
    I'm curious. Has the famous M$ come up with a new way to take our money?
    DannyJoumaa
    Advanced VB6 Programmer
    Intermediate-Advanced VB .NET Programmer
    Intermediate C# Programmer
    Intermediate Win32 Developer
    Beginner Mac OS X Developer
    Contact: [email protected]

    Favorite Sayings:
    "Every time you open your mouth, you prove your an idiot."
    "God is a programmer. Satan is a bug. Life is debugging."

  3. #3
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Application Blocks are more a way to speed development and help us use good programming practices. They are generally shortcuts to do common things and should cut down on repeatitve code. They may in some instances give better performance but the most benefits is speeding up development.

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2003
    Posts
    436

    But I am using Oracle as the database..

    so I can't use application blocks then.

    am I correct?

  5. #5
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    Originally posted by Danny J
    I'm curious. Has the famous M$ come up with a new way to take our money?
    The .NET Application blocks are free and comes with the source if I'm not mistaken.
    Last edited by DevGrp; Nov 15th, 2003 at 12:12 AM.

  6. #6
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256

    Re: But I am using Oracle as the database..

    Originally posted by bnathvbdotnet
    so I can't use application blocks then.

    am I correct?
    Did you read what Edneeis wrote? You can use them, anyone can use them because of the benifits Edneeis provided.

  7. #7
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    All the application blocks ARE FREE. I have used the Data Access one and love it. You can go ahead and role your own code to do what it does, but why? If you are smart, and the Data Access block does what you are going to do anyway, you would use it. You can modify it because the whole source code is available. There is nothing mysterious about it.

    It will probably speed up performance also. The Data Access block does parameter caching for you. If you were to write your own app, I would bet you wouldn't include this feature.

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