473,545 Members | 2,543 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DAAB 2.0 Vs DAAB in Enterprise Application blocks

hi,

im seriously looking for right answer ....

We are developing windows application in c#.
I implemented DAAB(Data Access Application Block) 2.0 in our application.
One of the senior asked me to implement DAAB in enterprise library.

I said DAAB 2.0 having more performance(dat a accessing) compare to
enterprise library DAAB. And we not using the features of DAAB in enterprise
library.

Then why should I implement DAAB in Enterprise library....

thanks a lot.....

Nov 17 '05 #1
3 3940
Personally, I like the Enterprise Library. I thought that the
Enterprise Library had the latest version of the DAAB. I like the
Enterprise Library better because it is properly refactored so that things
such as configuration and the like are handled by a core set of libraries,
and the layout is just much better.

Your boss might be right (surprizingly).

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"veera sekhar kota" <ve************ **@gmail.com> wrote in message
news:62******** *************** ***********@mic rosoft.com...
hi,

im seriously looking for right answer ....

We are developing windows application in c#.
I implemented DAAB(Data Access Application Block) 2.0 in our application.
One of the senior asked me to implement DAAB in enterprise library.

I said DAAB 2.0 having more performance(dat a accessing) compare to
enterprise library DAAB. And we not using the features of DAAB in
enterprise
library.

Then why should I implement DAAB in Enterprise library....

thanks a lot.....

Nov 17 '05 #2
Hi Nicholas,

Im talking abt my personal experiance...
DAAB 2.0 is more data accessing speed comparitive DAAB in Enterprise
library...
and see the inside architecture of those blocks from the begginning onwards,
its getting changing....In DAAB 2.0 its very nice SqlHelper to access the
data.
For DAAB in enterprise library, is slow data access comparitive to DAAB 2.0.
and Im not using those features in DAAB in enterprise library.
I have couple of answers to tell DAAB 2.0 is good comparitive DAAB in
enterprise library,
like data accessing is fast ,
client backend is only SqlServer
Its a windows application
and im not using features having DAAB in enterprise library....

Do u have any reasons to oppose my views?

"Nicholas Paldino [.NET/C# MVP]" wrote:
Personally, I like the Enterprise Library. I thought that the
Enterprise Library had the latest version of the DAAB. I like the
Enterprise Library better because it is properly refactored so that things
such as configuration and the like are handled by a core set of libraries,
and the layout is just much better.

Your boss might be right (surprizingly).

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"veera sekhar kota" <ve************ **@gmail.com> wrote in message
news:62******** *************** ***********@mic rosoft.com...
hi,

im seriously looking for right answer ....

We are developing windows application in c#.
I implemented DAAB(Data Access Application Block) 2.0 in our application.
One of the senior asked me to implement DAAB in enterprise library.

I said DAAB 2.0 having more performance(dat a accessing) compare to
enterprise library DAAB. And we not using the features of DAAB in
enterprise
library.

Then why should I implement DAAB in Enterprise library....

thanks a lot.....


Nov 17 '05 #3
If DAAB 2.0 works for you then by all means, use it. However, EL's DAAB has
abstracted away binding to a specific relational database by incorporating
the factory pattern and providers. Plus, it works very well with the rest of
the blocks and you can use the EL Configuration Tool to configure it.

I am curious where the performance falls down for you. Is it because there
is some instrumentation which causes a perf hit? Is there a specific
bottleneck somewhere? Do you have more specifics on where the perf hit
occurs? I ask b/c if its just the instrumentation , you can compile that out
(or just remove it) and then you still data access with all the benefits of
abstraction and configurabiity.

But again, if 2.0 works for you just fine, then that's great.

"veera sekhar kota" wrote:
Hi Nicholas,

Im talking abt my personal experiance...
DAAB 2.0 is more data accessing speed comparitive DAAB in Enterprise
library...
and see the inside architecture of those blocks from the begginning onwards,
its getting changing....In DAAB 2.0 its very nice SqlHelper to access the
data.
For DAAB in enterprise library, is slow data access comparitive to DAAB 2.0.
and Im not using those features in DAAB in enterprise library.
I have couple of answers to tell DAAB 2.0 is good comparitive DAAB in
enterprise library,
like data accessing is fast ,
client backend is only SqlServer
Its a windows application
and im not using features having DAAB in enterprise library....

