7
votes
3answers
670 views
INotifyPropertyChanging and validations: when do I raise PropertyChanging?
INotifyPropertyChanged is fairly self explanatory and I think I'm clear on when to raise that one (i.e. when I've finished updating the values).
If I implement INotifyPropertyChang …
2
votes
3answers
66 views
Preserving old data changed by user
I have a users table that has the following fields: userid, phone, and address. Since this is user data, I'm letting the user change them whenever he wants. Problem is I'd like to …
1
vote
1answer
27 views
Linq to SQL: Ammend command before submission to database
Is there a hook somewhere within Linq to SQL that would allow me to manually modify a command before it is sent to the database?
Specifically, I am trying to introduce the WITH CH …
1
vote
1answer
17 views
Will creating a nonclustered index break change tracking on my database (MSSQL 2008)?
I have been investigating some performance issues with my database (MSSQL 2008). SQL Management studio suggested that I use this code to add a nonclustered index which will decreas …
1
vote
2answers
77 views
Business objects synchronization between WCF services
Hi everyone !
I am moving my architecture from coupled one to SOA (WCF) loosely coupled.
I have several services which communicate with each others.
How would you synchronize the …
1
vote
1answer
67 views
How can I do generic field and component-level change tracking in NHibernate?
In my application, I've got a few different types of entities that I have a requirement to do field-level change tracking on. I've googled for this and only can come up with exampl …
0
votes
3answers
63 views
ADO.NET Framework change tracking
Hi,
i just wanted to ask if there is a way the reject all changes made to a ADO.NET Framework model with its relations?
Auditing in Entity Framework describes a way the restore th …
0
votes
1answer
81 views
Does SQL 2008 Express supports Change Tracking
Hi
Due to the lack of documentation for this on MSDN, I am forced to ask here.
Does the Express version support the same Change Tracking Feature(s) as the other editions does?
T …
0
votes
3answers
250 views
Using NHibernate to determine which fields have been updated (for validation purposes) before persisting
Prior to persisting updates to my business entities, I need to perform validation checks to determine which properties have been changed. For example, certain fields can only be u …
0
votes
4answers
412 views
MySQL database change tracking
Hi!
What tools are you using to track changes in your MySQL database? Currently I'm in a project where we use a plain text-file (version controlled via SVN) in which we manually a …
0
votes
1answer
136 views
How to implement “get latests changed items” with ADO.NET Data Services?
Hi
Lets say I have a lists of entities (for example, a list of TODO items) that more than one user can change, delete from and add to at the same time.
So to maintane a synchroni …
