├── CODE_OF_CONDUCT.md ├── LICENSE ├── .github ├── ISSUE_TEMPLATE │ └── project.yml └── workflows │ └── on-project-submitted.yaml ├── SUPPORT.md ├── SECURITY.md ├── README.md └── .gitignore /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Microsoft Open Source Code of Conduct 2 | 3 | This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). 4 | 5 | Resources: 6 | 7 | - [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/) 8 | - [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) 9 | - Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns 10 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) Microsoft Corporation. 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE 22 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/project.yml: -------------------------------------------------------------------------------- 1 | name: Project Submission 2 | description: "Share your project with us to get a digital badge and win exciting prizes!" 3 | title: "Project: " 4 | body: 5 | - type: input 6 | id: name 7 | attributes: 8 | label: Project name 9 | description: Name of your project 10 | validations: 11 | required: true 12 | - type: textarea 13 | id: description 14 | attributes: 15 | label: Description 16 | description: Provide a short description of your project. What is it about? What type of app have you built? What is it doing? What problem is it solving? 17 | validations: 18 | required: true 19 | - type: input 20 | id: url 21 | attributes: 22 | label: Project Repository URL 23 | description: URL of the GitHub repo with your project 24 | validations: 25 | required: true 26 | - type: input 27 | id: video 28 | attributes: 29 | label: Project video 30 | description: A short demo video of your project 31 | validations: 32 | required: true 33 | - type: input 34 | id: teammembers 35 | attributes: 36 | label: Team members 37 | description: Comma-separated list of GitHub users who worked on this project 38 | validations: 39 | required: true 40 | -------------------------------------------------------------------------------- /SUPPORT.md: -------------------------------------------------------------------------------- 1 | # TODO: The maintainer of this repo has not yet edited this file 2 | 3 | **REPO OWNER**: Do you want Customer Service & Support (CSS) support for this product/project? 4 | 5 | - **No CSS support:** Fill out this template with information about how to file issues and get help. 6 | - **Yes CSS support:** Fill out an intake form at [aka.ms/onboardsupport](https://aka.ms/onboardsupport). CSS will work with/help you to determine next steps. 7 | - **Not sure?** Fill out an intake as though the answer were "Yes". CSS will help you decide. 8 | 9 | *Then remove this first heading from this SUPPORT.MD file before publishing your repo.* 10 | 11 | # Support 12 | 13 | ## How to file issues and get help 14 | 15 | This project uses GitHub Issues to track bugs and feature requests. Please search the existing 16 | issues before filing new issues to avoid duplicates. For new issues, file your bug or 17 | feature request as a new Issue. 18 | 19 | For help and questions about using this project, please **REPO MAINTAINER: INSERT INSTRUCTIONS HERE 20 | FOR HOW TO ENGAGE REPO OWNERS OR COMMUNITY FOR HELP. COULD BE A STACK OVERFLOW TAG OR OTHER 21 | CHANNEL. WHERE WILL YOU HELP PEOPLE?**. 22 | 23 | ## Microsoft Support Policy 24 | 25 | Support for this **PROJECT or PRODUCT** is limited to the resources listed above. 26 | -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | ## Security 4 | 5 | Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet) and [Xamarin](https://github.com/xamarin). 6 | 7 | If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/security.md/definition), please report it to us as described below. 8 | 9 | ## Reporting Security Issues 10 | 11 | **Please do not report security vulnerabilities through public GitHub issues.** 12 | 13 | Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/security.md/msrc/create-report). 14 | 15 | If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/security.md/msrc/pgp). 16 | 17 | You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc). 18 | 19 | Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue: 20 | 21 | * Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.) 22 | * Full paths of source file(s) related to the manifestation of the issue 23 | * The location of the affected source code (tag/branch/commit or direct URL) 24 | * Any special configuration required to reproduce the issue 25 | * Step-by-step instructions to reproduce the issue 26 | * Proof-of-concept or exploit code (if possible) 27 | * Impact of the issue, including how an attacker might exploit the issue 28 | 29 | This information will help us triage your report more quickly. 30 | 31 | If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/security.md/msrc/bounty) page for more details about our active programs. 32 | 33 | ## Preferred Languages 34 | 35 | We prefer all communications to be in English. 36 | 37 | ## Policy 38 | 39 | Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/security.md/cvd). 40 | 41 | 42 | -------------------------------------------------------------------------------- /.github/workflows/on-project-submitted.yaml: -------------------------------------------------------------------------------- 1 | name: On Project Submitted 2 | 3 | on: 4 | issues: 5 | types: 6 | - opened 7 | - edited 8 | # workflow_dispatch: 9 | # inputs: 10 | # issue-number: 11 | # description: 'Issue number' 12 | # required: true 13 | 14 | permissions: 15 | contents: read 16 | id-token: write 17 | issues: write 18 | pull-requests: write 19 | 20 | jobs: 21 | labelling: 22 | name: 'Labelling' 23 | 24 | runs-on: ubuntu-latest 25 | 26 | steps: 27 | # - name: Check event payload 28 | # shell: pwsh 29 | # run: | 30 | # $eventPayload = ${{ toJson(github) }} 31 | 32 | - name: Check issue details 33 | id: issue 34 | shell: bash 35 | run: | 36 | issueNumber=${{ github.event.issue.number }} 37 | title=${{ toJSON(github.event.issue.title) }} 38 | body=${{ toJSON(github.event.issue.body) }} 39 | createdAt="${{ github.event.issue.created_at }}" 40 | githubId="${{ github.event.issue.user.login }}" 41 | assignee="${{ github.event.issue.assignee }}" 42 | 43 | echo "issueNumber=$issueNumber" >> $GITHUB_OUTPUT 44 | echo "title=$title" >> $GITHUB_OUTPUT 45 | echo "body=$body" >> $GITHUB_OUTPUT 46 | echo "createdAt=$createdAt" >> $GITHUB_OUTPUT 47 | echo "githubId=$githubId" >> $GITHUB_OUTPUT 48 | echo "assignee=$assignee" >> $GITHUB_OUTPUT 49 | 50 | - name: Vaildate issue - project submission 51 | id: project 52 | shell: pwsh 53 | run: | 54 | $body = $(@" 55 | ${{ steps.issue.outputs.body }} 56 | "@).Replace("`"", "\`"") 57 | 58 | $isValid = $($body -match '^### Project name').ToString().ToLowerInvariant() 59 | 60 | echo "isValid=$isValid" | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding utf-8 -Append 61 | 62 | $tz = [TimeZoneInfo]::FindSystemTimeZoneById("US/Pacific") 63 | $dateSubmitted = [DateTimeOffset]::Parse("${{ steps.issue.outputs.createdAt }}") 64 | $offset = $tz.GetUtcOffset($dateSubmitted) 65 | 66 | $dateSubmitted = $dateSubmitted.ToOffset($offset) 67 | $dateDue = $([DateTimeOffset]::Parse("${{ vars.SUBMISSION_DUE_DATE }}")) 68 | $isOverdue = "$($dateSubmitted -gt $dateDue)".ToLowerInvariant() 69 | 70 | $dateSubmittedValue = $dateSubmitted.ToString("yyyy-MM-ddTHH:mm:ss.fffzzz") 71 | $dateDueValue = $dateDue.ToString("yyyy-MM-ddTHH:mm:ss.fffzzz") 72 | 73 | echo "dateSubmitted=$dateSubmittedValue" | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding utf-8 -Append 74 | echo "dateDue=$dateDueValue" | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding utf-8 -Append 75 | echo "isOverdue=$isOverdue" | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding utf-8 -Append 76 | 77 | - name: Comment to issue - Overdue 78 | if: steps.project.outputs.isValid == 'true' && steps.project.outputs.isOverdue == 'true' 79 | uses: actions-cool/issues-helper@v3 80 | with: 81 | actions: 'create-comment' 82 | token: ${{ secrets.GITHUB_TOKEN }} 83 | issue-number: ${{ steps.issue.outputs.issueNumber }} 84 | body: | 85 | Hey, @${{ steps.issue.outputs.githubId }} 86 | 87 | * Submitted: ${{ steps.project.outputs.dateSubmitted }} 88 | * Due: ${{ steps.project.outputs.dateDue }} 89 | 90 | Unfortunately, your submission is overdue, so we can't accept yours. 91 | 92 | - name: Add label - Overdue 93 | if: steps.project.outputs.isValid == 'true' && steps.project.outputs.isOverdue == 'true' 94 | uses: actions-cool/issues-helper@v3 95 | with: 96 | actions: 'add-labels' 97 | token: ${{ secrets.GITHUB_TOKEN }} 98 | issue-number: ${{ steps.issue.outputs.issueNumber }} 99 | labels: 'overdue' 100 | 101 | - name: Close issue - Overdue 102 | if: steps.project.outputs.isValid == 'true' && steps.project.outputs.isOverdue == 'true' 103 | uses: actions-cool/issues-helper@v3 104 | with: 105 | actions: 'close-issue' 106 | token: ${{ secrets.GITHUB_TOKEN }} 107 | issue-number: ${{ steps.issue.outputs.issueNumber }} 108 | 109 | - name: Check project details 110 | if: steps.project.outputs.isValid == 'true' && steps.project.outputs.isOverdue == 'false' 111 | id: projectDetails 112 | shell: pwsh 113 | run: | 114 | $body = $(@" 115 | ${{ steps.issue.outputs.body }} 116 | "@).Replace("`"", "\`"") 117 | 118 | $body -match '### Project Repository URL(?.+)### Project video' 119 | $projectRepositoryUrl = $Matches.url.Replace("\r", "").Replace("\n", "") 120 | 121 | echo "repositoryUrl=$projectRepositoryUrl" | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding utf-8 -Append 122 | 123 | $body -match '### Project video(?.+)### Team members' 124 | $projectVideoUrl = $Matches.url.Replace("\r", "").Replace("\n", "") 125 | 126 | echo "videoUrl=$projectVideoUrl" | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding utf-8 -Append 127 | 128 | - name: Vaildate project details 129 | if: steps.project.outputs.isValid == 'true' && steps.project.outputs.isOverdue == 'false' 130 | id: validation 131 | shell: pwsh 132 | run: | 133 | $isValidRepositoryUrl = $("${{ steps.projectDetails.outputs.repositoryUrl }}".StartsWith("https://github.com")).ToString().ToLowerInvariant() 134 | $isValidVideoUrl = $("${{ steps.projectDetails.outputs.videoUrl }}" -match '^https://(youtube\.com|youtu\.be)').ToString().ToLowerInvariant() 135 | 136 | echo "isValidRepositoryUrl=$isValidRepositoryUrl" | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding utf-8 -Append 137 | echo "isValidVideoUrl=$isValidVideoUrl" | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding utf-8 -Append 138 | 139 | - name: Add label - Under review 140 | if: steps.project.outputs.isValid == 'true' && steps.project.outputs.isOverdue == 'false' 141 | uses: actions-cool/issues-helper@v3 142 | with: 143 | actions: 'add-labels' 144 | token: ${{ secrets.GITHUB_TOKEN }} 145 | issue-number: ${{ steps.issue.outputs.issueNumber }} 146 | labels: 'under review' 147 | 148 | - name: Add label - Invalid project repository URL 149 | if: steps.project.outputs.isValid == 'true' && steps.project.outputs.isOverdue == 'false' && steps.validation.outputs.isValidRepositoryUrl == 'false' 150 | uses: actions-cool/issues-helper@v3 151 | with: 152 | actions: 'add-labels' 153 | token: ${{ secrets.GITHUB_TOKEN }} 154 | issue-number: ${{ steps.issue.outputs.issueNumber }} 155 | labels: 'invalid:project' 156 | 157 | - name: Add label - Invalid video URL 158 | if: steps.project.outputs.isValid == 'true' && steps.project.outputs.isOverdue == 'false' && steps.validation.outputs.isValidVideoUrl == 'false' 159 | uses: actions-cool/issues-helper@v3 160 | with: 161 | actions: 'add-labels' 162 | token: ${{ secrets.GITHUB_TOKEN }} 163 | issue-number: ${{ steps.issue.outputs.issueNumber }} 164 | labels: 'invalid:video' 165 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Hack Together: The Great .NET 8 Hack 2 | 3 | ![dotnet hack together banner (1)](https://github.com/microsoft/hack-together-dotnet/assets/45178151/6b34a40e-27d1-4b6c-8604-f45aceb9877e) 4 | 5 | [![Register](https://img.shields.io/badge/Hack_Together-Register-512BD4?style=for-the-badge&logoColor=white&logo=dotnet)](https://aka.ms/hacktogether/dotnet/register) 6 | 7 | ## Introduction 8 | 9 | 🛠️Build, innovate, and **#HackTogether**!🛠️ It's time to get started building apps with .NET 8. 🔥 10 | 11 | Hack Together is your playground for coding and experimenting with .NET. With mentorship from Microsoft experts and access to the latest tech, you will learn how to build apps based on some of the most exciting .NET scenarios today - AI and cloud-native! The possibilities are endless for what you can create... plus you can submit your hack for a chance to win exciting prizes! 🥳 12 | 13 | The hackathon starts on **November 20th** right after .NET Conf and ends on **December 4th**. It is recommended for participants to follow the Hack Together Roadmap for a successful hackathon. 14 | 15 | ## Hack Together Roadmap 🗺️ 16 | 17 | ![dotnet hack roadmap (2)](https://github.com/microsoft/hack-together-dotnet/assets/45178151/dd535d27-eb67-4aff-bd69-e0120c3309ff) 18 | 19 | Follow the steps below to successfully complete the hackathon. 20 | 21 | ### #00 - Pre-requisites 22 | 23 | **Register to Hack Together:** https://aka.ms/hacktogether/dotnet/register 24 | 25 | **Introduce yourself**, we'd like to get to know you! 🥳 [GitHub Discussions | Let's get to know each other 🎉](https://github.com/microsoft/hack-together-dotnet/discussions/4#discussion-5776970) 26 | 27 | **Planning on hacking with Azure OpenAI?** Make sure to [request access to the API.](https://aka.ms/oaiapply) 28 | 29 | ### #01 - Start hacking on November 20th 30 | 31 | Either team up (max 3 team members) or fly solo to join the hacking! Make sure to [register for Hack Together](https://aka.ms/hacktogether/dotnet/register) before starting to build your project. 32 | 33 | ### #02 - Join live sessions for learning and inspiration 34 | 35 | [![Calendar Invite](https://img.shields.io/badge/ADD%20TO%20CALENDAR-4285F4?style=for-the-badge&label=&labelColor=555555&logoColor=white&logo=googlecalendar)](https://aka.ms/hacktogether/dotnet/sessions) 36 | 37 | * **November 20th @ 2 PM Pacific [![Convert to your timezone](https://img.shields.io/badge/convert_to_your_timezone_%F0%9F%8C%8D-green)](https://www.timeanddate.com/worldclock/converter.html?iso=20231120T220000&p1=1244) - Join live:** [Welcome and what's new in .NET 8 with Aaron Powell, Matt Soucoup and Gaurav Seth](https://aka.ms/hacktogether/dotnet/session1) 38 | * **November 27th @ 11 AM Pacific [![Convert to your timezone](https://img.shields.io/badge/convert_to_your_timezone_%F0%9F%8C%8D-green)](https://www.timeanddate.com/worldclock/converter.html?iso=20231127T190000&p1=1244) - Join live:** [Generative AI for the .NET developer with Matt Soucoup and Diego Colombo](https://aka.ms/hacktogether/dotnet/session2) 39 | * **November 28th @ 4 PM Pacific [![Convert to your timezone](https://img.shields.io/badge/convert_to_your_timezone_%F0%9F%8C%8D-green)](https://www.timeanddate.com/worldclock/converter.html?iso=20231128T220000&p1=1244) - Join live:** .NET 8 - [Your stack for building Cloud Native apps with Justin Yoo, Jorge Arterio and Paul Yu](https://aka.ms/hacktogether/dotnet/session3) 40 | * **December 4th @ 3 PM Pacific [![Convert to your timezone](https://img.shields.io/badge/convert_to_your_timezone_%F0%9F%8C%8D-green)](https://www.timeanddate.com/worldclock/converter.html?iso=20231204T230000&p1=1244) - Join live:** [Wrap up with special guest stars](https://aka.ms/hacktogether/dotnet/session4) 41 | 42 | ### #03 - Submit your project until December 4th 23:59 PM PST 43 | 44 | You may submit your project here when it's ready: **🚀 [Project Submission](https://github.com/microsoft/hack-together-dotnet/issues/new?assignees=&labels=&projects=&template=project.yml&title=Project%3A+%3Cshort+description%3E)** 45 | 46 | Check out this video for step by step project submission guidance: 47 | [Project Submission Video](https://github.com/microsoft/hack-together-teams/assets/3199282/572ea387-61ec-4b77-9885-23b5b2bd39bd) 48 | 49 | There will be a grand prize winner out of all projects as well as a 'Best Intelligent Apps solution' and 'Best Cloud Native solution,' so it is worthwhile to align your hack to one of these categories. 50 | 51 | We'd love to hear about your project, tell us what you are working on! 52 | 53 | ## Samples to get inspired ✨ 54 | 55 | If you are looking for scenarios or project ideas to get inspired, we have many samples available for you to explore! Check out below repositories to discover what you can build and get some inspiration for your hack! 56 | 57 | ### AI 58 | 59 | * [ConsoleGPT](https://github.com/aaronpowell/ConsoleGPT) - .NET Console demos for a chat experience using Azure OpenAI 60 | * [Image Generation sample](https://github.com/aaronpowell/GenerateAndChill) - Generate images with DALL-E, it also supports non-English language prompts through translations 61 | * [Chat with your own data](https://github.com/Azure-Samples/azure-search-openai-demo-csharp) - An application using the RAG (Retrival Augmented Generation) pattern to allow you to ask questions of your own data 62 | 63 | ### Cloud Native 64 | 65 | * [eShop on Containers](https://github.com/dotnet-architecture/eShopOnContainers) 66 | * [Aspire Samples](https://github.com/dotnet/aspire-samples) 67 | * [Aspire YouTube Summariser](https://github.com/devkimchi/aspire-youtube-summariser) 68 | 69 | ## Recommended Learning Materials 📚 70 | 71 | ### AI 72 | 73 | * [Generative AI for Beginners](https://aka.ms/genai-beginners) 74 | * [Fundamentals of Generative AI](https://learn.microsoft.com/training/paths/introduction-generative-ai/) 75 | * [Generate text and conversations with .NET and Azure OpenAI Completions](https://learn.microsoft.com/training/modules/open-ai-dotnet-text-completions/) 76 | * [Demystifying Retrieval Augmented Generation with .NET](https://devblogs.microsoft.com/dotnet/demystifying-retrieval-augmented-generation-with-dotnet/) 77 | 78 | ### Cloud Native 79 | 80 | * [Hands-on learning - Create Microservices with .NET and ASP.NET Core](https://learn.microsoft.com/training/paths/create-microservices-with-dotnet) 81 | * [Architecting cloud native .NET apps with Azure](https://learn.microsoft.com/dotnet/architecture/cloud-native/) 82 | * [.NET and Azure e-books](https://dotnet.microsoft.com/learn/azure/architecture) 83 | * [.NET Aspire](https://aka.ms/dotnet-aspire) 84 | 85 | ## Judging and Prizes 🏆 86 | 87 | Projects will be evaluated by a panel of judges, including Microsoft executives, product managers, and developer advocates. Judging criteria will include innovation, impact, technical usability, and alignment with corresponding hackathon category. 88 | 89 | The winning teams will receive the following exciting prizes (up to 3 individuals if submitting as a team, prizes distributed per team). Winning solutions and/or product feedback may also be considered for integration into the .NET roadmap. Winners will also have the opportunity to showcase their projects to experts and leaders on the .NET YouTube channel. 90 | 91 | **🏆 Grand Prize winner:** _The best of the best! This category rewards the solution that meets all judging criteria, wows judges, and has potential real-world value._ 92 | 93 | * $500 cash prize per individual (up to 3 if entering as a team) 💸 94 | 95 | **🥇 Best Intelligent Apps solution:** 96 | 97 | * $500 cash prize 💸 98 | 99 | **🥇 Best Cloud Native solution:** 100 | 101 | * $500 cash prize 💸 102 | 103 | **🏅 All hackathon participants who submit an app will receive a digital badge.** 104 | 105 | >**ℹ️ Hack Together winners will be selected as per the following judging criteria:** 106 | > 107 | >1. Innovation 108 | >2. Impact 109 | >3. Technical Usability/User Experience 110 | >4. Alignment with hackathon category (either Intelligent Apps or Cloud Native) 111 | 112 | > **ℹ️ Additional cash prize info** 113 | > - One (1) Grand Prize winner (up to 3 individuals if submitting as a team). The individuals on the Grand Prize winning team will each receive a $500 cash prize and a digital Credly badge. Approximate Retail Value (ARV) 114 | $500 per individual, up to $1500 total for a team of three 115 | > - One (1) Best Cloud-Native winner (up to 3 individuals if submitting as a team). The Best Cloud-Native winning team will receive a $500 cash prize to evenly split amongst team members and a digital Credly badge. Approximate Retail Value (ARV) $500 per team 116 | > - One (1) Best Intelligent App winner (up to 3 individuals if submitting as a team). The Best Intelligent App winning team will receive a $500 cash prize to evenly split amongst team members and a digital Credly badge. Approximate Retail Value (ARV) $500 per team 117 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | ## Ignore Visual Studio temporary files, build results, and 2 | ## files generated by popular Visual Studio add-ons. 3 | ## 4 | ## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore 5 | 6 | # User-specific files 7 | *.rsuser 8 | *.suo 9 | *.user 10 | *.userosscache 11 | *.sln.docstates 12 | 13 | # User-specific files (MonoDevelop/Xamarin Studio) 14 | *.userprefs 15 | 16 | # Mono auto generated files 17 | mono_crash.* 18 | 19 | # Build results 20 | [Dd]ebug/ 21 | [Dd]ebugPublic/ 22 | [Rr]elease/ 23 | [Rr]eleases/ 24 | x64/ 25 | x86/ 26 | [Ww][Ii][Nn]32/ 27 | [Aa][Rr][Mm]/ 28 | [Aa][Rr][Mm]64/ 29 | bld/ 30 | [Bb]in/ 31 | [Oo]bj/ 32 | [Ll]og/ 33 | [Ll]ogs/ 34 | 35 | # Visual Studio 2015/2017 cache/options directory 36 | .vs/ 37 | # Uncomment if you have tasks that create the project's static files in wwwroot 38 | #wwwroot/ 39 | 40 | # Visual Studio 2017 auto generated files 41 | Generated\ Files/ 42 | 43 | # MSTest test Results 44 | [Tt]est[Rr]esult*/ 45 | [Bb]uild[Ll]og.* 46 | 47 | # NUnit 48 | *.VisualState.xml 49 | TestResult.xml 50 | nunit-*.xml 51 | 52 | # Build Results of an ATL Project 53 | [Dd]ebugPS/ 54 | [Rr]eleasePS/ 55 | dlldata.c 56 | 57 | # Benchmark Results 58 | BenchmarkDotNet.Artifacts/ 59 | 60 | # .NET Core 61 | project.lock.json 62 | project.fragment.lock.json 63 | artifacts/ 64 | 65 | # ASP.NET Scaffolding 66 | ScaffoldingReadMe.txt 67 | 68 | # StyleCop 69 | StyleCopReport.xml 70 | 71 | # Files built by Visual Studio 72 | *_i.c 73 | *_p.c 74 | *_h.h 75 | *.ilk 76 | *.meta 77 | *.obj 78 | *.iobj 79 | *.pch 80 | *.pdb 81 | *.ipdb 82 | *.pgc 83 | *.pgd 84 | *.rsp 85 | *.sbr 86 | *.tlb 87 | *.tli 88 | *.tlh 89 | *.tmp 90 | *.tmp_proj 91 | *_wpftmp.csproj 92 | *.log 93 | *.tlog 94 | *.vspscc 95 | *.vssscc 96 | .builds 97 | *.pidb 98 | *.svclog 99 | *.scc 100 | 101 | # Chutzpah Test files 102 | _Chutzpah* 103 | 104 | # Visual C++ cache files 105 | ipch/ 106 | *.aps 107 | *.ncb 108 | *.opendb 109 | *.opensdf 110 | *.sdf 111 | *.cachefile 112 | *.VC.db 113 | *.VC.VC.opendb 114 | 115 | # Visual Studio profiler 116 | *.psess 117 | *.vsp 118 | *.vspx 119 | *.sap 120 | 121 | # Visual Studio Trace Files 122 | *.e2e 123 | 124 | # TFS 2012 Local Workspace 125 | $tf/ 126 | 127 | # Guidance Automation Toolkit 128 | *.gpState 129 | 130 | # ReSharper is a .NET coding add-in 131 | _ReSharper*/ 132 | *.[Rr]e[Ss]harper 133 | *.DotSettings.user 134 | 135 | # TeamCity is a build add-in 136 | _TeamCity* 137 | 138 | # DotCover is a Code Coverage Tool 139 | *.dotCover 140 | 141 | # AxoCover is a Code Coverage Tool 142 | .axoCover/* 143 | !.axoCover/settings.json 144 | 145 | # Coverlet is a free, cross platform Code Coverage Tool 146 | coverage*.json 147 | coverage*.xml 148 | coverage*.info 149 | 150 | # Visual Studio code coverage results 151 | *.coverage 152 | *.coveragexml 153 | 154 | # NCrunch 155 | _NCrunch_* 156 | .*crunch*.local.xml 157 | nCrunchTemp_* 158 | 159 | # MightyMoose 160 | *.mm.* 161 | AutoTest.Net/ 162 | 163 | # Web workbench (sass) 164 | .sass-cache/ 165 | 166 | # Installshield output folder 167 | [Ee]xpress/ 168 | 169 | # DocProject is a documentation generator add-in 170 | DocProject/buildhelp/ 171 | DocProject/Help/*.HxT 172 | DocProject/Help/*.HxC 173 | DocProject/Help/*.hhc 174 | DocProject/Help/*.hhk 175 | DocProject/Help/*.hhp 176 | DocProject/Help/Html2 177 | DocProject/Help/html 178 | 179 | # Click-Once directory 180 | publish/ 181 | 182 | # Publish Web Output 183 | *.[Pp]ublish.xml 184 | *.azurePubxml 185 | # Note: Comment the next line if you want to checkin your web deploy settings, 186 | # but database connection strings (with potential passwords) will be unencrypted 187 | *.pubxml 188 | *.publishproj 189 | 190 | # Microsoft Azure Web App publish settings. Comment the next line if you want to 191 | # checkin your Azure Web App publish settings, but sensitive information contained 192 | # in these scripts will be unencrypted 193 | PublishScripts/ 194 | 195 | # NuGet Packages 196 | *.nupkg 197 | # NuGet Symbol Packages 198 | *.snupkg 199 | # The packages folder can be ignored because of Package Restore 200 | **/[Pp]ackages/* 201 | # except build/, which is used as an MSBuild target. 202 | !**/[Pp]ackages/build/ 203 | # Uncomment if necessary however generally it will be regenerated when needed 204 | #!**/[Pp]ackages/repositories.config 205 | # NuGet v3's project.json files produces more ignorable files 206 | *.nuget.props 207 | *.nuget.targets 208 | 209 | # Microsoft Azure Build Output 210 | csx/ 211 | *.build.csdef 212 | 213 | # Microsoft Azure Emulator 214 | ecf/ 215 | rcf/ 216 | 217 | # Windows Store app package directories and files 218 | AppPackages/ 219 | BundleArtifacts/ 220 | Package.StoreAssociation.xml 221 | _pkginfo.txt 222 | *.appx 223 | *.appxbundle 224 | *.appxupload 225 | 226 | # Visual Studio cache files 227 | # files ending in .cache can be ignored 228 | *.[Cc]ache 229 | # but keep track of directories ending in .cache 230 | !?*.[Cc]ache/ 231 | 232 | # Others 233 | ClientBin/ 234 | ~$* 235 | *~ 236 | *.dbmdl 237 | *.dbproj.schemaview 238 | *.jfm 239 | *.pfx 240 | *.publishsettings 241 | orleans.codegen.cs 242 | 243 | # Including strong name files can present a security risk 244 | # (https://github.com/github/gitignore/pull/2483#issue-259490424) 245 | #*.snk 246 | 247 | # Since there are multiple workflows, uncomment next line to ignore bower_components 248 | # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) 249 | #bower_components/ 250 | 251 | # RIA/Silverlight projects 252 | Generated_Code/ 253 | 254 | # Backup & report files from converting an old project file 255 | # to a newer Visual Studio version. Backup files are not needed, 256 | # because we have git ;-) 257 | _UpgradeReport_Files/ 258 | Backup*/ 259 | UpgradeLog*.XML 260 | UpgradeLog*.htm 261 | ServiceFabricBackup/ 262 | *.rptproj.bak 263 | 264 | # SQL Server files 265 | *.mdf 266 | *.ldf 267 | *.ndf 268 | 269 | # Business Intelligence projects 270 | *.rdl.data 271 | *.bim.layout 272 | *.bim_*.settings 273 | *.rptproj.rsuser 274 | *- [Bb]ackup.rdl 275 | *- [Bb]ackup ([0-9]).rdl 276 | *- [Bb]ackup ([0-9][0-9]).rdl 277 | 278 | # Microsoft Fakes 279 | FakesAssemblies/ 280 | 281 | # GhostDoc plugin setting file 282 | *.GhostDoc.xml 283 | 284 | # Node.js Tools for Visual Studio 285 | .ntvs_analysis.dat 286 | node_modules/ 287 | 288 | # Visual Studio 6 build log 289 | *.plg 290 | 291 | # Visual Studio 6 workspace options file 292 | *.opt 293 | 294 | # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) 295 | *.vbw 296 | 297 | # Visual Studio 6 auto-generated project file (contains which files were open etc.) 298 | *.vbp 299 | 300 | # Visual Studio 6 workspace and project file (working project files containing files to include in project) 301 | *.dsw 302 | *.dsp 303 | 304 | # Visual Studio 6 technical files 305 | *.ncb 306 | *.aps 307 | 308 | # Visual Studio LightSwitch build output 309 | **/*.HTMLClient/GeneratedArtifacts 310 | **/*.DesktopClient/GeneratedArtifacts 311 | **/*.DesktopClient/ModelManifest.xml 312 | **/*.Server/GeneratedArtifacts 313 | **/*.Server/ModelManifest.xml 314 | _Pvt_Extensions 315 | 316 | # Paket dependency manager 317 | .paket/paket.exe 318 | paket-files/ 319 | 320 | # FAKE - F# Make 321 | .fake/ 322 | 323 | # CodeRush personal settings 324 | .cr/personal 325 | 326 | # Python Tools for Visual Studio (PTVS) 327 | __pycache__/ 328 | *.pyc 329 | 330 | # Cake - Uncomment if you are using it 331 | # tools/** 332 | # !tools/packages.config 333 | 334 | # Tabs Studio 335 | *.tss 336 | 337 | # Telerik's JustMock configuration file 338 | *.jmconfig 339 | 340 | # BizTalk build output 341 | *.btp.cs 342 | *.btm.cs 343 | *.odx.cs 344 | *.xsd.cs 345 | 346 | # OpenCover UI analysis results 347 | OpenCover/ 348 | 349 | # Azure Stream Analytics local run output 350 | ASALocalRun/ 351 | 352 | # MSBuild Binary and Structured Log 353 | *.binlog 354 | 355 | # NVidia Nsight GPU debugger configuration file 356 | *.nvuser 357 | 358 | # MFractors (Xamarin productivity tool) working folder 359 | .mfractor/ 360 | 361 | # Local History for Visual Studio 362 | .localhistory/ 363 | 364 | # Visual Studio History (VSHistory) files 365 | .vshistory/ 366 | 367 | # BeatPulse healthcheck temp database 368 | healthchecksdb 369 | 370 | # Backup folder for Package Reference Convert tool in Visual Studio 2017 371 | MigrationBackup/ 372 | 373 | # Ionide (cross platform F# VS Code tools) working folder 374 | .ionide/ 375 | 376 | # Fody - auto-generated XML schema 377 | FodyWeavers.xsd 378 | 379 | # VS Code files for those working on multiple tools 380 | .vscode/* 381 | !.vscode/settings.json 382 | !.vscode/tasks.json 383 | !.vscode/launch.json 384 | !.vscode/extensions.json 385 | *.code-workspace 386 | 387 | # Local History for Visual Studio Code 388 | .history/ 389 | 390 | # Windows Installer files from build outputs 391 | *.cab 392 | *.msi 393 | *.msix 394 | *.msm 395 | *.msp 396 | 397 | # JetBrains Rider 398 | *.sln.iml 399 | --------------------------------------------------------------------------------