Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi!
I have maybe stupid question?
I need to choose functionalities for project that is going to contain
web forms, .net core api and xamarin mobile app.

What I have tried:

For last project i made chat app with .net core web application and signalR,
so I am quite familliar with signalr and want to use it to make chat app in this new project.

I know every of these technologies is under Microsoft so it should be compatible but just wanted to make sure if everything will work together.
I
Thank you for your time!!
Posted
Updated 13-Apr-21 10:26am

1 solution

That's the nice part about SignalR. It's completely environment agnostic. It doesn't care what kind of application, web or not, you're writing. It's server is entirely separate from your application.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900