This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I've created an application that will allow users to demo it.
When the user signs in as a demo, 5 demo contacts will be seeded into the DB. The application is set up so that the contacts will be displayed based on the Id (of type GUID) of the user that is currently logged in.
Example:
https://paste.mod.gg/gumexuselu.js
When creating the 5 seeded contacts, the value for the `BookUserId` equals all zeros, aka, `Guid.Empty`. I understand that I will need to manually set the Guid of the Demo User login but am unaware of the syntax to do so. I tried doing it with the userManager but could not find a method to do so in the IntelliSense.
Login.cshtml.cs:
Post Details
- Posted
- 3 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/csharp/comm...