{"id":23090521,"url":"https://github.com/goodtocode/templates","last_synced_at":"2026-01-24T08:32:24.005Z","repository":{"id":37940055,"uuid":"468201916","full_name":"goodtocode/templates","owner":"goodtocode","description":".NET samples for web-queue-worker durable tasks, microservices, n-tier","archived":false,"fork":false,"pushed_at":"2024-06-15T17:01:23.000Z","size":127636,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-10T09:16:38.915Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/goodtocode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-10T05:09:04.000Z","updated_at":"2024-06-15T17:01:25.000Z","dependencies_parsed_at":"2024-06-10T01:26:46.330Z","dependency_job_id":null,"html_url":"https://github.com/goodtocode/templates","commit_stats":null,"previous_names":["goodtocode/templates"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/goodtocode/templates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goodtocode%2Ftemplates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goodtocode%2Ftemplates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goodtocode%2Ftemplates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goodtocode%2Ftemplates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goodtocode","download_url":"https://codeload.github.com/goodtocode/templates/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goodtocode%2Ftemplates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28720772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T08:27:05.734Z","status":"ssl_error","status_checked_at":"2026-01-24T08:27:01.197Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-16T21:00:18.710Z","updated_at":"2026-01-24T08:32:23.986Z","avatar_url":"https://github.com/goodtocode.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quick-Start .NET Templates\n\nThis repository includes templates that can be cloned as working source code in C# .NET, or as an installable Visual Studio Extension Installer (VSIX) template, or as a template for you to build your own VSIX templates.\n\n## Microservice Quick-Start \n[![Build Status](https://dev.azure.com/GoodToCode/GoodToCode.com/_apis/build/status/gtg-rg-templates-microservices?branchName=main)](https://dev.azure.com/GoodToCode/GoodToCode.com/_build/latest?definitionId=85\u0026branchName=main)\nMicroservice template that contains a simple microservice solution and pre-setup projects. Built via DDD, CQRS on the SOLID porinciple.\n\n## Durable Task Framework Quick-Start \n[![Build Status](https://dev.azure.com/GoodToCode/GoodToCode.com/_apis/build/status/gtc-rg-templates-durabletasks?branchName=main)](https://dev.azure.com/GoodToCode/GoodToCode.com/_build/latest?definitionId=83\u0026branchName=main)\nDurable Task Framework (DTFx) template contains a simple Event Sourcing solution and pre-setup projects.\n\n## Semantic Kernel Framework Quick-Start \n[![Build Status](https://dev.azure.com/GoodToCode/GoodToCode.com/_apis/build/status/gtc-rg-templates-durabletasks?branchName=main)](https://dev.azure.com/GoodToCode/GoodToCode.com/_build/latest?definitionId=83\u0026branchName=main)\nSemantic Kernmel template contains a simple AI (Open AI, Azure Open AI, etc.) solution and pre-setup projects.\n\n## Repo Contents\nPath | Contents | Description\n--- | --- | ---\ndotnet-durabletasks | src, vsix | Simple Microservice source and VSIX packaging\ndotnet-microservices | src, vsix | Simple Durable Task Framework source and VSIX packaging\ndotnet-semantickernel | src, vsix | Simple Semantic Kernel source and VSIX packaging\n.azure | Azure ARM json | Azure Infrastructure required to host the items in this repo.\n.azure-devops | Azure Devops yml | Azure DevOps Pipelines that build, test and deploy /.azure IaC and **/src folders\n.github | GitHub Actions yml | GitHub workflows that build, test and deploy /.azure IaC and **/src folders\n\n## Prerequisites\nYou will need the following tools:\n* [Visual Studio Code or 2022](https://www.visualstudio.com/downloads/)\n* [.NET Core SDK 6.0 or above](https://www.microsoft.com/net/download/dotnet-core/6.0)\n\n## Contact\n* [GitHub Repo](https://www.github.com/goodtocode/templates)\n* [@goodtocode](https://www.twitter.com/goodtocode)\n* [github.com/goodtocode](https://www.github.com/goodtocode)\n\n## Clean Architecture\nClean Architecture is promoted by Microsoft on their .NET application architecture guide page. The e-book written by Steve \"ardalis\" Smith ([@ardalis](https://github.com/ardalis)) is beautifully written and well explains the beauty and benefits of using Clean Architecture. For more details, please see [**Architect Modern Web Applications with ASP.NET Core and Azure**](https://docs.microsoft.com/en-us/dotnet/architecture/modern-web-apps-azure/).\n\n## Architectures and Patterns\nAll .NET solutions adhere to the following:\n* DDD + Onion Architecture\n*  CQRS Pattern\n* Repository Pattern\n### dotnet-microservices\n* Microservice Architecture\n\n### dotnet-durabletasks\n* Web-queue-worker Architecture\n* Event Sourcing Pattern\n\n## Technologies\n* .NET 6\n* EF Core 6\n* Azure Functions 4\n* Durable Task Framework 2\n* CosmosDb SDK v3\n* Open API\n\n# Give a star\n:star: If you enjoy this project, or are using this project to start your exciting new project, or are just forking it to play, please give it a star. Much appreciated! :star: ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoodtocode%2Ftemplates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoodtocode%2Ftemplates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoodtocode%2Ftemplates/lists"}