No announcements
Found 3543694 threads
-
0 Votes
Call Signalr method when there is any change in database table
I want to call signalr methods when there is any change in db table.Unanswered | 1 Replies | 68 Views | Created by Anonymous - Thursday, November 17, 2016 10:03 AM | Last reply by Anonymous - Friday, November 18, 2016 9:02 AM -
0 Votes
Calling a SignalR Hub From Azure WebJobs
If you're using SignalR with a backplane (e.g.Answered | 2 Replies | 4377 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 | 1879 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
Any way to see when the index was changed in a table ?!
Hello, The standard trace logs some changes as well.Answered | 3 Replies | 1820 Views | Created by SqlCraze - Monday, October 22, 2012 6:35 PM | Last reply by Olaf Helper - Tuesday, October 23, 2012 5:12 AM -
0 Votes
Call Method on ListCollectionView Changing
"Why is the CollectionChanged not calling my method please?Answered | 10 Replies | 2055 Views | Created by Chris Molland - Monday, December 31, 2012 12:10 PM | Last reply by Chris Molland - Tuesday, January 8, 2013 10:20 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 | 7836 Views | Created by Emraan Siddiqui - Wednesday, July 31, 2013 9:35 AM | Last reply by George Trifonov - Thursday, August 1, 2013 6:23 PM -
1 Votes
Random MissingMethodException in AzureFunction when sending SignalR Messages
Final update : After noticing the 5.3.0 was loaded, I started from the beginning and reverted my changes.Answered | 7 Replies | 1166 Views | Created by fstlaurent - Wednesday, February 19, 2020 1:52 PM | Last reply by fstlaurent - Thursday, March 5, 2020 2:04 PM -
2 Votes
Change Order of Column In Database Tables
When I first started working with database designs, I wanted to rearrange the order of columns for purely cosmetic reasons.Answered | 10 Replies | 1291 Views | Created by skurra - Wednesday, July 22, 2015 12:30 PM | Last reply by J I M B O - Wednesday, July 22, 2015 3:53 PM -
0 Votes
Websockets don't work when using SignalR 2.0.0 with Lightswitch 2013
There are a few changes to OWIN.Answered | 4 Replies | 2944 Views | Created by Steve Kehoe - Friday, November 1, 2013 4:42 PM | Last reply by Mabz - Thursday, December 4, 2014 3:13 PM -
0 Votes
How to notify Entity Framework when any values changes in DataBase
Change notification from the Database isn't really supported in EF.Answered | 2 Replies | 9866 Views | Created by Bshree - Wednesday, April 24, 2013 7:00 AM | Last reply by RohitArora - Wednesday, April 24, 2013 11:59 AM -
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 | 969 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
How to change the table name in MSAccess database Programatically
....change table names while users are in & using the database?....Answered | 8 Replies | 3163 Views | Created by Naga Suresh AIMS360 - Wednesday, July 30, 2014 5:04 PM | Last reply by ryguy72 - Saturday, August 2, 2014 8:52 PM -
0 Votes
API App - CORS problem with SignalR
I removed the parameter from the request, and the response was 200 with a valid token for subsequent calls.Answered | 5 Replies | 3644 Views | Created by shacharle - Monday, August 24, 2015 1:59 PM | Last reply by ozkary - Tuesday, January 5, 2016 5:55 PM -
0 Votes
Change database table to temporary table
I think you should be aware of the consequenses when creating a global temp table.Answered | 11 Replies | 4012 Views | Created by Tal humy - Thursday, October 20, 2011 7:21 PM | Last reply by Steen Schlüter Persson - DK - Wednesday, October 26, 2011 10:25 AM -
0 Votes
Mixed Authentication for SignalR
But if you have any further questions related to SignalR, you should asked them atAnswered | 1 Replies | 1115 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
To decleare a table is a bad method?
I use it as a symptom when I have to repair crappy code.Answered | 7 Replies | 3220 Views | Created by Alex Q8 - Sunday, July 24, 2011 9:20 AM | Last reply by --CELKO-- - Sunday, July 24, 2011 10:29 PM -
1 Votes
change collation for each table in database
use INFORMATION_SCHEMA.COLUMNS table and look for columns with different collation. then generate code using below query SELECT 'ALTER TABLE ' + TABLE_NAME + ' ...Answered | 3 Replies | 1131 Views | Created by ymarkiv - Friday, February 7, 2014 12:05 PM | Last reply by Visakh16 - Friday, February 7, 2014 2:29 PM -
0 Votes
SignalR performance counters stopped reporting
You can start by collecting traces and see if there are any errors.Answered | 1 Replies | 1548 Views | Created by jjggg - Friday, May 13, 2016 11:48 AM | Last reply by Anastasia Black - Friday, May 13, 2016 6:30 PM -
1 Votes
how to change the special character when inserted in to database
Try calling a class/method that replaces your special characters before inserting into DB.Answered | 17 Replies | 5711 Views | Created by Mohammad Reza Sheikh - Tuesday, December 27, 2011 6:25 AM | Last reply by Erland Sommarskog - Tuesday, December 27, 2011 11:33 AM -
0 Votes
Database tables
Q & A in a public forum is a poor method of learning proper relational modeling techniques.Answered | 3 Replies | 862 Views | Created by Albeart Leaon - Monday, July 28, 2014 10:17 PM | Last reply by scott_morris-ga - Tuesday, July 29, 2014 2:58 PM - Items 1 to 20 of 3543694 Next ›
No announcements