How do i add Identity endpoints?
I have been trying to add identity endpoints for past 3 hours 😄 someone help
im using .net 8, i can search for lot of stuff for .net 8 preview but cant see if its included in .net 8
20 Replies
Unknown User•11mo ago
Message Not Public
Sign In & Join Server To View
To post C# code type the following:
```cs
// code here
```
Get an example by typing
$codegif
in chat
For longer snippets, use: https://paste.mod.gg/Unknown User•11mo ago
Message Not Public
Sign In & Join Server To View
@Duke
Would it make a difference? I am not quite sure Im learning lot of things at the same time so i dont know whats correct
Would it make a difference? I am not quite sure Im learning lot of things at the same time so i dont know whats correct
Here are startup startupextensions and program
Any ideas?
Unknown User•11mo ago
Message Not Public
Sign In & Join Server To View
GitHub
GitHub - microsoft/AspNetCore-React-WebApp: ASP.NET Core backend + ...
ASP.NET Core backend + React frontend + Entity Framework Core + automated testing - GitHub - microsoft/AspNetCore-React-WebApp: ASP.NET Core backend + React frontend + Entity Framework Core + autom...
And updated it to net 8
which is weird i know 😦
Unknown User•11mo ago
Message Not Public
Sign In & Join Server To View
Would you suggest any template that follows all the .net design patterns?
just a normal monolith app
Unknown User•11mo ago
Message Not Public
Sign In & Join Server To View
i use rider yeah
Unknown User•11mo ago
Message Not Public
Sign In & Join Server To View
And do you think its okay to copy my file structure there or should i also change it?
Unknown User•11mo ago
Message Not Public
Sign In & Join Server To View
you mean i can use same data proejct?
Unknown User•11mo ago
Message Not Public
Sign In & Join Server To View
There is a template for asp.net API and a react front fyi
Check
dotnet new list