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.
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.
One thing I would definitely do is prioritise SQL from the start. SQL is an essential tool in any web developers toolkit and touches upon almost everything you do in this area. Thus far I have dodged the problem by…
I cannot count the number of times on my journey that I have used a code snippet or a concept from someone’s blog to further a project, and I’m grateful for that. For my part, creating a decent and informative…
Prevention is better than cure they say. And when it comes to style guides, it is far easier to start a new project with a clearly defined style then it is to implement a style and and clean up your…
Following on from my abstract rumination on the limitations of AI here’s a Youtube video that visits the subject at a day-to-day level. I disagree with the conclusion of the video however: that AI will be turned into a tool…
It is our nature to make extraordinary things seem ordinary.
If you embed some audio on a website and do nothing else you will likely see a default that looks something like this: This is the default audio player and controller for your browser, it works well enough but it’s…
On the surface HTML Canvas does not offer many interesting looking tools to work with; boxes, circles, lines, sprites and gradients don’t promise very much. They may even seem painfully basic and even experts on the subject are not greatly…