I want to create the chat application for this I have to connect the signalR with angular for making connections I know angular but I don't know the dot net core .
I have created the new project asp dot net core in VS code and also created the new angular application in VS code
My requirement is how to write the code and run the code to create the chat application using angular and dot net code with signalR
can anyone help me on this
Refer to the link below. The detailed code for both the client(Angular) and server(Asp net Core) is there.
Don't forget to upvote and mark this answer as correct if it helps