{"id":19490495,"url":"https://github.com/aenesgur/.netcorewebapi_dappersample","last_synced_at":"2025-08-11T19:24:08.203Z","repository":{"id":119084095,"uuid":"289708904","full_name":"aenesgur/.NetCoreWebApi_DapperSample","owner":"aenesgur","description":"Its a .Net Core 3.1 Web Api application which using Dapper Micro Orm","archived":false,"fork":false,"pushed_at":"2020-08-23T15:10:23.000Z","size":11067,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-19T21:19:07.078Z","etag":null,"topics":["dapper","micro-orm","orm"],"latest_commit_sha":null,"homepage":"","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/aenesgur.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":"2020-08-23T15:03:55.000Z","updated_at":"2020-08-23T15:10:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"e09226db-a5ce-4cf0-80d1-a354da47b81c","html_url":"https://github.com/aenesgur/.NetCoreWebApi_DapperSample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aenesgur/.NetCoreWebApi_DapperSample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aenesgur%2F.NetCoreWebApi_DapperSample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aenesgur%2F.NetCoreWebApi_DapperSample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aenesgur%2F.NetCoreWebApi_DapperSample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aenesgur%2F.NetCoreWebApi_DapperSample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aenesgur","download_url":"https://codeload.github.com/aenesgur/.NetCoreWebApi_DapperSample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aenesgur%2F.NetCoreWebApi_DapperSample/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269941643,"owners_count":24500744,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"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":["dapper","micro-orm","orm"],"created_at":"2024-11-10T21:13:15.741Z","updated_at":"2025-08-11T19:24:08.143Z","avatar_url":"https://github.com/aenesgur.png","language":"C#","readme":"# .NetCoreWebApi_DapperSample\nIts a .Net Core 3.1 Web Api application which using Dapper Micro Orm\n\n### Procedures\n\n```sh\n    Create PROC sp_ProductSave\n    @Name NVARCHAR(MAX),\n    @Price decimal(18,0),\n    @Origin NVARCHAR(MAX) = NULL\n\n    As\n    Begin\n\n    Insert Into PRoduct (Name,Price,Origin)\n    Values(@Name,@Price,@Origin)\n\n    END\n```\n```sh\n    CREATE PROC sp_ProductDelete\n    @Id INT\n\n    As\n    Begin\n\n    Delete from Product Where Id=@Id\n    END\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faenesgur%2F.netcorewebapi_dappersample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faenesgur%2F.netcorewebapi_dappersample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faenesgur%2F.netcorewebapi_dappersample/lists"}