Skip to content

Technical demo showing how Razor Pages consume an ASP.NET Core Web API.

Notifications You must be signed in to change notification settings

Graniten40/WebApi-Test-Razor

Repository files navigation

ASP.NET Core Web API + Razor Pages

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.


🔧 Tech Stack

  • ASP.NET Core
  • Web API (REST)
  • Razor Pages
  • C#
  • Entity Framework Core

🧠 Key Concepts

  • API-driven architecture
  • Separation of concerns
  • Backend-focused design
  • Data flow between layers

🗂️ Project Structure

  • WebApplication1/ – Web API backend
  • RazorTest/ – Razor Pages frontend
  • Services/ – business logic
  • Models/ – domain models
  • Configuration/ – app configuration

🎯 Purpose

Built as a technical demonstration project to explore how frontend and backend layers interact in a real-world .NET application.

About

Technical demo showing how Razor Pages consume an ASP.NET Core Web API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published