<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.microsoft.co.il/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Ran Wahle&amp;#39;s blog</title><link>http://blogs.microsoft.co.il/blogs/ranw/</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Demos and Slide deck from Sela Open house</title><link>http://blogs.microsoft.co.il/blogs/ranw/archive/2013/07/29/demos-and-slide-deck-from-sela-open-house.aspx</link><pubDate>Mon, 29 Jul 2013 14:54:20 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:2329860</guid><dc:creator>Ran Wahle</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.microsoft.co.il/blogs/ranw/rsscomments.aspx?PostID=2329860</wfw:commentRss><comments>http://blogs.microsoft.co.il/blogs/ranw/archive/2013/07/29/demos-and-slide-deck-from-sela-open-house.aspx#comments</comments><description>Today We held an open house at Sela when I presented SignalR &amp;#160; I want to thank all attendees who participate in that session. &amp;#160; You can download the demo code presented in that session here &amp;#160; You can watch the slide deck here below. &amp;#160; Realtime web open house from ranwahle...(&lt;a href="http://blogs.microsoft.co.il/blogs/ranw/archive/2013/07/29/demos-and-slide-deck-from-sela-open-house.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=2329860" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/Javascript/default.aspx">Javascript</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/DEV/default.aspx">DEV</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/ASP.Net/default.aspx">ASP.Net</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/SignalR/default.aspx">SignalR</category></item><item><title>signalR 2.0 took my MapHubs away</title><link>http://blogs.microsoft.co.il/blogs/ranw/archive/2013/07/25/signalr-2-0-has-put-my-maphubs-away.aspx</link><pubDate>Thu, 25 Jul 2013 07:47:00 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:2295624</guid><dc:creator>Ran Wahle</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.microsoft.co.il/blogs/ranw/rsscomments.aspx?PostID=2295624</wfw:commentRss><comments>http://blogs.microsoft.co.il/blogs/ranw/archive/2013/07/25/signalr-2-0-has-put-my-maphubs-away.aspx#comments</comments><description>Those of you who have used signalR from it’s first version and hosted it on web application, probably know that they have to call the MapHubs extension method of RouteCollection, as shown here: protected void Application_Start( object sender, EventArgs e) { RouteTable.Routes.MapHubs(); } Those of you who has started trying out signalR version 2.0 must have noticed that the extension method has gone. Instead you have to do the following: &amp;#160; 1. Create a class named &amp;lt;Hubs assembly name&amp;gt;. Startup...(&lt;a href="http://blogs.microsoft.co.il/blogs/ranw/archive/2013/07/25/signalr-2-0-has-put-my-maphubs-away.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=2295624" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/DEV/default.aspx">DEV</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/SignalR/default.aspx">SignalR</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/Version+2.0/default.aspx">Version 2.0</category></item><item><title>Readme file error on SignalR SelfHost package</title><link>http://blogs.microsoft.co.il/blogs/ranw/archive/2013/07/25/readme-file-error-on-signalr-selfhost-package.aspx</link><pubDate>Thu, 25 Jul 2013 07:36:50 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:2303320</guid><dc:creator>Ran Wahle</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.microsoft.co.il/blogs/ranw/rsscomments.aspx?PostID=2303320</wfw:commentRss><comments>http://blogs.microsoft.co.il/blogs/ranw/archive/2013/07/25/readme-file-error-on-signalr-selfhost-package.aspx#comments</comments><description>When installing Microsoft. SignalR .SelfHost package , there was, as in any SignalR nuget package a readme file opened. However, this time there’s an error in the file that caused me an hour of head-scratching. &amp;#160; The readme suggested you call the self-hosted web application as the following: (Copied from the readme file) &amp;#160; using System; using Microsoft.Owin.Hosting; namespace MyWebApplication { public class Program { static void Main( string [] args) { using (WebApplication.Start&amp;lt;Startup&amp;gt;...(&lt;a href="http://blogs.microsoft.co.il/blogs/ranw/archive/2013/07/25/readme-file-error-on-signalr-selfhost-package.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=2303320" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/DEV/default.aspx">DEV</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/SignalR/default.aspx">SignalR</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/Self+Host/default.aspx">Self Host</category></item><item><title>My session at the first Front-End.il meetup, slide deck and demos</title><link>http://blogs.microsoft.co.il/blogs/ranw/archive/2013/07/16/my-session-at-the-first-front-end-il-meetup-slide-deck-and-demos.aspx</link><pubDate>Tue, 16 Jul 2013 07:50:11 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:2263973</guid><dc:creator>Ran Wahle</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.microsoft.co.il/blogs/ranw/rsscomments.aspx?PostID=2263973</wfw:commentRss><comments>http://blogs.microsoft.co.il/blogs/ranw/archive/2013/07/16/my-session-at-the-first-front-end-il-meetup-slide-deck-and-demos.aspx#comments</comments><description>Yesterday, I’ve had the honor of giving the second session at the first Front-End.il meetup session. My session was after Gil Fink ’s who talked about javascript object patterns. In the session, I introduced breezeJs library and showed its core features of managing data. You can download my session’s slide deck and demos here . I wish to thank Gil for organizing this new group. I hope this community will become wider. Later this month, (July 29th) I will be speaking at Sela ’s open house about signalR...(&lt;a href="http://blogs.microsoft.co.il/blogs/ranw/archive/2013/07/16/my-session-at-the-first-front-end-il-meetup-slide-deck-and-demos.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=2263973" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/DEV/default.aspx">DEV</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/breezeJs/default.aspx">breezeJs</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/Front-End.il/default.aspx">Front-End.il</category></item><item><title>Demo code and Slide decks from my signalR session</title><link>http://blogs.microsoft.co.il/blogs/ranw/archive/2013/05/07/demo-code-and-slide-decks-from-my-signalr-session.aspx</link><pubDate>Tue, 07 May 2013 19:21:00 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:2006284</guid><dc:creator>Ran Wahle</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.microsoft.co.il/blogs/ranw/rsscomments.aspx?PostID=2006284</wfw:commentRss><comments>http://blogs.microsoft.co.il/blogs/ranw/archive/2013/05/07/demo-code-and-slide-decks-from-my-signalr-session.aspx#comments</comments><description>Today I gave my session about signalR at Sela Developer Practice . It went great and I wish to thank all attendees.&amp;#160; Furthermore,I wish to thank everyone who helped me through the day with my ill baby who I had to bring to the conference. Here are the demos, including some additional demos we didn’t go through. Here, you can see the slides from today’s presentation...(&lt;a href="http://blogs.microsoft.co.il/blogs/ranw/archive/2013/05/07/demo-code-and-slide-decks-from-my-signalr-session.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=2006284" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/DEV/default.aspx">DEV</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/ASP.Net/default.aspx">ASP.Net</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/Sela/default.aspx">Sela</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/SDP/default.aspx">SDP</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/SignalR/default.aspx">SignalR</category></item><item><title>Real-time web experience with signalR Slides and demos</title><link>http://blogs.microsoft.co.il/blogs/ranw/archive/2013/03/20/real-time-web-experience-with-signalr-slides-and-demos.aspx</link><pubDate>Wed, 20 Mar 2013 10:26:00 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:1814049</guid><dc:creator>Ran Wahle</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.microsoft.co.il/blogs/ranw/rsscomments.aspx?PostID=1814049</wfw:commentRss><comments>http://blogs.microsoft.co.il/blogs/ranw/archive/2013/03/20/real-time-web-experience-with-signalr-slides-and-demos.aspx#comments</comments><description>Yesterday, I had a great time speaking about signalR in front of WDCIL audience. We had some problems at the beginning when we couldn’t duplicate my screen display. Fortunately Yaniv Rodensky came to the rescue with his own laptop,and surprisingly all demos worked well. I want to thank all attendees who came to hear me speak. &amp;#160; Below, you can see the slides from my presentation, and download demos Here . &amp;#160; Realtime web experience with signalR from ranwahle...(&lt;a href="http://blogs.microsoft.co.il/blogs/ranw/archive/2013/03/20/real-time-web-experience-with-signalr-slides-and-demos.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=1814049" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/DEV/default.aspx">DEV</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/ASP.Net/default.aspx">ASP.Net</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/SignalR/default.aspx">SignalR</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/Presentation/default.aspx">Presentation</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/WDCIL/default.aspx">WDCIL</category></item><item><title>Logging with SignalR</title><link>http://blogs.microsoft.co.il/blogs/ranw/archive/2013/02/26/logging-with-signalr.aspx</link><pubDate>Tue, 26 Feb 2013 11:14:00 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:1766659</guid><dc:creator>Ran Wahle</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.microsoft.co.il/blogs/ranw/rsscomments.aspx?PostID=1766659</wfw:commentRss><comments>http://blogs.microsoft.co.il/blogs/ranw/archive/2013/02/26/logging-with-signalr.aspx#comments</comments><description>Logging with SignalR Debugging your signalR application on both client and server can consume time. To save time we might go to Fiddler ,&amp;#160; or use the Network tab on our browser’s developer tools. signalR offers simple logging mechanism for javascript clients. in this post I’ll briefly show how to enable this log, what it writes when enable, and how to add some custom log records. &amp;#160; Enable logging To enable logging you simply need to add the following $.connection.hub.logging = true ; After...(&lt;a href="http://blogs.microsoft.co.il/blogs/ranw/archive/2013/02/26/logging-with-signalr.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=1766659" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/DEV/default.aspx">DEV</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/ASP.Net/default.aspx">ASP.Net</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/SignalR/default.aspx">SignalR</category></item><item><title>First signalR eBook by Jose M. Aguilar</title><link>http://blogs.microsoft.co.il/blogs/ranw/archive/2013/02/19/first-signalr-ebook-by-jose-m-aguilar.aspx</link><pubDate>Tue, 19 Feb 2013 07:24:51 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:1754202</guid><dc:creator>Ran Wahle</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.microsoft.co.il/blogs/ranw/rsscomments.aspx?PostID=1754202</wfw:commentRss><comments>http://blogs.microsoft.co.il/blogs/ranw/archive/2013/02/19/first-signalr-ebook-by-jose-m-aguilar.aspx#comments</comments><description>First signalR eBook was published yesterday. The book was authored by Jose M. Aguilar, Microsoft ASP.NET MVP. &amp;#160; The book is free of charge along with code samples. &amp;#160; Click here to download....(&lt;a href="http://blogs.microsoft.co.il/blogs/ranw/archive/2013/02/19/first-signalr-ebook-by-jose-m-aguilar.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=1754202" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/DEV/default.aspx">DEV</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/ASP.Net/default.aspx">ASP.Net</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/SignalR/default.aspx">SignalR</category></item><item><title>SignalR Protocol</title><link>http://blogs.microsoft.co.il/blogs/ranw/archive/2013/02/17/signalr-protocol.aspx</link><pubDate>Sun, 17 Feb 2013 20:24:00 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:1746211</guid><dc:creator>Ran Wahle</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.microsoft.co.il/blogs/ranw/rsscomments.aspx?PostID=1746211</wfw:commentRss><comments>http://blogs.microsoft.co.il/blogs/ranw/archive/2013/02/17/signalr-protocol.aspx#comments</comments><description>SignalR Protocol &amp;#160; After showing how to get started with SignalR , how to use it with .Net client and how to self host it, I wish to show what SignalR does on the network level. In this post I will review the protocol SignalR implements and see what data is sent at the various stages. &amp;#160; Negotiation phase: One of SignalR best qualities is its ability to support various communication techniques without its API user have to change his/her code. Therefore both client and server needs to “negotiate...(&lt;a href="http://blogs.microsoft.co.il/blogs/ranw/archive/2013/02/17/signalr-protocol.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=1746211" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/DEV/default.aspx">DEV</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/ASP.Net/default.aspx">ASP.Net</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/SignalR/default.aspx">SignalR</category></item><item><title>About embedded &amp; external resource files</title><link>http://blogs.microsoft.co.il/blogs/ranw/archive/2013/02/05/about-embedded-amp-external-resource-files.aspx</link><pubDate>Tue, 05 Feb 2013 14:13:00 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:1732738</guid><dc:creator>Ran Wahle</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.microsoft.co.il/blogs/ranw/rsscomments.aspx?PostID=1732738</wfw:commentRss><comments>http://blogs.microsoft.co.il/blogs/ranw/archive/2013/02/05/about-embedded-amp-external-resource-files.aspx#comments</comments><description>About embedded &amp;amp; external resource files Recently I was asked by a colleague of mine to help him with a problem. He had tried numerous times to work with resource files on a web project and got many errors until he had moved the files build action from content to embedded resource. &amp;#160; What’s the difference? Embedded resources are files that are put inside the compiled assembly when compiling it. However, when a resource file build action is content , only the .designer.cs file that comes...(&lt;a href="http://blogs.microsoft.co.il/blogs/ranw/archive/2013/02/05/about-embedded-amp-external-resource-files.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=1732738" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/DEV/default.aspx">DEV</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/ASP.Net/default.aspx">ASP.Net</category></item><item><title>Self Hosting SignalR</title><link>http://blogs.microsoft.co.il/blogs/ranw/archive/2013/01/20/self-hosting-signalr.aspx</link><pubDate>Sun, 20 Jan 2013 10:58:00 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:1676714</guid><dc:creator>Ran Wahle</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.microsoft.co.il/blogs/ranw/rsscomments.aspx?PostID=1676714</wfw:commentRss><comments>http://blogs.microsoft.co.il/blogs/ranw/archive/2013/01/20/self-hosting-signalr.aspx#comments</comments><description>Self Hosting SignalR SignalR , as shown in the earlier posts, can be hosted within a regular ASP.NET application (in other words, on IIS), but can also be self-hosted. You may want to do so if you don’t want the SignalR hosting machine to have IIS installed. In this post I’ll show a simple way of doing so with a console application. It won’t be much different with windows service and I’ll explain how to do it there as well. &amp;#160; Step 1: Install Nuget packages &amp;#160; There are two nuget packages...(&lt;a href="http://blogs.microsoft.co.il/blogs/ranw/archive/2013/01/20/self-hosting-signalr.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=1676714" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/DEV/default.aspx">DEV</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/ASP.Net/default.aspx">ASP.Net</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/SignalR/default.aspx">SignalR</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/Self+Host/default.aspx">Self Host</category></item><item><title>Sela Developer Practice</title><link>http://blogs.microsoft.co.il/blogs/ranw/archive/2013/01/14/sela-developer-practice.aspx</link><pubDate>Mon, 14 Jan 2013 15:03:02 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:1661717</guid><dc:creator>Ran Wahle</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.microsoft.co.il/blogs/ranw/rsscomments.aspx?PostID=1661717</wfw:commentRss><comments>http://blogs.microsoft.co.il/blogs/ranw/archive/2013/01/14/sela-developer-practice.aspx#comments</comments><description>&amp;#160; &amp;#160; Sela &amp;#160; SDP conference, the biggest one yet, will be held May 5-9, 2013. &amp;#160; This conference includes 5 conference days, 3 days of full tutorial workshops, and 2 days of breakout sessions. In this conference you’ll also have the chance to meet with some international experts You can check out our list of sessions and speakers . I will speak there about SignalR , new and exciting ASP.NET project I’ve recently posted about. Our last conference had a record in terms of attendance...(&lt;a href="http://blogs.microsoft.co.il/blogs/ranw/archive/2013/01/14/sela-developer-practice.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=1661717" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/DEV/default.aspx">DEV</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/Sela/default.aspx">Sela</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/SDP/default.aspx">SDP</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/SignalR/default.aspx">SignalR</category></item><item><title>Using SignalR with .Net client</title><link>http://blogs.microsoft.co.il/blogs/ranw/archive/2012/12/29/using-signalr-with-net-client.aspx</link><pubDate>Sat, 29 Dec 2012 18:15:00 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:1599808</guid><dc:creator>Ran Wahle</dc:creator><slash:comments>9</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.microsoft.co.il/blogs/ranw/rsscomments.aspx?PostID=1599808</wfw:commentRss><comments>http://blogs.microsoft.co.il/blogs/ranw/archive/2012/12/29/using-signalr-with-net-client.aspx#comments</comments><description>Using SignalR with .Net client &amp;#160; In my previous post I demonstrated how to use SignalR with javascript client. After this post, I got an email from my extremely talented colleague Bnaya Eshet &amp;#160; asking if there’s a way to to SignalR with .Net client. I said “yes” of course so now I want to demonstrate how to do it. The server side code is the same as in my previous post , this is just another client example. &amp;#160; Step 1: Create .Net client project: Add some .Net project, any project type...(&lt;a href="http://blogs.microsoft.co.il/blogs/ranw/archive/2012/12/29/using-signalr-with-net-client.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=1599808" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/DEV/default.aspx">DEV</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/ASP.Net/default.aspx">ASP.Net</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/SignalR/default.aspx">SignalR</category></item><item><title>Getting started with SignalR</title><link>http://blogs.microsoft.co.il/blogs/ranw/archive/2012/12/12/getting-started-with-signalr.aspx</link><pubDate>Wed, 12 Dec 2012 05:11:00 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:1535801</guid><dc:creator>Ran Wahle</dc:creator><slash:comments>7</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.microsoft.co.il/blogs/ranw/rsscomments.aspx?PostID=1535801</wfw:commentRss><comments>http://blogs.microsoft.co.il/blogs/ranw/archive/2012/12/12/getting-started-with-signalr.aspx#comments</comments><description>Recently I’ve begun testing ASP.NET.SignalR, an open source project that supports real-time web functionality in our application.SignalR logo

