{"id":20332774,"url":"https://github.com/knowledgefactory4u/dotnet6-sqlserver-crud-application","last_synced_at":"2026-04-20T04:32:30.346Z","repository":{"id":115257686,"uuid":"600817035","full_name":"knowledgefactory4u/dotnet6-sqlserver-crud-application","owner":"knowledgefactory4u","description":"Build REST CRUD APIs with .Net 6 and Microsoft SQL Server","archived":false,"fork":false,"pushed_at":"2023-02-12T17:32:45.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T12:46:01.465Z","etag":null,"topics":["crud","dotnet6","rest-api","sqlserver"],"latest_commit_sha":null,"homepage":"https://www.knowledgefactory.net/2023/02/build-rest-crud-apis-with-net-6-and-microsoft-sql-server.html","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/knowledgefactory4u.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-02-12T17:30:23.000Z","updated_at":"2023-02-14T06:56:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"664af4ac-9fa9-4bf0-8826-38ef0d58e83d","html_url":"https://github.com/knowledgefactory4u/dotnet6-sqlserver-crud-application","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/knowledgefactory4u/dotnet6-sqlserver-crud-application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowledgefactory4u%2Fdotnet6-sqlserver-crud-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowledgefactory4u%2Fdotnet6-sqlserver-crud-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowledgefactory4u%2Fdotnet6-sqlserver-crud-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowledgefactory4u%2Fdotnet6-sqlserver-crud-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knowledgefactory4u","download_url":"https://codeload.github.com/knowledgefactory4u/dotnet6-sqlserver-crud-application/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowledgefactory4u%2Fdotnet6-sqlserver-crud-application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32032657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["crud","dotnet6","rest-api","sqlserver"],"created_at":"2024-11-14T20:28:09.259Z","updated_at":"2026-04-20T04:32:30.303Z","avatar_url":"https://github.com/knowledgefactory4u.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Build REST CRUD APIs with .Net 6 and Microsoft SQL Server\n\n# Local Setup and Run the application\n\n\u003ch2\u003eCreate database and table\u003c/h2\u003e\n\n```CREATE DATABASE testdb;```\n```\nCREATE TABLE users (\n  id              INT           NOT NULL    IDENTITY    PRIMARY KEY,\n  first_name      VARCHAR(100)  NOT NULL,\n  last_name       VARCHAR(100),\n  email           VARCHAR(100)  NOT NULL,\n);\n```\n\nDownload or clone the source code from GitHub to the local machine\n\n\nYou can start the api by running ```dotnet run``` from the command line in the project root folder (where the WebApi.csproj file is located)\n\nOR\n\nYou can also start the application in debug mode in Visula Studio by opening the project root folder in Visual Studio and pressing F5 or by selecting Debug -\u003e Start Debugging from the top menu, running in debug mode.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknowledgefactory4u%2Fdotnet6-sqlserver-crud-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknowledgefactory4u%2Fdotnet6-sqlserver-crud-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknowledgefactory4u%2Fdotnet6-sqlserver-crud-application/lists"}