Topic: "asp-net-web-api"
PacktPublishing/ASP.NET-Core-3-and-Angular-9-Third-Edition
Sample code for the ASP.NET Core 3 and Angular 9 programming book
Language: JavaScript - Size: 5.17 MB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 132 - Forks: 84

omaxel/SimplePatch
A simple library for partial entity changes in ASP.NET and ASP.NET Core.
Language: C# - Size: 130 KB - Last synced at: 27 days ago - Pushed at: over 2 years ago - Stars: 55 - Forks: 15

foyzulkarim/bizbook-server
The repository of bizbook server web api project
Language: C# - Size: 643 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 48 - Forks: 27

VahidN/JwtWithWebAPI 📦
Creating a RESTful API with authentication using Web API 2.x and JSON Web Tokens
Language: JavaScript - Size: 515 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 43 - Forks: 18

elmahio/elmah.io
ELMAH error logger for sending errors to elmah.io.
Language: C# - Size: 1.62 MB - Last synced at: 5 days ago - Pushed at: 4 months ago - Stars: 40 - Forks: 4

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 2024.
Size: 36.1 KB - Last synced at: 20 days ago - Pushed at: over 1 year ago - Stars: 36 - Forks: 8

Magik3a/NG2-Admin-Asp-Core-Boilerplate
Multi API Admin panel developed on ASP.NET Boilerplate, Bootstrap 4, and Angular2 (typescript). For frond-end theme is used ng2 admin theme.
Language: JavaScript - Size: 12.8 MB - Last synced at: about 1 year ago - Pushed at: about 8 years ago - Stars: 34 - Forks: 16

adityaoberai/JWTAuthSample
ASP.NET Web API sample to showcase JWT Token Authentication in .NET 6
Language: C# - Size: 11.7 KB - Last synced at: 7 days ago - Pushed at: almost 2 years ago - Stars: 33 - Forks: 9

Amine-Smahi/PieShopCore
A simple pie shopping management system using ASP.NET CORE MVC application
Language: C# - Size: 1.45 MB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 32 - Forks: 10

coolrare/MVC5Course
【ASP.NET MVC 5 開發實戰:從入門到進階】實作練習專案
Language: JavaScript - Size: 1.07 MB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 23 - Forks: 172

bugthesystem/AspNetWebApi-OutputCache-Redis
Redis cache for AspNetWebApi-OutputCache
Language: C# - Size: 16.6 KB - Last synced at: 7 days ago - Pushed at: about 8 years ago - Stars: 22 - Forks: 11

undrivendev/template-webapi-aspnet
Template for ASP.NET WebApi based applications/microservices using CQRS, Mediator pattern, Clean Architecture
Language: C# - Size: 178 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 15 - Forks: 5

mesutozturk/EmlakProjesi
Emlak ilanları yayınlama ve yönetme sistemi
Language: CSS - Size: 7.14 MB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 12 - Forks: 8

Codit/lunchorder
Order lunch at your enterprise with ease
Language: C# - Size: 10.1 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 5

JianLoong/FIT5032-S2-2018
FIT5032 Semester 2 Year 2018 (Monash University)
Language: JavaScript - Size: 49.5 MB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 9 - Forks: 11

markhazleton/SampleMvcCRUD
An application to demonstrate multiple ways of implementing simple maintenance (CRUD) and user interface in ASP.Net using latest public versions.
Language: JavaScript - Size: 28.1 MB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 8 - Forks: 3

mykeels/GraphQLWebAPI
GraphQL Integration in ASP.NET Web API
Size: 800 KB - Last synced at: about 1 month ago - Pushed at: almost 8 years ago - Stars: 8 - Forks: 0

VanHakobyan/Sinusoidal_ImplementationWPF_ASP.NETwebAPI
:fax:Sinusoidal:fax: function Implementation in WPF using ASP.NET WEB API 2:fax:
Language: C# - Size: 28.3 KB - Last synced at: about 1 month ago - Pushed at: about 8 years ago - Stars: 8 - Forks: 0

securedevteam/Security-Doors
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.
Language: C# - Size: 46.6 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 6 - Forks: 1

mtai0524/wedding-management
Wedding Palace Management System - ASP .Net Core 6 - Web API - ReactJS
Language: C# - Size: 553 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 5 - Forks: 0

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.
Language: C# - Size: 23.7 MB - Last synced at: 17 days ago - Pushed at: 4 months ago - Stars: 4 - Forks: 0

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.
Language: JavaScript - Size: 79.5 MB - Last synced at: 23 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