SignalR can be added to an existing ASP.NET application and help as easily gain real-time functionality 
in no-time. It can run with browsers that supports HTML5 WebSocket or long polling (IE 8).

 

SignalR has both server and client code, its client code is based on jQuery

In this post I’ll demonstrate how to work with SignalR along with a few basic terms related to it....(&lt;a href="http://blogs.microsoft.co.il/blogs/ranw/archive/2012/12/12/getting-started-with-signalr.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=1535801" width="1" height="1"&gt;</description><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/Javascript/default.aspx">Javascript</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/DEV/default.aspx">DEV</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/ASP.Net/default.aspx">ASP.Net</category><category domain="http://blogs.microsoft.co.il/blogs/ranw/archive/tags/SignalR/default.aspx">SignalR</category></item><item><title>ASP.NET MVC 4 practice lab files</title><link>http://blogs.microsoft.co.il/blogs/ranw/archive/2012/12/03/asp-net-mvc-4-practice-lab-files.aspx</link><pubDate>Mon, 03 Dec 2012 11:42:00 GMT</pubDate><guid isPermaLink="false">b5c4f5bc-c09b-4439-a595-91a98c1847df:1508853</guid><dc:creator>Ran Wahle</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.microsoft.co.il/blogs/ranw/rsscomments.aspx?PostID=1508853</wfw:commentRss><comments>http://blogs.microsoft.co.il/blogs/ranw/archive/2012/12/03/asp-net-mvc-4-practice-lab-files.aspx#comments</comments><description>ASP.NET MVC 4 Lab files &amp;#160; Sela Developers Practice is over. I’ve had a great time speaking about jQuery in a tutorial day about javascript with Gil Fink and Elad Katz , and on ASP.NET MVC 4 in a tutorial day again with Gil and Sebastian Pederiva , . &amp;#160; Demos from our MVC4 lecture can be found on Sebastian’s SkyDrive here , and some hands-on labs can be found on my SkyDrive here . I wish to thank all attendees and hope to see you all again on SDP13....(&lt;a href="http://blogs.microsoft.co.il/blogs/ranw/archive/2012/12/03/asp-net-mvc-4-practice-lab-files.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.microsoft.co.il/aggbug.aspx?PostID=1508853" width="1" height="1"&gt;</description></item></channel></rss>