|
-
Nov 13th, 2003, 07:37 PM
#1
Thread Starter
Hyperactive Member
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
-
Nov 14th, 2003, 12:34 AM
#2
Lively Member
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."
-
Nov 14th, 2003, 12:40 AM
#3
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.
-
Nov 14th, 2003, 09:50 AM
#4
Thread Starter
Hyperactive Member
But I am using Oracle as the database..
so I can't use application blocks then.
am I correct?
-
Nov 14th, 2003, 02:42 PM
#5
Frenzied Member
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.
-
Nov 14th, 2003, 02:43 PM
#6
Frenzied Member
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.
-
Nov 14th, 2003, 04:02 PM
#7
PowerPoster
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|