Tagged Questions

14
votes
10answers
591 views

Continue with Microsoft Enterprise Library?

I've been using the Microsoft Enterprise Library since before it was labeled as such for abstracted data access, in place of writing my own DAL. Originally I was just importing one file (sqlhelper.cs) …
13
votes
4answers
3k views

System.Web.Caching vs. Enterprise Library Caching Block

For a .NET component that will be used in both web applications and rich client applications, there seem to be two obvious options for caching: System.Web.Caching or the Ent. Lib. Caching Block. …
12
votes
3answers
2k views

Advantages and disadvantages of using Enterprise Library

Im just starting a project and since this project is personal I was wondering what are the advantages of using Enterprise Library? We use the version 2 for several projects in the office but im not …
7
votes
7answers
2k views

What’s your favorite (free) log viewer for EntLib or Log4Net?

Currently we have Enterprise Library Logging going to the Event Log & a rolling flat file, but I'd like to implement database level logging so that I can have much better …
6
votes
9answers
530 views

Are you using the Microsoft Enterprise Library?

In my shop we currently develop what I would consider small to medium sized projects. We have been investigating the Enterprise Library and how it may be able to help us in development. I have …
4
votes
5answers
282 views

Is there a reason to NOT use .NET Framework-defined exception classes in your own code?

So, we are using the Enterprise Library 4.1 Exception Handling Application Block to deal with logging/handling our exceptions in a multiple-project application. We have a few custom exceptions and are …
4
votes
3answers
459 views

AS400 Data Connection in ASP.NET

I have an application that will reside within a business2business network that will communicate with our AS400 in our internal network environment. The firewall has been configured to allow the data …
4
votes
2answers
155 views

Do common JARs have to be repeated accross WARs in an EAR?

I have a JAR file for authorization. I need it for each of my WAR files. All the WAR files are packaged in an EAR file. Do I have to repeat this common JAR in every WAR, or is there a structure for …
4
votes
4answers
1k views

How to use enterprise library logging in a .NET custom action

I have some library code which is used from my application and is also used by a .NET custom action in a Visual Studio installer project. The library code in turn uses the Enterprise Library logging …
4
votes
1answer
1k views

Does Fluent-NHibernate support mapping to procedures?

I've been wondering if it's possible to have Fluent-NHibernate communicate with stored procedures that already exist and assign mapping from the result set to my own domain objects. Also is …
4
votes
3answers
1k views

log4net vs Enterprise Library, which is better? faster?

Anyone know of some performance comparisons of the latest version Enterprise Library and the latest version of log4net? Any technical reason why I should choose one over the other?
3
votes
5answers
148 views

New .NET 3.5 Project: Which DAL technology to use?

Hello, I am preparing a new Windows project and wonder what kind of DAL technology to use. Originally I was looking for something simpler to not spending too much time on building it. But I …
3
votes
8answers
144 views

Is it a good practice to create wrapper over 3rd party components like MS enterprise Library or Log4net?

Hi All, This is more like a good practise question. I want to offer different generic libraries like Logging, caching etc. There are lots of third party libraries like MS enterprise library, log4Net, …
3
votes
1answer
138 views

Can MS Enterprise Library Logging be used for multiple applications?

I'm wondering if its - a) possible; b) good practice - to log multiple applications to single log instance? I have several ASP.NET apps and I would like to aggregate all exceptions to a centralized …
3
votes
2answers
796 views

log4net vs MS Logging Application Block

I am trying to understand pros and cons of using log4netor enterprise library logging application block (LAB) for logging in application. I know one thing LAB is little difficult to use then log4net.

1 2 3 4 5 11 next
15 30 50 per page