kkbruce/WebAPIWithGZipDeflate
ASP.NET Web API 實作 GZip, Deflate 與測試程式
Language: C# - Size: 1.16 MB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 4 - Forks: 1

Magik3a/Multi-Language-API
:ab: API for consuming with all kinds of clients. There is a client who can be integrated in CMS System later.
Language: JavaScript - Size: 13.2 MB - Last synced at: about 1 year ago - Pushed at: about 8 years ago - Stars: 4 - Forks: 5

nkovacic/Sample-ASP.NET-project
Showcase ASP.NET project using Angular and Entity.Framework
Language: C# - Size: 303 KB - Last synced at: 28 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 111

jarekrzdbk/BankingApplication
sample solution
Language: C# - Size: 446 KB - Last synced at: 29 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 4

vejuhust/Hackathon-AI-Classroom
「创客真人秀——2017全球人工智能创客马拉松超级挑战赛」比赛项目网页监控部分的源代码
Language: JavaScript - Size: 21.4 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 2

milad176/ShopNetMicroservices-AspnetCore
Welcome to my Cross-platform .NET microservices online shop application! Built on the robust foundation of .NET 8, C# 12 and utilizing the power of Docker containers, my app exemplifies the convergence of modern technology and seamless user experience. Whether you're on Linux, Windows, or macOS, this app delivers a unified shopping experience.
Language: C# - Size: 126 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 1

elmahio/Elmah.Io.Client.Extensions.SourceCode
Extensions for Elmah.Io.Client that can attach source code to log messages.
Language: C# - Size: 79.1 KB - Last synced at: 5 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

rusiruchapana/Blood-group-prediction
Creating a machine learning project to predict blood groups from fingerprint patterns
Language: Python - Size: 201 MB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 1

aleksandromilenkov/CityInfoAPI
ASP.NET Web API - Secured, Documented and much more
Language: C# - Size: 12.3 MB - Last synced at: 2 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

Masoud-Talebi/Identity-Project
Identity in Asp.net With Customize Identity And Security And External Login
Language: C# - Size: 896 KB - Last synced at: 4 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

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.
Language: TypeScript - Size: 1.2 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

