File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# 🧰 Datasync Toolkit
2
2
3
- The Datasync Toolkit (a part of the Community Toolkit) is a collection of libraries that implement a client-server system used for synchronizing data
4
- from the database table. The Datasync Toolkit is a member of the Community Toolkit organization and published under the dotnet Foundation.
3
+ The Datasync Community Toolkit is a collection of libraries that implement a client-server system used for synchronizing data
4
+ from the database table. The Datasync Community Toolkit is a member of the Community Toolkit organization and published under the dotnet Foundation.
5
5
6
6
Currently, the library supports:
7
7
@@ -23,7 +23,7 @@ Other platforms may work, but have not been tested.
23
23
24
24
## 🙌 Getting Started
25
25
26
- Please take a look at the tutorials included in our [ documentation] [ documentation ] .
26
+ Please take a look at the tutorials included in our [ documentation] ( https://CommunityToolkit.github.io/Datasync ) .
27
27
28
28
You can easily get started by using the ` dotnet new ` command to create a new datasync server. The template pre-configured ASP.NET Core,
29
29
Entity Framework Core, and the Datasync server libraries. To install the template:
@@ -108,4 +108,4 @@ The Datasync Toolkit used to be known as Azure Mobile Apps. You can find the co
108
108
[ ds-litedb ] : https://badgen.net/nuget/dt/CommunityToolkit.Datasync.Server.LiteDb
109
109
[ ds-nswag ] : https://badgen.net/nuget/dt/CommunityToolkit.Datasync.Server.NSwag
110
110
[ ds-swashbuckle ] : https://badgen.net/nuget/dt/CommunityToolkit.Datasync.Server.Swashbuckle
111
- [ dc-core ] : https://badgen.net/nuget/dt/CommunityToolkit.Datasync.Client
111
+ [ dc-core ] : https://badgen.net/nuget/dt/CommunityToolkit.Datasync.Client
You can’t perform that action at this time.
0 commit comments