Skip to content

Commit edaa919

Browse files
committed
2 parents 1768dab + 39d9379 commit edaa919

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
page_type: sample
33
languages:
4+
- aspx-csharp
45
- tsql
56
- sql
6-
- aspx-csharp
77
products:
88
- azure
9-
- donet
9+
- dotnet
1010
- aspnet
1111
- dotnet-core
1212
- aspnet-core
@@ -62,9 +62,11 @@ With Azure SQL you can take advantage of [Change Tracking](https://docs.microsof
6262

6363
Well, more precisely, not only you can detect the changes, but you can also generate the JSON directly from Azure SQL, so that you can take advantage of the amazing integration that Azure SQL provides across all its features and create a beautifully simple code.
6464

65-
More technical details will be soon available on:
65+
More technical details are available here: [Sync Mobile Apps with Azure using Change Tracking API ](https://techcommunity.microsoft.com/t5/azure-sql-database/sync-mobile-apps-with-azure-using-change-tracking-api/ba-p/1213993)
66+
67+
I've also prepared a video to show in 10 minutes how much simpler can be your life using Change Tracking API.
6668

67-
https://techcommunity.microsoft.com/t5/azure-sql-database/bg-p/Azure-SQL-Database
69+
![Azure SQL Change Tracking API in Action](https://img.youtube.com/vi/c1BmNruu6wc/0.jpg)](https://www.youtube.com/watch?v=c1BmNruu6wc)
6870

6971
## Create an empty database
7072

@@ -90,7 +92,7 @@ Once the database is created, you can connect to it using [Azure Data Studio](ht
9092

9193
## Add Database Objects
9294

93-
Once the database has been create, you need to enable change tracking and add a stored procedure that will called from .NET. The SQL code is available here:
95+
Once the database has been created, you need to enable change tracking and add a stored procedure that will called from .NET. The SQL code is available here:
9496

9597
- `./SQL/01-change-tracking-setup.sql`
9698
- `./SQL/02-stored-procedure.sql`

0 commit comments

Comments
 (0)