Masoud-Talebi/Kitchen
.Net Core Project : [C#][Clean Code][ JWT Authentication][Web Api][MVC][Http Client][Clean Architecture][SOLID][SqlServer][Postgresql][Redis]
Language: CSS - Size: 27.1 MB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

devkimchi/mood-driven-playlist
This is a sample app that catches moods and creates a playlist from Spotify based on the mood analysis
Language: PowerShell - Size: 178 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

DHTMLX/scheduler-howto-dotnet
Implementing backend for dhtmlxScheduler using ASP.NET WebAPI
Language: C# - Size: 23.4 KB - Last synced at: 7 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 5

kerminator-dev/Country-Info
ASP .NET Core 6 API and Client side
Language: C# - Size: 26.6 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

mistoriver/InterviewsApp
Interviews management app
Language: C# - Size: 2.36 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

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.
Language: JavaScript - Size: 69.6 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

JayantTripathy/CRUD-Operation-in-ASP.NET-Web-API
CRUD Operation in ASP.NET Web API with Entity Framework
Language: C# - Size: 14.6 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 1

yiyungent/remember 📦
一个在线学习系统,更是一个强大的CMS。v3: 正在转型为多人博客系统
Language: JavaScript - Size: 81 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

MikhailMasny/short-link-telegram-bot
A web-appilcation developed on the .NET 5.0. The main idea of the telegram bot is to show that creating bots is a very simple and at the same time useful solution for business and etc.
Language: C# - Size: 59.6 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 1

aashishGitHub/International-Cookies-WebApi
Web Api with decoupled layered architecture for shopping website
Language: JavaScript - Size: 33.3 MB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 0

MarcosCostaDev/ModernStore
Language: C# - Size: 1.64 MB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 2

thehoneymad/OwinForwardedHeaderMiddleware
The new RFC-7239 compatible Forwarded header middleware for Asp.net Web Api.
Language: C# - Size: 18.6 KB - Last synced at: 3 months ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 0

kkoziarski/NgWebApi
ASP.NET WebAPI application for Angular-Cli
Language: TypeScript - Size: 37.1 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 1

kkbruce/TimingTheMVCandAPIActions
介紹 stopWatch 在 ASP.NET MVC 與 ASP.NET Web API 的使用情境,並利用 ActionFilter 機制做成一個計時器屬性。
Language: C# - Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: about 9 years ago - Stars: 2 - Forks: 2

Htomsik/Client-Server-net
AvaloniaUI [MVVM]+ ASP.Net [REST API]
Language: C# - Size: 550 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

gtechsltn/Tips-Tricks
ASP.NET MVC + ASP.NET Core MVC + Blazor + JavaScript + SQL Server + PowerShell
Size: 4.88 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

mohammedfatoh/OnlineShoppingStore
E-Commerce website that allows People to do Online shopping
Language: C# - Size: 7.03 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

fokklz/295-ski-service-management
An ASP.NET Web API-based application for managing ski services, featuring a robust API and comprehensive models for service, order, and user management. Supports Docker for easy deployment
Language: C# - Size: 3.11 MB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

layanmoyura/Three-tier-web-api
REST api for Soft-Gallery-frontend-project
Language: C# - Size: 22.7 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

wrno/cassandra-nosql2023 📦
Laboratorio 2 de Taller de Bases de Datos NoSQL 2023 utilizando Apache Cassandra
Language: C# - Size: 78.4 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

firatlogoglu/MVC_BilgeHotel
Language: JavaScript - Size: 1.14 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

MdReyadHossain/Graspway-ASP.Net
a backend application of an web based online education platform - RESTful API
Language: C# - Size: 51.6 MB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

fcetinkaya/Asp.Net-Web-API-Token-Based-Authentication
Asp.Net Web API – Token Based Authentication
Language: C# - Size: 20.5 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

minhlong149/timetable-api
API quản lý thời khoá biểu sinh viên
Language: JavaScript - Size: 567 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

fcetinkaya/Asp.Net.MVC-with-Angular-7-Restraount-Tutorial
Angular 7 CRUD WebAPI Restaurant App
Language: JavaScript - Size: 93.9 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

jaymar921/SmartParkingSystem
University Project - EMBEDDED SYSTEM
Language: Python - Size: 2.63 MB - Last synced at: about 10 hours ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

semustafacevik/ProgrammingApp
This programming application was developed on ASP.NET WEB API.
Language: C# - Size: 33.2 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

zaraungphyo/University-Stationary-Control-System
Rest API and Web Application in C# ASP.Net MVC
Language: JavaScript - Size: 141 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

nisar-ahmad/disaster-mis
Disaster Trainings Information System
Language: JavaScript - Size: 7.39 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

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.
Language: C# - Size: 181 KB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 3

mohammedfatoh/CBT
The idea of the project is based on determining if the user suffers from this disease by adding pictures of some analyzes without the need to go to the doctor.
Language: C# - Size: 5.7 MB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

advasileva/CryptoNetwork
Mobile App for the Comet team project
Language: Kotlin - Size: 1.36 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

zobaer53/KhaoabeKeAjk
Simple website for ASP.NET Web application practice.
Language: HTML - Size: 2.14 MB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

bazile/RouteNavigator
GUI tool to inspect WebAPI routes from managed assembly
Language: C# - Size: 70.3 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

mossykazemi/SecurityInAspNetCore
Used Security Methods for and Insecure Website in Asp.net core
Language: HTML - Size: 5.63 MB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

echolumaque/SpotifyAPI
Spotify backend for Spotify and replication using Xamarin.Forms and ASP.Net
Language: C# - Size: 1.6 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

adityaoberai/ProductAPI-Techdome
Assignment: Create Product API with Tests
Language: C# - Size: 12.1 MB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 2

Mohammad-Nour-Rezek/FoodSilver
Restaurant Browse Application
Language: JavaScript - Size: 49.9 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

AnuradhaDev96/SphereWebApp
Back end application for procurement management system which was developed for Sphere Construction Company. Done for 3rd Year 2nd Semester Case Studies in Software Engineering group project. ASP.NET Web API was used for development of RESTful API. Used Azure cloud sql server for database management of the system.
Language: C# - Size: 11.5 MB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

smoukiDev/OracleMicrosoftInBundle
Language: JavaScript - Size: 585 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

fcetinkaya/Asp.Net-MVC-CRUD-with-Angular-7--2
Asp.Net MVC CRUD with Angular-7 (2)
Language: JavaScript - Size: 98.6 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

ashik-rahman/ASP.NET-WebAPI-as-Server-and-MVC-as-Client
A simple CRUD operation on a single Table using ASP.NET Web API as a server and ASP.NET MVC as a client
Language: JavaScript - Size: 49.4 MB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

ibrahimozgon/Centralized-OutputCache
Language: C# - Size: 41 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

SibeeshVenu/Web-Api-With-Angular
The detailed article can be found here: https://sibeeshpassion.com/web-api-with-angular-js-3/
Language: C# - Size: 9.9 MB - Last synced at: about 1 month ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

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/
Language: C# - Size: 9.62 MB - Last synced at: about 1 month ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

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/
Language: JavaScript - Size: 3.78 MB - Last synced at: about 1 month ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

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/
Language: CSS - Size: 7.5 MB - Last synced at: about 1 month ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

ayuscode/BasicScenario 📦
Basic booking system solution for test ASP .NET Web API, ASP .NET Identity, Owin, Autofac, AngularJS,...)
Language: JavaScript - Size: 1.85 MB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

