Blogs @ IRM

Welcome to Blogs @ IRM Sign in | Join | Help
in Search

Browse by Tags

All Tags » Enterprise Library   (RSS)
  • Installing Enterprise Library 4.1

    When installing Enterprise Library 4.1 today I recived the “This version of Enterprise Library cannot be installed side-by-side with version 4.0. Please uninstall …” message even though I had uninstalled version 4.0 already (and re-booted). After searching for the problem, I quickly found som tips (for example this) stating that removing the ...
    Posted to Eric's Blog (Weblog) by ericqu on mars 30, 2009
  • Enterprise Library 3.0 Released

    While I was gone (three weeks in the US on vacation) pattern and practices have released Enterprise Library 3.0. We have been using the January CTP since January without problem, but only the ''old'' application blocks, like exception handling and logging. In this version there are two new blocks; Validation Application Block and Policy Injection ...
    Posted to Eric's Blog (Weblog) by ericqu on april 23, 2007
  • Exception Shielding

    Exception Shielding is a design pattern that solves the problem, that a Web service should not disclose any information about the internal implementation of the service when an error occurs. In PAG's reference implementation of the Web Service Software Factory they have created a very elegant solution for this. But first let's go back one step and ...
    Posted to Eric's Blog (Weblog) by ericqu on september 14, 2006
  • Enterprise Library for .NET Framework 2.0

    Microsoft's patterns & practices have released the Enterprise Library for .NET Framework 2.0.
    Posted to Eric's Blog (Weblog) by ericqu on januari 25, 2006
  • Moving up to .NET 2.0

    I'm working on upgrading a big project to .NET 2.0. It has gone smoothly so far, with one exception: configuration. This is probably mostly because I had build all the configuration on EntLib 1.1. One of the goals for EntLib is to show best practices on the platform. With version 2.0 of .NET, the configuration have been extended a lot, for example ...
    Posted to Eric's Blog (Weblog) by ericqu on oktober 10, 2005
  • CTP of EntLib 2.0

    The patterns & practices have released a CTP of Enterprise Library for .NET Framework 2.0. I have downloaded it and read some blog post from the team about it and there will be some major changes since the platform has solved a lot of the things that EntLib did before. One example is that the Configuration Block going to be radically changed since ...
    Posted to Eric's Blog (Weblog) by ericqu on september 6, 2005
  • Extending the reach of the custom ExceptionHandler

    In two previous posts (Write a custom ExceptionHandler to expose more details in SoapException and An ExceptionHandler that extract the detail information from the SoapException) I wrote about how to create a custom ExceptionHandler for EntLib. The ExceptionHandlers created a SoapException with the real exception serialized in the Detail element, ...
    Posted to Eric's Blog (Weblog) by ericqu on september 4, 2005
  • An ExceptionHandler that extract the detail information from the SoapException

    This is the follow up post on my previous one, about writing a custom ExceptionHandler that serializes the real exception object into the detail element of a SoapException.I will only look into the override of HandleException of the SoapClientExceptionHandler since everything else is the same as for SoapServerExceptionHandler. /// /// Replaces the ...
    Posted to Eric's Blog (Weblog) by ericqu on mars 6, 2005
  • Write a custom ExceptionHandler to expose more details in SoapException

    A couple of years ago I wrote a SoapExtension that inserted a serialized version of the real exception (not a SoapException) into the fault element in a Soap message. The purpose was to use it when using web services to communicate between a client and server on an intranet instead of .NET Remoting. This solution has several drawbacks; for ...
    Posted to Eric's Blog (Weblog) by ericqu on februari 27, 2005
  • Exception Handling Application Block (EntLib)

    I have been using Microsoft Enterprise Library (EntLib) since day one of the public release and I believe that I will blog a bit about it in some coming posts and I'll start today with a brief overview of the Exception Handling Application Block. I've also used the old Exception Application Block that I think was one of the first code blocks that ...
    Posted to Eric's Blog (Weblog) by ericqu on februari 20, 2005
  • Enterprise Library

    Finally has Enterprise Library arrived. It is a release from the PAG-team and it contains the following Application Blocks: Caching Application Block Configuration Application Block Data Access Application Block Cryptography Application Block Exception Handling Application Block Logging and Instrumentation Application Block Security ...
    Posted to Eric's Blog (Weblog) by ericqu on januari 31, 2005
Powered by Community Server, by Telligent Systems