good first issue
Good for newcomers
#
aspnet-web-api
Here are 166 public repositories matching this topic...
Fluent testing framework for ASP.NET Web API 2.
-
Updated
Oct 1, 2020 - C#
Starter project for creating APIs built on ASP.NET Core using clean architecture.
-
Updated
Aug 28, 2019 - C#
AshrafAlam
commented
Apr 5, 2019
The filter should do the following:
- return json formatted response. (reference 1, reference 2)
- (optional) convert the underlying system exception message to a generic user friendly message
- (optional) using .net core build in log class
A .NET 4.5 WPF application that authenticates a user and calls web API using Azure AD and OAuth 2.0 access tokens.
-
Updated
Nov 13, 2019 - C#
A windows desktop program that demonstrates non-interactive authentication to Azure AD using a username & password, and optionaly windows integrated authentication.
-
Updated
Jan 29, 2020 - C#
boilerplate
aspnetcore
dotnetcore
clean-code
clean-architecture
onion-architecture
hexagonal-architecture
aspnet-web-api
-
Updated
Dec 5, 2019 - C#
Demo project containing end-to-end, in-memory integration tests in ASP.NET Core 2.1
-
Updated
Nov 18, 2018 - C#
A starter template for creating JWT token from ASP.NET Core API project and applying that JWT token authentication on React application
react
redux
redis
jwt
microservices
sql-server
mongodb
authentication
redux-saga
aspnetcore
reactjs
authorization
permission
rbac
role-based-access-control
aspnet-web-api
rbac-management
react-hooks
-
Updated
May 16, 2022 - C#
Namespace-based Modularity for ASP.NET MVC and Web API
-
Updated
Apr 1, 2018 - C#
Social network based on ASP.NET Web API Core 2
-
Updated
Aug 30, 2017 - C#
-
Updated
Apr 19, 2022 - C#
Prototype with Vue.js client (testing with Jest/Nightwatch) and ASP.NET Core 5.0 Web API (testing with xUnit.net)
vue
jest
aspnetcore
xunit
integration-testing
netcore
entity-framework-core
asp-net-core
aspnet-web-api
ts-jest
vue-test-utils
netcore5
net50
-
Updated
Jul 14, 2021 - TypeScript
Architecting ASP.NET Core applications for enterprise projects based on clean architecture principles
-
Updated
Mar 29, 2021 - C#
An ASP.NET Core app for bootstrapping your next Web Apps for Containers service using Key Vault and Managed Identities
csharp
aspnetcore
azure
dotnetcore
azure-cli
secrets
dotnet-core
aspnet-core
azure-keyvault
azure-app-service
container-registry
aspnet-web-api
azure-key-vault
azure-managed-service-identity
managed-identities
-
Updated
Jan 14, 2022 - C#
ASP.NET Core and VueJs
jwt
clean-architecture
serilog
monolithic
postgresql-database
multitenancy
multitenant
aspnet-web-api
vue-typescript
netcore-vue
netcore-postgres
efcore-postgres
multidatabase-efcore
efcore-multidatabase
efcore-multitenancy
netcore-identity
netcore-jwt
netcore-dependency-injection
efcore-fileupload
-
Updated
Apr 23, 2022 - C#
My public talks, their abstracts, code snippets, and sample projects
package-manager
performance
cpp
roslyn
aspnetcore
catch
data-generation
conan
asp-net-core
aspnet-web-api
csharp7
software-craftsmanship
agile-development
conan-io
aspnetcore2
catch2
-
Updated
Nov 24, 2018 - C#
Simple proxy for getting MDX query results from Analysis Services (SSAS) instance accessed by using MSMDPUMP HTTP interface to Power BI Desktop / Service WITH support for scheduled refresh!
-
Updated
Dec 15, 2019 - C#
Creating web apps with ASP.Net MVC and using .Net technologies
-
Updated
Oct 12, 2016 - JavaScript
Allows you to add cookies for IHttpActionResult in WebAPI controllers
-
Updated
Oct 17, 2018 - C#
EISK Licensing, news updates and contribution guideline home.
-
Updated
Apr 25, 2022
POC guide how we build an simple ASP.NET Core 2.2 API Gateway application with Ocelot.
microsoft
csharp
aspnetcore
dotnetcore
best-practices
gateway
ocelot
csharp-code
aspnet-web-api
gateway-api
aspnetcorewebapi
ocelotsample
-
Updated
Feb 12, 2019 - C#
ASP.NET WebAPI Controller to easily write Restfulish message based Api Controllers
-
Updated
Jun 9, 2015 - C#
AspNET Core 3.1 Scaffolding with log, serializer, all structure to work good for me :D
template
aspnetcore
structure
scaffolding
all-in-one
aspnet-web-api
netcore3
aspnetcore3
aspnet-core-3
structured-project
-
Updated
Feb 23, 2022 - C#
Want to create an api without writing code?
-
Updated
Apr 19, 2020 - C#
Start working with Asp.Net Web API 2 and Entity Framework Code First approch. Project will show how to implelement UnitOfWork, Repository Pattern, Dependency Injection etc
mvc
csharp
dependency-injection
entity-framework
repository-pattern
aspnet-web-api
unitofworkpattern
-
Updated
Mar 12, 2018 - C#
Web application for apartment reservation (essentially airbnb clone) /w Guest, Host & Admin user roles. [School Project - Faculty of Technical Sciences] 🏫
react
redux
react-router
aspnetcore
reactjs
xunit
react-bootstrap
react-redux
openlayers
redux-thunk
aspnet-core
asp-net
react-select
aspnet-web-api
react-icons
react-images
react-day-picker
react-photo-gallery
airbnb-clone
react-stars
-
Updated
Sep 12, 2020 - C#
Projeto inicial para meetup/hand's-on .NET Core
microservice
sqlite
entity-framework
dotnet-core
aspnet-core
fluent-validation
dotnet-cli
polly
aspnet-web-api
auto-mapper
-
Updated
Mar 9, 2022 - C#
Improve this page
Add a description, image, and links to the aspnet-web-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aspnet-web-api topic, visit your repo's landing page and select "manage topics."
I know it's not a course about RESTful principles but maybe you'll consider in the future extracting resource id from request body to path parameter ?
https://github.com/aspnetrun/run-aspnetcore-microservices/blob/c30712aa099bc335f5613a3b196ea1e943f800a5/src/Services/Catalog/Catalog.API/Controllers/CatalogController.cs#L85