Click here to Skip to main content
15,885,216 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: Client / Server Design Pin
Steven Campbell5-Mar-08 10:10
Steven Campbell5-Mar-08 10:10 
GeneralObject level isolation than locking Pin
sreejith ss nair26-Feb-08 21:07
sreejith ss nair26-Feb-08 21:07 
GeneralRe: Object level isolation than locking Pin
Pete O'Hanlon26-Feb-08 22:42
mvePete O'Hanlon26-Feb-08 22:42 
GeneralRe: Object level isolation than locking Pin
sreejith ss nair26-Feb-08 22:53
sreejith ss nair26-Feb-08 22:53 
GeneralRe: Object level isolation than locking Pin
Pete O'Hanlon26-Feb-08 22:57
mvePete O'Hanlon26-Feb-08 22:57 
GeneralRe: Object level isolation than locking Pin
Sameerkumar Namdeo2-Mar-08 16:41
Sameerkumar Namdeo2-Mar-08 16:41 
GeneralRe: Object level isolation than locking Pin
Steven Campbell5-Mar-08 10:19
Steven Campbell5-Mar-08 10:19 
GeneralXML Model Structure Pin
Tristan Rhodes12-Feb-08 23:33
Tristan Rhodes12-Feb-08 23:33 
Hi Guys,

I have a large, and quite complicated model that i origionaly defined using an object hierachy, but the solution has out grown that.

I require an in memory model that raises events when it is changed. These events can then be handled by any observing controls which in turn can update themselves.

As the model is large, and each control is only interested in one particular part of the Model, i would like to be able to pull out a section of the XML document and observe and apply changes to this block. Idealy i would like to be able to pull an XmlDocument from another XmlDocument and use that, but keeping it synchronised with the parent document.

I am limited to the XmlDocument object due to a .Net 2.0 limitation, although the XDocument (And associated LINQ model) would be perfect for what i am trying to achieve as each node raises change events that bubble up the object hierachy.

Are there any other solutions anyone else can think of?

Cheers

Tris

-------------------------------

Carrier Bags - 21st Century Tumbleweed.

GeneralRe: XML Model Structure Pin
led mike13-Feb-08 7:19
led mike13-Feb-08 7:19 
GeneralRe: XML Model Structure Pin
Tristan Rhodes13-Feb-08 23:29
Tristan Rhodes13-Feb-08 23:29 
GeneralRe: XML Model Structure Pin
led mike14-Feb-08 8:37
led mike14-Feb-08 8:37 
GeneralRe: XML Model Structure [modified] Pin
Tristan Rhodes14-Feb-08 22:24
Tristan Rhodes14-Feb-08 22:24 
GeneralRe: XML Model Structure Pin
Tristan Rhodes18-Feb-08 0:17
Tristan Rhodes18-Feb-08 0:17 
GeneralRe: XML Model Structure Pin
led mike19-Feb-08 9:53
led mike19-Feb-08 9:53 
GeneralRe: XML Model Structure Pin
Tristan Rhodes26-Feb-08 5:05
Tristan Rhodes26-Feb-08 5:05 
GeneralRe: XML Model Structure Pin
led mike26-Feb-08 5:50
led mike26-Feb-08 5:50 
GeneralRe: XML Model Structure Pin
Tristan Rhodes26-Feb-08 6:16
Tristan Rhodes26-Feb-08 6:16 
GeneralRe: XML Model Structure Pin
Pete O'Hanlon26-Feb-08 10:14
mvePete O'Hanlon26-Feb-08 10:14 
GeneralRe: XML Model Structure Pin
Tristan Rhodes26-Feb-08 22:27
Tristan Rhodes26-Feb-08 22:27 
GeneralRe: XML Model Structure Pin
Pete O'Hanlon26-Feb-08 22:30
mvePete O'Hanlon26-Feb-08 22:30 
GeneralRe: XML Model Structure Pin
Tristan Rhodes26-Feb-08 23:50
Tristan Rhodes26-Feb-08 23:50 
GeneralRe: XML Model Structure Pin
Pete O'Hanlon27-Feb-08 0:27
mvePete O'Hanlon27-Feb-08 0:27 
GeneralRe: XML Model Structure Pin
Tristan Rhodes27-Feb-08 0:43
Tristan Rhodes27-Feb-08 0:43 
GeneralRe: XML Model Structure Pin
Pete O'Hanlon27-Feb-08 0:51
mvePete O'Hanlon27-Feb-08 0:51 
GeneralRe: XML Model Structure Pin
led mike2-Mar-08 14:44
led mike2-Mar-08 14:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.