No announcements
Found 2373791 threads
-
0 Votes
Implementing offlinemode - Caching database
It would take time for me to store the 15 tables or is there a way to copy across all the database in one go including these stored procedures which will sometimes need to be ...Answered | 3 Replies | 490 Views | Created by Void- - Tuesday, March 8, 2016 4:25 PM | Last reply by cheong00 - Friday, March 11, 2016 12:28 AM -
0 Votes
SignalR Client in WPF
Om PrakashAnswered | 5 Replies | 1119 Views | Created by Exotic_Om - Wednesday, June 1, 2016 10:33 AM | Last reply by Andy ONeill - Thursday, June 2, 2016 4:37 PM -
0 Votes
Implementing caching using Redis
For the rest, there is google: https://servicestack.net/redis http://www.codeproject.com/Articles/636730/Distributed-Caching-using-RedisAnswered | 1 Replies | 520 Views | Created by SAI KALYAN - Wednesday, March 9, 2016 6:39 PM | Last reply by Christopher84 - Wednesday, March 9, 2016 7:00 PM -
1 Votes
How to implement caching in C# Windows Application
Additional to webJose, System.Web.Caching.Cache Class is a collection, why not to implement your own cache struct by the basic collection class ...Answered | 6 Replies | 7345 Views | Created by Jaspreet Singh New - Thursday, July 28, 2011 3:23 PM | Last reply by Jie Bao - Friday, July 29, 2011 3:45 AM -
2 Votes
Implementation of Caching in WCF
it means that you cannot use output caching (use the response context cache) without aspnet compat mode enabled.Answered | 5 Replies | 7716 Views | Created by How Do I - Tuesday, June 16, 2009 4:00 PM | Last reply by Amit Sharma [MSFT] - Tuesday, June 16, 2009 6:52 PM -
2 Votes
SignalR sample
Here's one I wrote: https://github.com/masnider/SignalF/ based on https://www.asp.net/signalr/overview/getting-started/tutorial-high-frequency-realtime-with-signalrAnswered | 2 Replies | 979 Views | Created by jackhanbond - Wednesday, December 7, 2016 2:13 AM | Last reply by Matt Snider - Tuesday, January 10, 2017 6:46 PM -
0 Votes
distributed cache performance in a tiny implementation
When you turn on DC what is slow and how slow is slow?Answered | 1 Replies | 758 Views | Created by jdroger2 - Tuesday, June 21, 2016 12:21 AM | Last reply by Alex Brassington - Tuesday, June 21, 2016 8:04 AM -
0 Votes
Calling a SignalR Hub From Azure WebJobs
If you're using SignalR with a backplane (e.g.Answered | 2 Replies | 4384 Views | Created by TimJohnson1 - Monday, June 22, 2015 9:04 PM | Last reply by IanG - Tuesday, September 13, 2016 9:37 AM -
1 Votes
how to use signalr with asp.net webform not MVC
The only difference will be where we are mapping SignalR to ASP.NET pipeline.Answered | 2 Replies | 1887 Views | Created by ahmedemad - Saturday, August 29, 2015 1:03 AM | Last reply by Jaliya Udagedara - Monday, August 31, 2015 3:25 AM -
0 Votes
Mixed Authentication for SignalR
There is an authentication and authorization for SignalR hubs example available here: Authentication and Authorization for SignalR Hubs: ...Answered | 1 Replies | 1129 Views | Created by SymphonySummit - Friday, September 18, 2015 1:42 PM | Last reply by Magnus (MM8) - Saturday, September 19, 2015 10:25 AM -
0 Votes
How can I auto-scale unit count in Azure SignalR Service?
Cool, thanks Stafford For anyone interested, this is how I implemented auto-scaling using an azure powershell ...Answered | 6 Replies | 1643 Views | Created by Stafford Williams - Saturday, July 6, 2019 8:15 AM | Last reply by The Outfield (UK) - Monday, July 15, 2019 1:43 PM -
1 Votes
Azure SignalR Service - Globally Distributed Applications
Seems like this documentation is new (29/01/2019) and answers the ...Answered | 5 Replies | 623 Views | Created by Rudi Larno - Avantida - Friday, January 18, 2019 3:25 PM | Last reply by Bryan Trach - MSFT - Friday, February 8, 2019 4:18 AM -
0 Votes
How to implement the Caching,CDN functionality in windows azure Cloud Service?
As the sample in the link there is a music.aspx page for the service, so it is cached by cdn for this service.Answered | 3 Replies | 4416 Views | Created by PCSSCP - Friday, March 1, 2013 7:14 AM | Last reply by Qin Dian Tang - MSFT - Monday, March 4, 2013 6:53 AM -
0 Votes
How to send notifications to winform client using signalR
SignalR is a web-based technology.Answered | 1 Replies | 1420 Views | Created by Sandy Paul - Friday, May 15, 2015 3:42 PM | Last reply by CoolDadTx - Friday, May 15, 2015 4:37 PM -
0 Votes
How to implement a cache for SignalR?
Besides, you could check the code that explained how to retain connection and user information in a dictionary in this link.Answered | 1 Replies | 658 Views | Created by Anonymous - Wednesday, May 4, 2016 7:38 PM | Last reply by Anonymous - Thursday, May 5, 2016 2:36 AM -
0 Votes
API App - CORS problem with SignalR
How did you resolve this problem?Answered | 5 Replies | 3650 Views | Created by shacharle - Monday, August 24, 2015 1:59 PM | Last reply by ozkary - Tuesday, January 5, 2016 5:55 PM -
0 Votes
Websockets don't work when using SignalR 2.0.0 with Lightswitch 2013
What worries me is that my SignalR LS2013 VB implementation fails to even resolve/create the signalr/hubs folder according to fiddler.Answered | 4 Replies | 2946 Views | Created by Steve Kehoe - Friday, November 1, 2013 4:42 PM | Last reply by Mabz - Thursday, December 4, 2014 3:13 PM -
2 Votes
SignalR SSE blocked
We have an implementation of our software that uses SignalR, does anyone know what could block Server Sent Events from working?Answered | 2 Replies | 827 Views | Created by RabanserD - Tuesday, May 12, 2020 6:15 AM | Last reply by Guido Franzke - Tuesday, May 12, 2020 8:15 AM -
0 Votes
SignalR SelfHost: Issue on calling Signalr server from JavaScript Client
Looking into your code it seems that you are trying to solve SignalR related issue and not Media Services .Answered | 1 Replies | 7838 Views | Created by Emraan Siddiqui - Wednesday, July 31, 2013 9:35 AM | Last reply by George Trifonov - Thursday, August 1, 2013 6:23 PM -
0 Votes
SignalR performance counters stopped reporting
After a lot of trial and error I managed to get SignalR performance counters reported from my Windows Server 2012 R2 with IIS 8.5 - I installed the ...Answered | 1 Replies | 1554 Views | Created by jjggg - Friday, May 13, 2016 11:48 AM | Last reply by Anastasia Black - Friday, May 13, 2016 6:30 PM - Items 1 to 20 of 2373791 Next ›
No announcements