Can we you the attached properties in C# class library?
- by Manas Agarwal
Hi
I have implemented the Observer Pattern with lazy load. The class that requests the data from the database is a singleton class. Now I am able to load the data from one database (located in one datacenter) very easily. But I need to get the data from other data centers too and display on the same UI.
I can somehow pass the address of second…