3
votes
6answers
441 views
Using Microsoft’s Application Blocks
I haven't done a lot of .NET programming, but I have examined a few of the application blocks published by Microsoft's Patterns and Practices group. I was wondering how these are …
0
votes
1answer
106 views
Is there a way to supply a default MessageTemplateResourceType to a Validator?
I have a class with lots of string properties that need validated. I'm using the Validation Application Block because I'm a big fan of using attributes to solve this kind of need. …
0
votes
2answers
451 views
Data Access Application Block and Transaction Scope will separate database objects use the same connection
I'm using System.Transactions and Transaction scope for my transaction handling in conjunction with the Enterprise Library Data Access Application Block.
In some cases I'm using …
0
votes
0answers
95 views
Policy Injection Application Block in real world apps?
The PIAB of the Microsoft Enterprise Library looks like it could be used for some pretty cool things. Many people were questioning how it would perform in real world applications, …
0
votes
2answers
276 views
Microsoft.ApplicationBlocks.Data.ODBCHelper ?
I've found mention of a data application block existing for ODBC, but can't seem to find it anywhere. If i didn't have a copy of the Access DB application block I wouldn't believe …
0
votes
0answers
124 views
How to use UIP-User Interface Process 2.0 with ASP.Net
Hi it would be very kind if some one could suggest an article or two on Implementing UIP-User Interface Process 2.0 with ASP.Net.
I have gone through some of the examples but the …
1
vote
1answer
219 views
Alternative to Microsoft Security application block?
We need to implement role-based security across our solution which has asp.net, winforms and web service entry points. We will also need some front end to configure it. I really do …
0
votes
0answers
192 views
Security Application Block in ASP.NET Application
I'm considering using the Microsoft Security Application Block in my ASP.NET application but am struggling to find any real world examples.
Could anyone point me towards some real …
0
votes
0answers
142 views
Enterprise Security Application Block in Conjunction With MembershipProvider in ASP.NET
Looking to implement authentication/authorisation for ASP.NET app
Was looking into using Provider model MembershipProvider SQLServerMembershipProvider etc as makes good sense to m …
0
votes
1answer
492 views
Connect to MySQL from Microsoft Data Application Block
lI am using the Data Application block for a majority of my data access, specifically using the SqlHelper class to call the ExecuteReader, ExecuteNonQuery, and like methods. Passi …
3
votes
2answers
759 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 t …
2
votes
3answers
4k views
How to resolve “Could not find schema information for the element/attribute <xxx>”?
In visual studio, I have an asp.net 3.5 project that is using MS Enterprise Library 4.0 application blocks.
When I have my web config file open, my Error list fills up with 99 me …
8
votes
6answers
931 views
Microsoft Exception Handling Block - Isn’t it a perfect example for overengineering?
Ever since Microsoft has introduced the application blocks, I've been bumping into people who use the Exception Handling Application Block. I've recently had a closer look myself a …
3
votes
2answers
210 views
Where can I get a simple explanation of policy injection?
I'd like a dead simple explanation of policy injection for less-informed co-workers. Where is a good resource for this? I learned about policy injection from the entlib help file …
2
votes
2answers
562 views
Logging Application Block - Logging the caller
When logging with Log4Net it's very easy to put class that called the log into the log file. I've found in the past that this makes it very easy to trace through the code and see …
