Display Project Attribute (C#)

TL;DR AI
2 min readKey summary
A C# article shows how to store assembly metadata in a .csproj file and reuse it across apps.
It adds Product, Description, Company, and Copyright values to the project file.
A shared class library reads those values and displays them in ASP.NET Core Razor Pages and a Spectre.Console table.
The approach centralizes app metadata so it can be reused at runtime without hardcoding it in source code.

