This project demonstrates how a Razor Pages frontend communicates with an ASP.NET Core Web API backend.
The focus is on backend structure, API design, and separation of concerns — not UI styling.
- ASP.NET Core
- Web API (REST)
- Razor Pages
- C#
- Entity Framework Core
- API-driven architecture
- Separation of concerns
- Backend-focused design
- Data flow between layers
- WebApplication1/ – Web API backend
- RazorTest/ – Razor Pages frontend
- Services/ – business logic
- Models/ – domain models
- Configuration/ – app configuration
Built as a technical demonstration project to explore how frontend and backend layers interact in a real-world .NET application.