Questions tagged [change-tracking]

Change tracking is the process of recording changes made to data as they are made.

356 questions
0
votes
1 answer

DbContext ChangeTracker issue with relationships

Assume we have Customers and CustomerCategories with n-n relationship DbContext/ObjectContext. I want to maintain the relationship status in AuditLog table too. I can reach this by the following code in regular cases : fetching relations' status in…
-1
votes
1 answer

Google Sheets onEdit function won't run

In order to track the latest change on a specific line in a google sheet and adding user credentials to a specified column on that line with the function below works perfectly in a test sheet I created my own. However, the exact same formula with…
-1
votes
2 answers

How to get a variable's value in TSQL from C# code?

I have the following code to be executed and I want to get the value of @synchronization_version from c#. Does any one know how this could be handled? DECLARE @synchronization_version BIGINT SET @synchronization_version =…
Lubor
  • 989
  • 3
  • 10
  • 33
-1
votes
2 answers

Keep track changes of DbContext with ObservableCollection in code first

I'm using ObservableCollection to bind some data to some view. While I'm editing DB existing data, I can save data edits by calling only a single Savechanges() method in my view model, also add new items to collection and I can edit them, but the…
Mohsen
  • 4,000
  • 8
  • 42
  • 73
-2
votes
1 answer

Is there a way to create MS Word style track changes for two text file versions?

When writing documents it can be important to have a track-changes file available for reviewers. Non-technical reviewers are used to Microsoft Word's track changes feature, where the additions/deletions/modifications are marked up in the working…
markbez
  • 39
  • 5
-2
votes
1 answer

How to keep directory in git but not track its changes?

Ok, so I'm new to git. I've just created a project, initialized it as a repository and linked it to bitbucket. I'm using NetBeans, and whenever I create a project with NB, it includes a directory called nbproject. I added the directory to .gitignore…
Johnny Beltran
  • 701
  • 2
  • 8
  • 22
-2
votes
2 answers

how to easily track a specific change across multiple branches in git?

Let me first tell you about the requirements of our software releases: We need to release a new version of our software 2-3 times per year. A new release contains new features. After a new version is released, this release needs to be maintained for…
mave117
  • 21
  • 1
  • 2
-2
votes
1 answer

Excel VBA track changes to multiple cells

I want a macro to track all changes to worksheets, including multiple cell changes. However, if too many cells are changed, ex.1. data value copied in cell v2 and pasted in range v3:v2000, then I want the change to be recorded as a single entry in…
-4
votes
2 answers

Tracking every property change

I am a computer science student from Germany and I work at a small IT startup. I have been assigned a project with challenging requirements. The customer wants a human resources management tool that includes a work planner, holiday planner, payroll…
-5
votes
2 answers

Change Tracking Entity framework

i make table for property name that changed and value before and value after How i can use Change Tracking to store changed in this table?
1 2 3
23
24