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
StudentEnrollment is a .NET 10 layered Web API for managing students, courses, and enrollments. It is built with ASP.NET Core Minimal APIs, Entity Framework Core, SQL Server, and ASP.NET Core Identity, following a clean and maintainable architecture with dependency injection, AutoMapper, and Swagger support.
ProductManagementApp is a .NET 10 layered product management application with CRUD operations, SQL Server integration, auditing, and a clean architecture designed for easy maintenance and future enhancements.