
Handling new user registration with Auth0 and ASP.NET Core 3
When creating a new site that will have users logging into it, you’ll invariably have to choose an identity provider to use. You can use
When creating a new site that will have users logging into it, you’ll invariably have to choose an identity provider to use. You can use
Setting up a new website on a new server or with a different hosting provider while the existing website is still live presents some challenges.
Every time I start a new ASP.NET project, I forget the function required to ensure that all links generated out of ASP.NET are lowercase. So
Using Redis cache in Windows Azure to save session state for an ASP.NET Core web app is quick and easy to configure. Create your Redis
An application I’m working on requires a facebook style status system and I thought it would be good to include the “posted x minutes ago”
The function returns a paragraph tag with a link for each tag. Each link has a specific class attribute set depending on the weighting given
You may find yourself wanting to show and hide a section of your page from a button or a link. This is very easy with