vany0114/Migrate-ASP.NET-Core-RC1-Project-to-RC2
Shows some important changes respect to Asp.Net Core RC1 version with RC2
Language: HTML - Size: 665 KB - Last synced at: 3 months ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

GeorgiLambov/SPA-with-AngularJS
AngularJS SPA Practical Project of OnlineExchangeSystem.
Language: C# - Size: 4.24 MB - Last synced at: 2 months ago - Pushed at: almost 10 years ago - Stars: 1 - Forks: 1

vbmacieel/GamerTradeZone
Microservices project for buying and selling used games. It utilizes three core services for user authentication, game catalog management, and order processing with payments.
Language: C# - Size: 11.7 KB - Last synced at: 1 day ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

arenekosreal/E5Renewer.Net
Microsoft365 E5 Renew X alternative.
Language: C# - Size: 1.15 MB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Shahriar-Utchas/Job-Application-Tracker
ASP.NET Web Api Project
Language: C# - Size: 42.8 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

behdad088/EshopMicroservices
Language: C# - Size: 371 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

kizukkk/olx-assistant-backend
A backend solution that improves OLX by enabling custom search criteria, relevant alerts, and a tailored notification experience.
Language: C# - Size: 158 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

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
Language: C# - Size: 1.38 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

SifatSakib007/AppointmentAPI
Language: C# - Size: 63.5 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

elmahio/Elmah.Io.Client.Extensions.Correlation
Extensions for Elmah.Io.Client that can attach correlation ID to log messages
Language: C# - Size: 2.22 MB - Last synced at: 5 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

OlimovAmir/SaleOfProducts
Accounting for sales of products and warehouse
Language: C# - Size: 282 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 1

Roofikk/Ford.WebApi
Web API application for Ford Unity
Language: C# - Size: 517 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

AdrianFoxy/AudioBookPlatformProjectBackend
AudioBookPlatformProject Backend
Language: C# - Size: 15.1 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

nmdavi/CarForum
Car Forum API in ASP.NET WEB API with Fluent NHibernate, Fluent Validation, Autofac, OWIN, Swagger, xUnit, MOQ and SQL Server.
Language: C# - Size: 30.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

fokklz/165-ski-service-management-no-sql
A scalable backend system for ski service management utilizing NoSQL database architecture. Features include order and user management, service tracking, and state monitoring, with Docker support for easy deployment.
Language: C# - Size: 2.08 MB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

prakash-s-2210/calendar-appointment-app-dotnet
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.
Language: HTML - Size: 7.35 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mdbytes/VidlyVideo
An ASP.NET MVC applicaiton build with C# in Visual Studio 2019, Microsoft ASP.Net 2.2.2 and Entity Framework 6.2.0. Front end technologies include Bootsrap, JavaScript, and jQuery. Deployed using Microsoft Azure App Services.
Language: C# - Size: 123 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

jcsnjdev/chatgpt-asp-net-integration
Integrate ChatGPT easily into your ASP.NET 8 projects with this demo. Enjoy dynamic conversations in a simple setup.
Language: C# - Size: 0 Bytes - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Reema-Khaseeb/WebAPI-JWT-Authentication
Language: C# - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
