- design and good practice question
When the user is going through the web site pages, if weneed to persist our objects so that we can access them from the different pages(Customer Object, Address Object or Invoice object for ex.) Is it better tostore those objects in public variables declared in module files or is itbetter to put...
- identity maps of 64 bit
We have a problem about our database design which is really slowcompored to explicit designs.We are thinking about using identity mapsas a cache mechanism and loading the data into the identity maps.is it a good idea if we are going to use64 bitmachines?thanks...
- Identity map in asp.net
I'm expanding my current .net "base tools" a bit and I was thinking of m.fowlers identity map patterns. At first the idea sounded very simple but implementation isn't so straightforward. The problem is context - some objects should be put into the map only in single HTTP request contex...
- Identity Map and Unit of Work Pattern
When reading martin fowler's Enterprise Pattern book, I just think about how to implement the identity map/unit of work in .NET. He emphasised that the IndentityMap is used per session, instead of cross the process. So how to refresh the data, for example multiple users are working on the s...
- Identity Map
I am reading a PoEAA by M. Fowler, and I am trying to implement Identity Map, but I cannot figure out where to place it. I would like my classes to work with Win and Web Forms though. Currently for each domain object I have a coresponding mapper. Should these be tied to a Mapper or placed in ses...
- Identity Impersonate = True resulting in Message Queue failure - Could not read key from r
I am currently migrating some .NET 1.0 applications from a Win2000 IIS5 server to Win2003 IIS6.When trying to put a message on the MessageQueue the following error is shown:-Unable to generate a temporary class (result=1). error CS0007: Unexpected common language runtime initialization error --...