Leaning the Razor ASP.NET framework as an introduction to a new framework.
Go to file
evan.steele 500de57ce5 readme added 2025-02-20 23:34:05 -08:00
.vscode initial commit 2025-02-20 23:31:25 -08:00
Pages initial commit 2025-02-20 23:31:25 -08:00
Properties initial commit 2025-02-20 23:31:25 -08:00
bin/Debug/net9.0 initial commit 2025-02-20 23:31:25 -08:00
obj initial commit 2025-02-20 23:31:25 -08:00
wwwroot initial commit 2025-02-20 23:31:25 -08:00
Program.cs initial commit 2025-02-20 23:31:25 -08:00
README.md readme added 2025-02-20 23:34:05 -08:00
RazorPages.csproj initial commit 2025-02-20 23:31:25 -08:00
RazorPages.sln initial commit 2025-02-20 23:31:25 -08:00
appsettings.Development.json initial commit 2025-02-20 23:31:25 -08:00
appsettings.json initial commit 2025-02-20 23:31:25 -08:00

README.md

A basic web app for Razor pages

Following the intro documentation here to build out a very simple ASP.NET web application as a way of learning some cool things about ASP.NET core.

  • Not sure what I wanna do with it yet but maybe some simple viewer for some data retrieved from a local Postgres DB or simple REST endpoint somewhere