mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Minor changes
This commit is contained in:
@@ -2,4 +2,5 @@ TodoRestWebAPI.xproj.user
|
||||
.vs/*
|
||||
bin/*
|
||||
obj/*
|
||||
*.sln
|
||||
*.sln
|
||||
*.log
|
||||
@@ -176,7 +176,7 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
<p>We would love to hear your feedback</p>
|
||||
<p>We would love to hear your <a href="mailto:sqlserversamples@microsoft.com">feedback</a>!</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -68,8 +68,7 @@ You can easily modify this code to fit the architecture of your application.
|
||||
|
||||
## Related Links
|
||||
|
||||
For more information, see this article:
|
||||
http://www.codeproject.com/Articles/1106622/Building-Web-API-REST-services-on-Azure-SQL-Databa
|
||||
For more information, see this [article](http://www.codeproject.com/Articles/1106622/Building-Web-API-REST-services-on-Azure-SQL-Databa).
|
||||
|
||||
## License
|
||||
These samples and templates are all licensed under the MIT license. See the license.txt file in the root.
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
<configuration>
|
||||
<runtime>
|
||||
<gcServer enabled="true"/>
|
||||
</runtime>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user