Category C#

Online Star Map

an image from my app

This is my most complete Full Stack project so far, and required applying knowledge and experience from many domains. I can outline them as follows: At heart this program was an exercise in data visualisation. It uses a custom made…

How to add RoleManager in Asp.Net 8.0

Previously I used something like the following: But with the release of Asp.Net 8.0 it is more like this: Obviously this only applies if you’re using the new API Identity framework.