Do u have any reasons to oppose my views?

"Nicholas Paldino [.NET/C# MVP]" wrote:
Personally, I like the Enterprise Library. I thought that the
Enterprise Library had the latest version of the DAAB. I like the
Enterprise Library better because it is properly refactored so that things
such as configuration and the like are handled by a core set of libraries,
and the layout is just much better.

Your boss might be right (surprizingly).

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"veera sekhar kota" <ve************ **@gmail.com> wrote in message
news:62******** *************** ***********@mic rosoft.com...
hi,

im seriously looking for right answer ....

We are developing windows application in c#.
I implemented DAAB(Data Access Application Block) 2.0 in our application.
One of the senior asked me to implement DAAB in enterprise library.

I said DAAB 2.0 having more performance(dat a accessing) compare to
enterprise library DAAB. And we not using the features of DAAB in
enterprise
library.

Then why should I implement DAAB in Enterprise library....

thanks a lot.....


Nov 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
5369
by: sedefo | last post by:
I ran into this Microsoft Patterns & Practices Enterprise Library while i was researching how i can write a database independent data access layer. In my company we already use Data Access Application Block (DAAB) in our .Net projects. We use SqlHelper in SQL based projects, and OracleHelper in Oracle based ones. OracleHelper was not...
2
4365
by: David | last post by:
I have been developing applications with Java for quite a while but I am new to .NET development. I am trying to learn the ".NET way" of creating Strongly Typed Objects from a database. The Enterprise Library seems pretty close to what I am used to in Java but I am not sure how to create strongly-typed DataSets. I see that I can use the...
0
1562
by: veera sekhar kota | last post by:
im seriously looking for right answer .... We are developing windows application in c#. I implemented DAAB(Data Access Application Block) 2.0 in our application. One of the senior asked me to implement DAAB in enterprise library. I said DAAB 2.0 having more performance(data accessing) compare to enterprise library DAAB. And we not using...
0
1432
by: veera sekhar kota | last post by:
im seriously looking for right answer .... We are developing windows application in c#. I implemented DAAB(Data Access Application Block) 2.0 in our application. One of the senior asked me to implement DAAB in enterprise library. I said DAAB 2.0 having more performance(data accessing) compare to enterprise library DAAB. And we not using...
7
1653
by: Alec MacLean | last post by:
Hi all, I'm trying to deploy an ASP.NET (1.1) app to our production webserver, but having problems with the DAAB (from Ent Lib June 2005). As you might guess, it works just fine and dandy on my dev PC (VS2003). The error I'm getting on the production server is: The type initializer for...
2
1703
by: Pierre | last post by:
Hello, Is it possible to use the Microsoft Data Access Application Blocks with MySQL ? Thanks. Pierre.
2
3013
by: Kausar | last post by:
Hello All, My question is in what scenerio we should use DAAB? we are going to develop a enterprise Web Application in .Net Framework 2.0 which contains approx 200 tables. Is it sensible to use DAAB in this case? What can be the implication in using it any disadvantage/Drawbacks? Is it the same as SQL Helper or more than that? Regards
0
1153
by: Dharmen Patel | last post by:
I am using Enterprise Library 2006 , Data Access Application Blocks. 1. I am connecting to Oracle 9i database using DAAB. 2. I retrieve a dataset using the following code in VB.NET. Dim sqlCommand As String = "SP_GET_BATCH" Dim dbCommand As DbCommand dbCommand = db.GetStoredProcCommand(sqlCommand)...
4
1497
by: Cirene | last post by:
I am using ASP.NET, .NET 3.5 FW and MySQL db. I was looking at the Enterprise Library Contrib Data Access Application Block. http://www.codeplex.com/entlibcontrib/Release/ProjectReleases.aspx?ReleaseId=7302 Anyone have any experience using this? What are your thoughts/opinions? Thanks!
0
7396
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7656
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7805
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
5323
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4943
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3449
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3440
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1874
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
700
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.