You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EStoreBackend is a scalable backend service for e-commerce, built with ASP.NET Core. It offers APIs for managing products, categories, orders, and user authentication with JWT. Features include role-based access control, email notifications, and file management. It ensures high performance with output caching and effective error handling.
A .NET 9 solution demonstrating various caching techniques in ASP.NET Core, including in-memory caching, distributed caching with Redis, and output caching. The project aims to improve application performance and scalability through effective caching strategies.