A simple project & task management web application built with ASP.NET Core Razor Pages and Entity Framework Core. This project represents my learning journey into building real-world, role-based ...
<div class="row mb-3"> <label class="col-sm-4 col-form-label">Name</label> <div class="col-sm-8"> <input asp-for="ProductDto.Name" class="form-control" /> <span asp ...
Microsoft’s Active Server Pages have been around a long time; launching back in the early days of the web. Since then they’ve been through several iterations and frameworks, driving the development of ...