Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
https://github.com/kathleenwest/webapimemorycachedemo
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: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/kathleenwest/webapimemorycachedemo
- Owner: kathleenwest
- Created: 2019-12-31T17:25:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:28:26.000Z (about 2 years ago)
- Last Synced: 2023-03-06T06:07:55.689Z (almost 2 years ago)
- Topics: 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
- Language: JavaScript
- Homepage: https://portfolio.katiegirl.net/2020/01/09/asp-net-web-api-memory-cache-service-application-client-tester-crud-get-post-put-delete-windows-form-application/
- Size: 69.6 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebAPIMemoryCacheDemo
ASP.Net Web API Memory Cache Service Application + Client Tester CRUD (Get, Post, Put, Delete) Windows Form ApplicationProject Blog Article: https://portfolio.katiegirl.net/2020/01/09/asp-net-web-api-memory-cache-service-application-client-tester-crud-get-post-put-delete-windows-form-application/
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.