Projects in Awesome Lists tagged with asp-net-web-api
A curated list of projects in awesome lists tagged with asp-net-web-api .
https://github.com/omaxel/simplepatch
A simple library for partial entity changes in ASP.NET and ASP.NET Core.
asp-net-core asp-net-core-2 asp-net-core-web-api asp-net-web-api asp-net-web-api-2 entity-framework entity-framework-core http-patch partial-entity-changes
Last synced: 21 Mar 2025
https://github.com/devinterview-io/asp-net-web-api-interview-questions
🟣 ASP.NET Web API interview questions and answers to help you prepare for your next technical interview in 2025.
asp-net-web-api asp-net-web-api-interview-questions asp-net-web-api-questions asp-net-web-api-tech-interview coding-interview-questions coding-interviews interview-practice interview-prep interview-preparation leetcode-questions leetcode-solutions programming-interview-questions software-developer-interview software-engineer-interview software-engineering technical-interview-questions web-and-mobile-development-interview-questions
Last synced: 21 Aug 2025
https://github.com/foyzulkarim/bizbook-server
The repository of bizbook server web api project
asp-net-web-api aspnet bizbook bizbook365 c-sharp csharp dotnet dotnet-framework erp free inventory inventory-management mssql multi-shop multi-warehouse opensource pos saas sql-server webapi
Last synced: 22 Mar 2025
https://github.com/elmahio/elmah.io
ELMAH error logger for sending errors to elmah.io.
asp-net asp-net-mvc asp-net-web-api asp-net-web-api-2 crash-reporting crash-reporting-tool elmah elmah-io error-handling error-log error-logging error-monitoring error-reporting
Last synced: 13 Apr 2025
https://github.com/adityaoberai/jwtauthsample
ASP.NET Web API sample to showcase JWT Token Authentication in .NET 6
asp-net-web-api bcrypt dotnet dotnet-6 efcore jwt
Last synced: 05 May 2025
https://github.com/amine-smahi/pieshopcore
A simple pie shopping management system using ASP.NET CORE MVC application
asp-net-core asp-net-web-api dotnet-core entity-framework-core mvc shop
Last synced: 18 Mar 2025
https://github.com/bugthesystem/aspnetwebapi-outputcache-redis
Redis cache for AspNetWebApi-OutputCache
asp-net asp-net-web-api nuget outputcache redis
Last synced: 23 Mar 2025
https://github.com/undrivendev/template-webapi-aspnet
Template for ASP.NET WebApi based applications/microservices using CQRS, Mediator pattern, Clean Architecture
asp-net asp-net-core asp-net-core-web-api asp-net-web-api clean-architecture cqrs mediator template template-project
Last synced: 16 Jan 2026
https://github.com/codit/lunchorder
Order lunch at your enterprise with ease
angular2 asp-net-web-api azure bootstrap3 documentdb momentjs
Last synced: 02 Jul 2025
https://github.com/vanhakobyan/sinusoidal_implementationwpf_asp.netwebapi
:fax:Sinusoidal:fax: function Implementation in WPF using ASP.NET WEB API 2:fax:
asp-net asp-net-web-api cosinus sinus wpf wpf-application
Last synced: 11 Mar 2026
https://github.com/mykeels/graphqlwebapi
GraphQL Integration in ASP.NET Web API
asp-net-web-api dotnet graphql web-api
Last synced: 14 Aug 2025
https://github.com/amir-hsd/bioentry-webapi
This is a API designed for the BioEntry project. This API handles the authentication, registration, and deletion of user information, providing a secure and efficient backend service for biometric entry systems.
asp-net-mvc asp-net-web-api csharp
Last synced: 25 Apr 2025
https://github.com/kathleenwest/webapibasicauthenticationdemo
This project presents a Visual Studio solution including a simple demo ASP.Net Web API Basic Authentication Service Application and a “Tester” Client (Windows Form Application) that allows the user to test the Web API with CRUD operations (GET, POST, PUT, DELETE) that service design requires authentication (except the Get). In addition to demonstrating standard CRUD capabilities, the Web API service implements a .Net Memory Cache (MemoryCache) and custom username and password validator. Passwords are stored securely using Password-Based Key Derivation Function PBKD cryptology. The client “tester” windows form application is not intended as a UX/UI demo but used to test and verify that the backend authentication service allows the user to register with a username and password and verify the Web API CRUD functions based on basic authentication scheme. Lastly, the project is shown in the demo section with a video and screen captures. Note: Every Web API Authentication service should use secure transport. For brevity, this demo project does not implement or discuss the complicated detail nature of SSL/TLS.
asp-net-web-api authentication authenticator basic-authentication credential-management-api credential-manager credential-registry credential-storage crud crud-application cryptology csharp csharp-code memorycache message-handler pbdk registration username-password web-api webapi
Last synced: 24 Feb 2026
https://github.com/nkovacic/sample-asp.net-project
Showcase ASP.NET project using Angular and Entity.Framework
angular angular6 asp-net asp-net-mvc asp-net-web-api asp-net-web-api-2 autofac csharp owin
Last synced: 15 Apr 2025
https://github.com/elmahio/elmah.io.client.extensions.sourcecode
Extensions for Elmah.Io.Client that can attach source code to log messages.
asp-net asp-net-core asp-net-mvc asp-net-web-api crash-reporting crash-reporting-tool elmah error-handling error-log error-monitoring error-reporting
Last synced: 13 Oct 2025
https://github.com/devkimchi/mood-driven-playlist
This is a sample app that catches moods and creates a playlist from Spotify based on the mood analysis
asp-net asp-net-core-web-api asp-net-web-api azure azure-api-management azure-openai blazor dotnet spotify
Last synced: 16 Apr 2026
https://github.com/jayanttripathy/crud-operation-in-asp.net-web-api
CRUD Operation in ASP.NET Web API with Entity Framework
asp-net-web-api crud-operation entity-framework
Last synced: 31 Dec 2025
https://github.com/dhtmlx/scheduler-howto-dotnet
Implementing backend for dhtmlxScheduler using ASP.NET WebAPI
asp-net-web-api dhtmlx dhtmlxscheduler
Last synced: 13 Jul 2025
https://github.com/edengolan1/cinema_website
The client side is built using Angular, while the server side utilizes ASP.NET Web API with C#. On the website, users can browse all movies currently showing in cinemas, view their details, and search for specific movies. In the admin section, administrators can add, remove, and edit movies.
angular asp-net-web-api csharp css html typescript
Last synced: 12 Apr 2026
https://github.com/kathleenwest/webapimemorycachedemo
This project presents a Visual Studio solution including a simple demo ASP.Net Web API Service Application and a “Tester” Client (Windows Form Application) that allows the user to test the Web API with CRUD operations (GET, POST, PUT, DELETE). In addition to demonstrating standard CRUD capabilities, the Web API service implements a .Net Memory Cache (MemoryCache). The client “tester” application also allows the user to verify that the memory cache is implemented correctly and expiring per the set policy. Discussion of the memory cache implementation may help the reader with tips to understand, correctly implement, and verify the cache is expiring. Lastly, the project is shown in the demo section with a video and screen captures.
asp-net asp-net-web-api aspnet-web-api cache-control controller csharp csharp-code dotnet memory-cache memorycache service service-client service-testing testing-service visual-studio web-api webapi webapi-sample webapiclient windows-form-application
Last synced: 10 May 2026
https://github.com/thehoneymad/owinforwardedheadermiddleware
The new RFC-7239 compatible Forwarded header middleware for Asp.net Web Api.
asp-net-web-api dotnet owin-middleware
Last synced: 29 Apr 2026
https://github.com/htomsik/client-server-net
AvaloniaUI [MVVM]+ ASP.Net [REST API]
api-rest asp-net asp-net-core asp-net-web-api avalonia-ui identity mvvm reactiveui web
Last synced: 15 Feb 2026
https://github.com/sibeeshvenu/webapi-help-page
The detailed article can be found here: https://sibeeshpassion.com/working-with-api-help-page-controller-action-description-in-web-api/
asp-net-mvc asp-net-web-api csharp web-api
Last synced: 20 Sep 2025
https://github.com/vany0114/migrate-asp.net-core-rc1-project-to-rc2
Shows some important changes respect to Asp.Net Core RC1 version with RC2
angular angularjs asp-net asp-net-core asp-net-mvc asp-net-web-api aspnet-core aspnet-web-api bower c-sharp entity-framework entity-framework-core facade-pattern grunt repository-pattern web-api
Last synced: 12 May 2026
https://github.com/rusiruchapana/blood-group-prediction
Creating a machine learning project to predict blood groups from fingerprint patterns
asp-net-web-api keras matplotlib numpy opencv-python pandas pillow scikit-learn tensorflow
Last synced: 11 Apr 2026
https://github.com/adityaoberai/productapi-techdome
Assignment: Create Product API with Tests
asp-net-web-api dotnet5 ef-core sql-server
Last synced: 04 Feb 2026
https://github.com/wrno/cassandra-nosql2023
Laboratorio 2 de Taller de Bases de Datos NoSQL 2023 utilizando Apache Cassandra
apache-cassandra asp-net asp-net-core asp-net-core-web-api asp-net-web-api c-sharp cassandra csharp docker net
Last synced: 04 Oct 2025
https://github.com/livealvi/web-series-web-api--asp.net
This Web API Project was developed with SOLID Architecture in ASP.NET Framework. As Database using AZURE SQL Server and .NET Framework version 4.8 as Backend.
asp-net asp-net-web-api automapper azure azure-sql-database azure-sql-server dot-net-framework enityframework ms-sql ms-sql-server visual-studio web web-api-2 web-apis web-application web-developer web-development web-framework web-series webapplication
Last synced: 04 Feb 2026
https://github.com/zobaer53/khaoabekeajk
Simple website for ASP.NET Web application practice.
asp-net-core asp-net-mvc asp-net-web-api website
Last synced: 17 Jan 2026
https://github.com/mdreyadhossain/graspway-asp.net
a backend application of an web based online education platform - RESTful API
Last synced: 02 Apr 2025
https://github.com/mossykazemi/securityinaspnetcore
Used Security Methods for and Insecure Website in Asp.net core
asp-net-core asp-net-web-api authentication authorization cookie cors external-login identityserver4 jwt policy security token validation web-api
Last synced: 08 Feb 2026
https://github.com/aleksandromilenkov/cityinfoapi
ASP.NET Web API - Secured, Documented and much more
asp-net-core asp-net-web-api dependency-injection entity-framework-core json-web-token microsoft-sql-server postman swagger swashbuckle versioning
Last synced: 27 Mar 2026
https://github.com/sibeeshvenu/web-api-with-angular
The detailed article can be found here: https://sibeeshpassion.com/web-api-with-angular-js-3/
angular angularjs asp-net-web-api csharp webapi
Last synced: 29 Apr 2026
https://github.com/georgilambov/spa-with-angularjs
AngularJS SPA Practical Project of OnlineExchangeSystem.
angularjs asp-net-web-api javascript single-page-applications
Last synced: 29 Apr 2026
https://github.com/sibeeshvenu/deffered-grid-mvc-web-api-angularjs
The detailed article can be found here: https://sibeeshpassion.com/custom-deferred-grid-using-mvc-web-api-and-angular-js/
angularjs asp-net-mvc asp-net-web-api grid mvc
Last synced: 30 Apr 2026
https://github.com/sibeeshvenu/load-tags-from-db-using-angular-js-in-mvc
The detailed article can be found here: https://sibeeshpassion.com/tagit-control-with-data-from-database-using-angular-js-in-mvc-web-api/
angularjs asp-net-mvc asp-net-web-api csharp mvc tagit tags
Last synced: 07 May 2026
https://github.com/sidroopdaska/todo-ts-aspnetmvc
Todo SPA (using Asp.NET Core + React + Typescript)
asp-net-mvc asp-net-web-api aspnet-core react to-do-list typescript webpack3
Last synced: 06 Apr 2026
https://github.com/kengu/account-control
Proof-of-concept for webapp integration with Altinn.
Last synced: 13 Jun 2026
https://github.com/warrendodsworth/web-dotnet-angularjs-shell
Starter template for Angular with WebApi2 .Net C# with Entity Framework & Identity
asp-net-web-api identity-framework starter-template
Last synced: 02 Apr 2025
https://github.com/maqsoftware/logger
Logger library is a nuget package that simplifies application execution logging to a specified target location.
asp-net-web-api azure-table-storage event-log windows-eventlog
Last synced: 14 Jan 2026
https://github.com/elmahio/elmah.io.client.extensions.correlation
Extensions for Elmah.Io.Client that can attach correlation ID to log messages
asp-net asp-net-core asp-net-mvc asp-net-web-api correlation correlation-id crash-reporting crash-reporting-tool elmah elmah-io error-handling error-log error-monitoring error-reporting
Last synced: 01 Jun 2026
https://github.com/emrebaykusak/eshopmicroservices
ECommerce application built with microservice architecture using CQRS, MediatR, DDD, Vertical and Clean Architecture implementation, ASP.NET Web API, Docker, RabbitMQ, MassTransit, Yarp API Gateway, PostgreSQL, Redis, SQLite, SQL Server, Marten, Entity Framework Core with .NET 8 and C# 12
asp-net-core asp-net-web-api clean-architecture cqrs-pattern docker event-bus event-driven marten mediator-pattern microservices postgresql rabbitmq redis rest-api sql-server sqlite vertical-slice-architecture yarp-gateway
Last synced: 10 Apr 2026
https://github.com/mocanet/mocawebapi
Moca.NET ASP.NET WebAPI Library
asp-net asp-net-web-api dotnet moca nuget
Last synced: 30 Apr 2026
https://github.com/kathleenwest/studentwebapidemo
ASP.NET Web API Student Service CRUD Demo with XML Datastore & Client "Tester" Console Application
asp-net asp-net-web-api aspnet crud crud-api crud-application crud-operations crud-sample csharp csharp-code csharp-resources datastore httpclient web-api webapi webchannelfactory xml xml-schema xml-serialization xmlhttprequest
Last synced: 17 Mar 2025
https://github.com/maxkoshevoi/responseschemaheader
ASP.NET Core API middleware that allows client to specify what part of the response they need, and cuts out everything else before it's sent to the client.
asp-net-web-api graphql-rest middleware
Last synced: 09 May 2026
https://github.com/arenekosreal/e5renewer.net
Microsoft365 E5 Renew X alternative.
asp-net asp-net-core asp-net-web-api aspnet dotnet dotnet-core e5 microsoft microsoft-365 microsoft-365-free microsoft-azure msgraph msgraph-api msgraphapi renewal
Last synced: 31 Aug 2025
https://github.com/meet-aleksey/raptors-wing
ASP.NET (C#, .NET 4.6), EntityFramework 6, React, Material UI, Webpack
asp-net asp-net-web-api demo demo-apps react tsconfig typescript webpack webpack-config
Last synced: 08 Apr 2026
https://github.com/rcdmk/oldlot
Simple project structure in ASP.Net MVC with DDD architecture and EntityFramework CodeFirst
asp-net asp-net-mvc asp-net-web-api ddd-architecture ef-code-first entity-framework
Last synced: 25 Apr 2026
https://github.com/mvakili/study
Cross-platform login sample with Asp.net mvc web api and ionic
android asp-net-web-api entity-framework ionic3 node-js
Last synced: 10 May 2026
https://github.com/uzbekdev1/sp
Demo SP
angular1 asp-net-mvc asp-net-web-api bootstrap cors entity-framework
Last synced: 11 Apr 2026
https://github.com/kizukkk/olx-assistant-backend
A backend solution that improves OLX by enabling custom search criteria, relevant alerts, and a tailored notification experience.
asp-net-web-api assistant clean-architecture mssql-database
Last synced: 11 Apr 2026
https://github.com/adityaoberai/todoapi-techdome
Assignment: Todo API with JWT Token Authentication
asp-net-web-api dotnet5 ef-core inmemory-db
Last synced: 11 Nov 2025
https://github.com/shearichard/dotnet-imagemagick-sandbox
Investigating how ImageMagick works within the context of ASP.NET
asp-net asp-net-web-api imagemagick magick-net
Last synced: 09 Aug 2025
https://github.com/sifatsakib007/appointmentapi
asp-net-web-api ef-core mssql-database
Last synced: 13 May 2026
https://github.com/ahmetcansolak/power-bi-access-token-controller
.NET Web Api 2 Controller to generate AzureAD access token for Power BI integration
asp-net-web-api csharp power-bi
Last synced: 03 Jul 2025
https://github.com/jakeahumphreys/aspnetcarrental-webapi
An ASP.Net WebApi built as a counterpart application for the Car rental service.
asp-net-web-api entity-framework
Last synced: 06 Apr 2025
https://github.com/jakeahumphreys/fyp-aspnetwebapp
A worker tracking and safety application written in ASP.Net for my degree's final year project.
asp-net-mvc asp-net-web-api entity-framework googleapi gps
Last synced: 06 Apr 2025
https://github.com/sibeeshvenu/test-client-aspnet-webapi-
The detailed article can be found here: https://sibeeshpassion.com/working-with-test-client-in-asp-net-web-api-help-page/
asp-net-mvc asp-net-web-api csharp test testclient
Last synced: 13 Jul 2025