473,387 Members | 1,903 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Is Enterprise Library the successor to Enterprise Services?

Hi,

I was wondering whether the Enterprise Library replaces Enterprise Services
as a framework for providing services for enterprise apps,
or it supplements it. I know nothing of either of these technologies, but
from just looking at their feature set,
I noticed that they don't exactly share the same features, for example ES
offers services such as just-in-time activation
and object pooling that I don't see in EL. I need to know if I should learn
both these technologies or just one,
so I could better plan my schedule.

Thanks,
Ben
Sep 4 '07 #1
4 1485

"Ben" <Be*@discussions.microsoft.comwrote in message
news:2D**********************************@microsof t.com...
Hi,

I was wondering whether the Enterprise Library replaces Enterprise
Services
as a framework for providing services for enterprise apps,
or it supplements it. I know nothing of either of these technologies, but
from just looking at their feature set,
I noticed that they don't exactly share the same features, for example ES
offers services such as just-in-time activation
and object pooling that I don't see in EL. I need to know if I should
learn
both these technologies or just one,
so I could better plan my schedule.
EL is a library of routines that do some stuff for you that you can call
upon to do certain things instead of you having to re-invent the wheel to
accomplish it.

<http://www.microsoft.com/downloads/details.aspx?familyid=5a14e870-406b-4f2a-b723-97ba84ae80b5&displaylang=en>

Basically, ES is a set of services in the .Net Framework for distributed
*enterprise* application development.

IMHO, you should be aware of what both have to offer, because you never know
when you may find a need and at least you'll know about them.
http://www.dotnet-guide.com/enterpriseservices.html

Sep 4 '07 #2
Mr. Arnold wrote:
EL is a library of routines that do some stuff for you that you can
call upon to do certain things instead of you having to re-invent the
wheel to accomplish it.
Here is the link for EL version 3.1.

http://www.microsoft.com/downloads/d...C557C63-708F-4
280-8F0C-637481C31718&displaylang=en

--
Andre Prins
Twain Development
Sep 4 '07 #3
That definition of Enterprise Services isn't completely correct.
Distributed application development is one feature that Enterprise Services
offers. Enterprise Services is really the .NET wrapper for the services
offered by COM+, which include (but are not limited to) distributed calls,
authentication/authorization, object pooling, queued calls, web service
exposure, transaction management, and a number of other services.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Mr. Arnold" <MR. Ar****@Arnold.comwrote in message
news:eo**************@TK2MSFTNGP06.phx.gbl...
>
"Ben" <Be*@discussions.microsoft.comwrote in message
news:2D**********************************@microsof t.com...
>Hi,

I was wondering whether the Enterprise Library replaces Enterprise
Services
as a framework for providing services for enterprise apps,
or it supplements it. I know nothing of either of these technologies, but
from just looking at their feature set,
I noticed that they don't exactly share the same features, for example ES
offers services such as just-in-time activation
and object pooling that I don't see in EL. I need to know if I should
learn
both these technologies or just one,
so I could better plan my schedule.

EL is a library of routines that do some stuff for you that you can call
upon to do certain things instead of you having to re-invent the wheel to
accomplish it.

<http://www.microsoft.com/downloads/details.aspx?familyid=5a14e870-406b-4f2a-b723-97ba84ae80b5&displaylang=en>

Basically, ES is a set of services in the .Net Framework for distributed
*enterprise* application development.

IMHO, you should be aware of what both have to offer, because you never
know when you may find a need and at least you'll know about them.
http://www.dotnet-guide.com/enterpriseservices.html

Sep 4 '07 #4

"Andre Prins" <no@mail.thankswrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
Mr. Arnold wrote:
>EL is a library of routines that do some stuff for you that you can
call upon to do certain things instead of you having to re-invent the
wheel to accomplish it.

Here is the link for EL version 3.1.

http://www.microsoft.com/downloads/d...C557C63-708F-4
280-8F0C-637481C31718&displaylang=en
Just FYI, if you have a long URL, then you can use < and to enclose the
URL so one doesn't have to cut and paste pieces of the URL to the browser
address line, when the line wraps. One can just click on the URL enclosed <
url with the symbols enclosing the URL in the post and go to the site.
This doesn't work here because I just did a copy and paste from above.

<http://www.microsoft.com/downloads/d...C557C63-708F-4
280-8F0C-637481C31718&displaylang=en>

You can also use www.tinyurl.com.

Sep 5 '07 #5

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

Similar topics

14
by: David | last post by:
How can you write a program in C++ by using loop to control the calculation without the use of library function pwr .For example 3 to the power of 4 (ie 3x3x3x3). Any help will be appreciated
0
by: Benny Ng | last post by:
Hi,All, When i deploy Enterprise library with my application ,i used XCOPY to deploy it into my test server. But when application runs, shown some error related registry. (But actually I haven't...
1
by: bytebugs | last post by:
Hello Folks, Can anyone suggest me a good book to learn using the Microsoft Enterprise Library Application Blocks. I can only find two books on the net 1. The Definitive Guide to the...
4
by: uanmi | last post by:
Please create an Enterprise Library Forum asap. There is no help on gotdotnet for the many people asking questions. My project is stuck without some answers. -- regards, Mark
1
by: sreedharv | last post by:
Log4Net vs Enterprise Library - Logging Application Block Please list or point to the comparison. My requirements are: - 50 to 70 web servers - Track Machine name - Extract class / method...
2
by: Jac | last post by:
Hey, Is it possible to use Enterprise Library in a Windows Service? I work in VS2005 and made an Windows Service, but I don't see an app.config file. So, I created one appname.exe.config. ...
2
by: srinivasan.shanmugapillai | last post by:
Hi, I'm running a VB.NET windows applicatrion that is using the enterprise services transactions. While running this application without enterprise services support, a connection is...
1
by: =?Utf-8?B?eGlvbmcgbWFv?= | last post by:
Seeing as it is being recommended as the successor to SqlHelper.cs, I am trying to use the Data Access Application block from the Enterprise Library. My class works fine until i add the following...
1
by: =?Utf-8?B?TWlrZSBEb3Zlcg==?= | last post by:
Hi, I hope this is the appropriate group to ask the following question. How does one install the June 2005 Enterprise library (for .NET 1.1) on a production windows 2003 Internet server? My...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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...

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.