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
E-Commerce real world example of run-aspnetcore ASP.NET Core web application. Implemented e-commerce domain with clean architecture for ASP.NET Core reference application, demonstrating a layered application architecture with DDD best practices. Download 100+ page eBook PDF from here ->
An Expense Tracker Web application build in ASP.NET 6 ( C# ) to track a record of My Expenses, Calculate them, What item I borrow or lended to someone.
API to work with Phone Book: GET, POST, PUT, DELETE operations and a Razor Client. Use of with IdentityServer 4 to authorise access to API and Client. XUnit test with In-Memory not shared database provided.