211 results for “topic:asp-net-web-api”
Sample code for the ASP.NET Core 3 and Angular 9 programming book
A simple library for partial entity changes in ASP.NET and ASP.NET Core.
🟣 ASP.NET Web API interview questions and answers to help you prepare for your next technical interview in 2026.
The repository of bizbook server web api project
Creating a RESTful API with authentication using Web API 2.x and JSON Web Tokens
ELMAH error logger for sending errors to elmah.io.
Multi API Admin panel developed on ASP.NET Boilerplate, Bootstrap 4, and Angular2 (typescript). For frond-end theme is used ng2 admin theme.
ASP.NET Web API sample to showcase JWT Token Authentication in .NET 6
A simple pie shopping management system using ASP.NET CORE MVC application
【ASP.NET MVC 5 開發實戰:從入門到進階】實作練習專案
Performance monitoring framework for Web Api and MVC applications without using windows performance counters. Built-in REST API and UI dashboard.
Redis cache for AspNetWebApi-OutputCache
Full ASP.NET MVC 5 and ASP.NET Web API application with DDD, Complex Domain with Bounded Contexts, Entity Framework, Dapper, AutoMapper and ASP.NET Identity.
Template for ASP.NET WebApi based applications/microservices using CQRS, Mediator pattern, Clean Architecture
Emlak ilanları yayınlama ve yönetme sistemi
Order lunch at your enterprise with ease
Improved UI for LanCache
FIT5032 Semester 2 Year 2018 (Monash University)
:fax:Sinusoidal:fax: function Implementation in WPF using ASP.NET WEB API 2:fax:
An application to demonstrate multiple ways of implementing simple maintenance (CRUD) and user interface in ASP.Net using latest public versions.
GraphQL Integration in ASP.NET Web API
Asp.Net Webapi + MVC + Entity Framework + Angular CLI
A set of applications and libraries developed on the .NET 5. The main task of which is to control and account for the passage of people or employees through door controllers by using cards.
Clean Architecture with CQRS Pattern .NET 10
:ab: API for consuming with all kinds of clients. There is a client who can be integrated in CMS System later.
ASP.NET MVC, ASP.NET Web API: CARLY - Car Rental application
Showcase ASP.NET project using Angular and Entity.Framework
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.
The Calendar Appointment App is a web application developed using React and ASP.Net Web API, which allows multiple users to create and manage their own events, similar to Google Calendar.
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.