How to install SignalR in MVC
In this tutorial, we will learn how to install SignarR in your MVC solution.
We will create MVC project first. If you are new and dont know about how to create MVC solution, then please read below tutorial:
How to create MVC project in visual studio
Now we will open the solution, then follow below process:
1) Click on Tools
2) Select NuGet Package Manager
3) Select Manage NuGet Packages for solution
Click on OK, then click on I Accept.
Congrats! SignalR has been installed successfully.
We will create MVC project first. If you are new and dont know about how to create MVC solution, then please read below tutorial:
How to create MVC project in visual studio
Now we will open the solution, then follow below process:
1) Click on Tools
2) Select NuGet Package Manager
3) Select Manage NuGet Packages for solution
Click on OK, then click on I Accept.
Congrats! SignalR has been installed successfully.
Comments
Post a Comment