Course details

Problem

I hope you might have got fed up of refreshing the whole page to get the updated data. i.e., sending a request to the server always to check updates by working on client - server request pattern by making ajax call. Right! Don't worry here you have the solution.

Solution

Here you will learn something interesting i.e., clients need not to do anything to get the update from the server just they need to be in connection with the server and server will push the updates to all the clients which are in connection. This is also called as push technology or reverse ajax. Best example of this is chat application.

Have you ever wondered how Google chat, Skype chat, Yahoo chat, Facebook chat, whatsApp chat, etc., work?

Yes, At the end of this course you will learn a new Asp .Net SignalR technology by creating a simple chat application and then slowly you will dive into the subject and understand the internals of Asp. Net SignalR by creating group chat, working on various events and broadcasting some messages to all web clients. Finally you will end up with an interesting web based real time game to demonstrate that SignalR is not all about chat application.

Add a new skill set to your profile today i.e., Asp. Net SignalR

  • Getting Started With SignalR
  • Basics Of SignalR
  • Creating Chat Application
  • Exploring The Class Hub And Group Chat
  • Broadcasting and Gaming

Here is a brief description of SignalR.

What is SignalR?

ASP .NET SignalR is a library for ASP .NET developers that simplifies the process of adding real-time web functionality to applications. Real-time web functionality is the ability to have server code push content to connected clients instantly as it becomes available, rather than having the server wait for a client to request new data.

SignalR can be used to add any sort of "real-time" web functionality to your ASP .NET application. While chat is often used as an example, you can do a whole lot more. Any time a user refreshes a web page to see new data, or the page implements long polling to retrieve new data, it is a candidate for using SignalR. Examples include dashboards and monitoring applications, collaborative applications (such as simultaneous editing of documents), job progress updates, and real-time forms.

SignalR also enables completely new types of web applications that require high frequency updates from the server, for example, real-time gaming.

SignalR provides a simple API for creating server-to-client remote procedure calls (RPC) that call JavaScript functions in client browsers (and other client platforms) from server-side .NET code. SignalR also includes API for connection management (for instance, connect and disconnect events), and grouping connections.

Updated on 19 June, 2015
Courses you can instantly connect with... Do an online course on Web Development starting now. See all courses

Rate this page