{"id":19099970,"url":"https://github.com/anuraj/AspNetCoreSamples","last_synced_at":"2025-04-18T17:32:26.855Z","repository":{"id":19509738,"uuid":"87207085","full_name":"anuraj/AspNetCoreSamples","owner":"anuraj","description":"This repository is set of ASP.NET Core projects and scripts.","archived":false,"fork":false,"pushed_at":"2023-04-18T09:13:25.000Z","size":3553,"stargazers_count":284,"open_issues_count":26,"forks_count":154,"subscribers_count":27,"default_branch":"master","last_synced_at":"2024-04-14T19:57:20.003Z","etag":null,"topics":["aspnetcore","csharp"],"latest_commit_sha":null,"homepage":"https://dotnetthoughts.net","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/anuraj.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}},"created_at":"2017-04-04T15:58:06.000Z","updated_at":"2024-03-16T12:24:07.000Z","dependencies_parsed_at":"2023-01-11T21:21:38.163Z","dependency_job_id":null,"html_url":"https://github.com/anuraj/AspNetCoreSamples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuraj%2FAspNetCoreSamples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuraj%2FAspNetCoreSamples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuraj%2FAspNetCoreSamples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuraj%2FAspNetCoreSamples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anuraj","download_url":"https://codeload.github.com/anuraj/AspNetCoreSamples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223783107,"owners_count":17201903,"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","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":["aspnetcore","csharp"],"created_at":"2024-11-09T03:52:24.754Z","updated_at":"2025-04-18T17:32:26.846Z","avatar_url":"https://github.com/anuraj.png","language":"C#","funding_links":["https://www.buymeacoffee.com/dotnetthoughts"],"categories":["csharp"],"sub_categories":[],"readme":"# ASP.NET Core Example Projects and Code Snippets.\n* [Scalar API documentation](https://github.com/anuraj/AspNetCoreSamples/tree/master/Scalar-Api-Doc)\n* [Serilog and Seq example](https://github.com/anuraj/AspNetCoreSamples/tree/master/SeqSerilogDemoMvc)\n* [Minimal API Versioning Example](https://github.com/anuraj/AspNetCoreSamples/tree/master/WeatherForecastApi)\n* [Block Azure B2C Users with Graph API](https://github.com/anuraj/AspNetCoreSamples/tree/master/BlockAzureB2CUsers)\n* [Basic Authentication in ASP.NET Core Web API](https://github.com/anuraj/AspNetCoreSamples/tree/master/BasicAuthentication)\n* [File Upload with Angular and ASP.NET Core](https://github.com/anuraj/AspNetCoreSamples/tree/master/AngularFileUploadDemo)\n* [Realtime applications on Angular with ASP.NET Core and SignalR](https://github.com/anuraj/AspNetCoreSamples/tree/master/AngularSignalRDemo)\n* [Fast Report integration in ASP.NET Core MVC](https://github.com/anuraj/AspNetCoreSamples/tree/master/FastReportDemo)\n* [Versioning in ASP.NET Core Web API](https://github.com/anuraj/AspNetCoreSamples/tree/master/WebApiApp) - How to implement versioning in ASP.NET Core Web API.\n* [Google Charts in ASP.NET Core](https://github.com/anuraj/AspNetCoreSamples/tree/master/Pizza-Demo) - Integrating Google Charts in ASP.NET Core.\n* [gRPC in ASP.NET Core](https://github.com/anuraj/AspNetCoreSamples/tree/master/GRPCDemoApp) - Introduction to gRPC in ASP.NET Core\n* [Blazor - SignalR App](https://github.com/anuraj/AspNetCoreSamples/tree/master/BlazorChat) - Simple Chat app using Blazor and SignalR\n* [CosmosDB EF Provider - Getting started](https://github.com/anuraj/AspNetCoreSamples/tree/master/HelloCosmosDb) - Getting started with Cosmos DB EF Provider.\n* [SignalR MessagePack support](https://github.com/anuraj/AspNetCoreSamples/tree/master/SignalRMessagePackDemo) - Message Pack protocol for SignalR\n* [HTTP2 Implementation for ASP.NET Core](https://github.com/anuraj/AspNetCoreSamples/tree/master/Http2Sample) - HTTP2 implementation for ASP.NET Core\n* [OData in ASP.NET Core](https://github.com/anuraj/AspNetCoreSamples/tree/master/SampleODataApp) - OData sample application in ASP.NET Core.\n* [Web Hooks in ASP.NET Core](https://github.com/anuraj/AspNetCoreSamples/tree/master/WebHooksDemo) - Sample application in ASP.NET Core 2.1 - GitHub Web Hooks. Associated blog post - [WebHooks in ASP.NET Core\n](https://dotnetthoughts.net/webhooks-in-aspnet-core/)\n* [Angular 4 CRUD application with ASP.NET Core Web API](https://github.com/anuraj/AspNetCoreSamples/tree/master/BooksApi) - Angular 4 / 5 CRUD application with ASP.NET Core Web API Backend - In Memory database. Also contains code for supporting Antiforgery token.\n* [Progressive Web Apps in ASP.NET Core](https://github.com/anuraj/AspNetCoreSamples/tree/master/HelloPWA) - Building Progressive Web Apps (PWA) in ASP.NET Core.\n* [Feature Toggle in ASP.NET Core](https://github.com/anuraj/AspNetCoreSamples/tree/master/FeatureToggle) - Implementing Feature Toggle in ASP.NET Core.\n* [LESS CSS in ASP.NET Core](https://github.com/anuraj/AspNetCoreSamples/tree/master/StyleDemo) - LESS CSS - Getting started with ASP.NET Core.\n* [Getting started with OData](https://github.com/anuraj/AspNetCoreSamples/tree/master/SampleODataApp) - OData - ASP.NET Core 2.0 - Getting started.\n* [Signal R - Hello World](https://github.com/anuraj/AspNetCoreSamples/tree/master/HelloSignalR) - Signal R - Hello World project with ASP.NET Core 2.0\n* [JWT Token Authentication](https://github.com/anuraj/AspNetCoreSamples/tree/master/WebApiAuthDemo) - JWT Authentication  implementation in ASP.NET Core 2.0\n* [Log4NetDemo](https://github.com/anuraj/AspNetCoreSamples/tree/master/Log4NetDemo) - Log4Net Logger implementation in ASP.NET Core 2.0\n* [TagHelperDemo](https://github.com/anuraj/AspNetCoreSamples/tree/master/TagHelperDemo) - Various tag helper source code added. ASP.NET Core Gravatar Tag Helper code added. Markdown Tag helper added\n* [NodeServicesSample](https://github.com/anuraj/AspNetCoreSamples/tree/master/NodeServicesSample) - Using Node Services in ASP.NET Core.\n* [AzureBlobPhotos](https://github.com/anuraj/AspNetCoreSamples/tree/master/AzureBlobPhotos) - Simple Photo Gallery using Azure Blob Storage and ASP.NET Core\n\n\u003ca href=\"https://www.buymeacoffee.com/dotnetthoughts\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;\" \u003e\u003c/a\u003e [![HitCount](http://hits.dwyl.com/anuraj/AspNetCoreSamples.svg)](http://hits.dwyl.com/anuraj/AspNetCoreSamples)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanuraj%2FAspNetCoreSamples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanuraj%2FAspNetCoreSamples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanuraj%2FAspNetCoreSamples/lists"}