Tagged Questions

0
votes
1answer
27 views

Best way to take advantage of .NET 3.5

I currently have an asp.net web application which is using seperate assemblies for the data access, the business logic, entity objects, and the web user interface. The data access …
3
votes
8answers
122 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 enterpri …
0
votes
1answer
11 views

EntLibConfig.exe - change indentation on XML

The "EntLibConfig.exe" tool that comes with Microsoft Enterprise Library tends to reformat entire .config XML files after you change some of your settings in the GUI. With XML fil …
1
vote
2answers
63 views

Database Trace Listener with Enterprise library 2.0 not logging in database

I am using Database TraceListener for logging. I've executed the CreateLoggingDb.cmd and the Logging Database is in place. My web.config looks like the below. When an excpetion o …
1
vote
1answer
29 views

Validate a Collection Has at Least One Item using Validation Application Block.

Using the Enterprise Library 4.1 Validation Application Block, how can I validate that a collection property contains at least one item?
1
vote
2answers
40 views

Deploy Microsoft Application Block in Shared Folder

Hi All, We are creating a shared libraries which is basically wrapper over the Microsoft Application Blocks (Caching, Logging etc). I am trying to make this library available to …
1
vote
1answer
34 views

Sending email with the MS Enterprise Library Logging Application Block via smtppickupfolder?

I like the MS Enterprise Library Logging Application Block because it lets me easily define a few logging settings and then log an error in a line or so of code from my application …
0
votes
1answer
29 views

How to store diferent message formats in the same log file?

Hi everyone, im using Enterprise Library Logging Block for tracing messages in my application, and i want to write messages with the following templates, in the same log file: MES …
0
votes
0answers
13 views

Enterprise Library editor overwrites settings in external files

I’ve come across a rather strange bug (I assume it’s a bug) in the Enterprise Library 4.1 configuration editor. I decided to put the EntLib configuration in external files as we ha …
0
votes
1answer
20 views

How does one indicate the “default” connection string for Enterprise Library?

I hant to be able to call DatabaseFactory.CreateDatabase(), i.e. with no parameter to indicate which connection string to pull from my config file. I only have one connection strin …
0
votes
2answers
154 views

Enterprise Library Data Access Block Transaction Management Best Practice

What is the best practice for processing a batched series of CRUD operations in a single transaction with the Enterprise Library Data Access Block that it won't be esclated to a di …
0
votes
0answers
24 views

Helper for Enterprise Library version 4.1

Hi all, any helper class for reduce code lines using ent Library: Database db = DatabaseFactory.CreateDatabase("ConnectionStrings.Oracle.D04PES01"); using (DbCom …
0
votes
1answer
29 views

Log files with strange names (Enterprise Library)

I'm using Enterprise Library 3.1 for logging exception for some web application. All exception should be written to a single xml file (say Errors.xml) on the same server the applic …
0
votes
3answers
343 views

Implementing Log file using Enterprise Library in asp.net

I m using Microsoft Enterprise Library 3.1 for Exception Handling in asp.net, the erors are stored in Event Viewer of the system . Instead of Event Viewer I need to store these err …
1
vote
2answers
156 views

C# DbCommand in a loop

I have a collection of files, for each file I am going to call an SP using Dbcommand in a transaction. for example: DbCommand insert = db.GetStoredProcCommand("Insert"); db. …

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