diff --git a/README.md b/README.md index 349cce4497..d084913cf5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,62 @@ -# SQL-Server-In-Memory -SQL Server GitHub Repository +# <> +This GitHub repository contains a code sample that demonstrate how to... + +## Contents + +[About this sample](#about-this-sample)
+[Before you begin](#before-you-begin)
+[Run this sample](#run-this-sample)
+[Sample details](#sample-details)
+[Disclaimers](#disclaimers)
+[Related links](#related-links)
+ + + +## About this sample + +- **Applies to:** +- **Key features:** +- **Programming Language:** +- **Authors:** + + + +## Before you begin + +To run this sample, you need the following prerequisites. +1. +2. + + + +## Run this sample + +### Setup +1. +2. + +### Build and run +1. +2. + + + +## Sample details + + + +## Disclaimers +The code included in this sample is not intended demonstrate some general guidance and architectural patterns for ... + + + +## Related Links + +## Code of Conduct +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. + +## License +These samples and templates are all licensed under the MIT license. See the [license.txt](license.txt) file in the root. + +## Questions +Email questions to: sqlserversamples@microsoft.com. diff --git a/db/.gitignore b/db/.gitignore new file mode 100644 index 0000000000..7a15739f68 --- /dev/null +++ b/db/.gitignore @@ -0,0 +1,13 @@ +*.xproj.user +*.cproj.user +.vs/* +.vscode/* +bin/* +node_modules/* +obj/* +*.sln +*.log +Properties/PublishProfiles/* +appsettings.development.json +project.lock.json +wwwroot/libs/* \ No newline at end of file diff --git a/license.txt b/license.txt new file mode 100644 index 0000000000..9d333bb098 --- /dev/null +++ b/license.txt @@ -0,0 +1,25 @@ +Microsoft SQL Server Sample Code + +Copyright (c) Microsoft Corporation + +All rights reserved. + +MIT License. + +Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000000..7a15739f68 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,13 @@ +*.xproj.user +*.cproj.user +.vs/* +.vscode/* +bin/* +node_modules/* +obj/* +*.sln +*.log +Properties/PublishProfiles/* +appsettings.development.json +project.lock.json +wwwroot/libs/* \ No newline at end of file diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 0000000000..7a15739f68 --- /dev/null +++ b/test/.gitignore @@ -0,0 +1,13 @@ +*.xproj.user +*.cproj.user +.vs/* +.vscode/* +bin/* +node_modules/* +obj/* +*.sln +*.log +Properties/PublishProfiles/* +appsettings.development.json +project.lock.json +wwwroot/libs/* \ No newline at end of file