I'm not sure if you are specifically interested in examples or bare-bone frameworks for designing Enterprise applications, but you may want to check out the following discussion on Stack Overflow :
If you are looking for more code-centric examples, I would again suggest CodePlex or github to discover popular applications or more large-scale applications and downloading them and
taking a look around
Member
2 Points
25 Posts
how to start using enterprise library?
Nov 21, 2013 08:33 AM|techasuran|LINK
HI All,
I am planning to create a small web application . I want to learn using the enterprise library.
How can start usiing the eterprise library objects in my DataAccess Layer.
How can I download enterprise library dll? Is it free?
How can attach that in my solution?
Where can I download it?
Is there any sample and simple code for a beginner? please give the reference link .
Thanks
All-Star
114593 Points
18503 Posts
MVP
Re: how to start using enterprise library?
Nov 21, 2013 08:53 AM|Rion Williams|LINK
Enterprise Applications and Architecture
I'm not sure if you are specifically interested in examples or bare-bone frameworks for designing Enterprise applications, but you may want to check out the following discussion on Stack Overflow :
The discussion features several examples and suggestions for laying out Enterprise applications that you could use to base your own upon.
You may also want to take a look at Microsoft's Patterns and Practices site, which covers best practices relating to designing all sorts of applications and has an area specifically for their Enterprise Library. Microsoft also has an Application Architecture Guide that might be worth looking into as well.
If you are looking for more code-centric examples, I would again suggest CodePlex or github to discover popular applications or more large-scale applications and downloading them and taking a look around
Regarding Accessing the Enterprise Library
The following links should help you get started :
Contributor
2487 Points
687 Posts
MVP
Re: how to start using enterprise library?
Jan 02, 2014 09:15 AM|damienBod|LINK
Use the Enterprise Library through NuGet, don't add it to project yourself.
Here's the docs http://entlib.codeplex.com/documentation
This page also provides docs for the EL with sample projects etc. Use the latest packages EL6.
greetings Damien
All-Star
50841 Points
9895 Posts
Re: how to start using enterprise library?
Jan 02, 2014 03:23 PM|A2H|LINK
Hi,
Please take a look the below link
You will get all the information you want from the above link.
Aje
My Blog | Dotnet Funda