File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414< a href ="https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/sql/linq/downloading-sample-databases " rel ="nofollow "> Northwind</ a > and
1515< a href ="https://www.sqlitetutorial.net/sqlite-sample-database/ " rel ="nofollow "> Chinook</ a > SQLite databases which after installing the latest
1616< a href ="https://docs.servicestack.net/netcore-windows-desktop " rel ="nofollow "> app</ a > dotnet tool:</ p >
17- < pre > < code > $ dotnet tool install -g app
17+ < pre > < code > $ dotnet tool install -g app
18+ $ app -version
1819</ code > </ pre >
19- < p > Can be run from the link below in a Windows x64 Desktop App :</ p >
20+ < p > First time < code > app </ code > is run it registers the < a href =" #app-url-schemes " > app:// URL scheme </ a > allowing Windows x64 Desktop Apps to be launched from URLs :</ p >
2021< ul >
2122 < li > < strong > < a name ="app://sharpdata?mix=northwind.sharpdata "> app://sharpdata?mix=northwind.sharpdata</ a > </ strong > </ li >
2223 < li > < strong > < a name ="app://sharpdata?mix=chinook.sharpdata "> app://sharpdata?mix=chinook.sharpdata</ a > </ strong > </ li >
Original file line number Diff line number Diff line change @@ -18,9 +18,10 @@ For an example of this in action we've published customized gists for the
1818[ Chinook] ( https://www.sqlitetutorial.net/sqlite-sample-database/ ) SQLite databases which after installing the latest
1919[ app] ( https://docs.servicestack.net/netcore-windows-desktop ) dotnet tool:
2020
21- $ dotnet tool install -g app
21+ $ dotnet tool install -g app
22+ $ app -version
2223
23- Can be run from the link below in a Windows x64 Desktop App :
24+ First time ` app ` is run it registers the [ app:// URL scheme ] ( #app-url-schemes ) allowing Windows x64 Desktop Apps to be launched from URLs :
2425
2526<ul >
2627 <li><strong><a name="app://sharpdata?mix=northwind.sharpdata">app://sharpdata?mix=northwind.sharpdata</a></strong></li>
You can’t perform that action at this time.
0 commit comments