No announcements
Found 689184 threads
-
1 Votes
Hosted Wcf Service with Callbacks
Can i add the SignalR dlls straight to WCF RIA Project ?Answered | 6 Replies | 2091 Views | Created by Greggomate - Monday, September 10, 2012 1:48 PM | Last reply by Colin Blair - Tuesday, August 20, 2013 6:07 PM -
0 Votes
WCF server callbacks in javascript
Forums Home > .NET Development > Windows Communication Foundation located here:Answered | 2 Replies | 10967 Views | Created by SV123 - Thursday, September 4, 2008 12:33 AM | Last reply by Shrikant Maske - Friday, October 31, 2008 12:49 PM -
1 Votes
WCF callback to AJAX?
Hi from what I read you cannot use a duplex channel an have call backs to ajax from wcf.Answered | 1 Replies | 565 Views | Created by David J Lester - Friday, April 8, 2016 7:29 PM | Last reply by DA924x - Saturday, April 9, 2016 7:19 AM -
0 Votes
WCF service in Webrole - callback from worker role to client
Better solution will be to use only web role to communicate with WinForms app throught WCF with callbacks.Answered | 1 Replies | 9608 Views | Created by Vijay-K - Wednesday, February 23, 2011 4:39 PM | Last reply by dropoutcoder - Wednesday, February 23, 2011 6:22 PM -
0 Votes
Help in WCF service client callback
Under the covers, the client keeps polling the server for callbacks, and when the server has information to send back, the response to the poll request will be used.Answered | 2 Replies | 3841 Views | Created by Kamran Shahid - Sunday, May 9, 2010 9:12 AM | Last reply by Carlos Figueira - Monday, May 10, 2010 4:39 AM -
0 Votes
WCF callback contract in config file?
And as for the callback contract.Answered | 1 Replies | 2426 Views | Created by Nayna - Tuesday, December 13, 2011 8:54 AM | Last reply by Can Bilgin - Tuesday, December 13, 2011 3:32 PM -
0 Votes
Generating proxy class for the Callback wcf service
Hi krishna for WCF callback, 1)you must defined an Iterface in the Service; 2)CLient must impletement the Interface itself, 3)Service owens a ...Answered | 2 Replies | 3833 Views | Created by akarshsujaykumar - Thursday, July 30, 2009 12:31 PM | Last reply by Frank Xu Lei - Tuesday, August 4, 2009 4:51 AM -
3 Votes
Invoking a callback method (WCF netTcp) inside a loop
But WCF services will provide me the scalability factor and the decoupled design.Answered | 5 Replies | 4038 Views | Created by Kangkan - Thursday, August 13, 2009 5:35 PM | Last reply by Kangkan - Thursday, August 20, 2009 5:06 PM -
0 Votes
WCF - solution architecture
Hi there, I am working on a project in which a WCF service will be consumed by iOS apps.Answered | 2 Replies | 2141 Views | Created by rjosephp - Thursday, February 9, 2012 4:27 PM | Last reply by rjosephp - Friday, February 10, 2012 1:43 AM -
1 Votes
How the callback works in the events?
Yes BMLayer event will keep track of the list of subscriptions.Answered | 1 Replies | 579 Views | Created by NANDAKUMAR T - Tuesday, January 13, 2015 3:11 PM | Last reply by Vineet Bharadwaj - Tuesday, January 13, 2015 3:38 PM -
3 Votes
Service-oriented Architectures with WCF
It seems like you are looking for Service Routing and Service Discovery, .NET 4.0 (WCF) has built in framework classes for these 2 features.Answered | 4 Replies | 4000 Views | Created by 88alhall - Monday, March 8, 2010 2:05 PM | Last reply by Sivakumar K - Tuesday, March 9, 2010 5:51 PM -
0 Votes
Service-oriented Architectures with WCF
Data Platform Development Forums > WCF Data Services (formerly known as ADO.NET Data Services) located ...Answered | 1 Replies | 7876 Views | Created by 88alhall - Monday, March 8, 2010 2:02 PM | Last reply by Shrikant Maske - Wednesday, April 14, 2010 12:27 PM -
0 Votes
Check availability of WCF Callback Service
Should the callback reference in teh client be static and check for null reference when client request is initially received.Answered | 3 Replies | 5278 Views | Created by Job Lot - Wednesday, July 14, 2010 4:49 PM | Last reply by Job Lot - Thursday, July 15, 2010 11:48 AM -
0 Votes
Questions about common patterns in WCF, in a layerd architecture
Building Service-Orientated ArchitectureAnswered | 7 Replies | 5337 Views | Created by thj - Wednesday, June 30, 2010 1:30 PM | Last reply by darnold92 - Monday, July 5, 2010 5:58 PM -
0 Votes
General wcf authentication architecture question
When you enable Asp.Net compat mode in WCF - you get access to HttpContext.Current.User and can check authentication status.Answered | 2 Replies | 3215 Views | Created by Scheinkultur - Tuesday, July 28, 2009 8:17 AM | Last reply by Dominick Baier - Thursday, July 30, 2009 10:19 AM -
0 Votes
WCF Event/callback architecture...
Remember that WCF calls should be of short duration.Answered | 9 Replies | 4886 Views | Created by mark n - Monday, June 21, 2010 9:44 AM | Last reply by Gerry Cox - Monday, June 21, 2010 4:35 PM -
0 Votes
WCF Callback Exception When Table is empty
Thanks Tsadok Blok, The question is - can I return a DataTable from a WCF service if the datable doesn't have a columns definition.Answered | 6 Replies | 4340 Views | Created by Elbino - Monday, November 15, 2010 4:05 PM | Last reply by Tsadok Blok - Wednesday, November 17, 2010 11:12 AM -
2 Votes
WCF or classical TCP/UDP client/server architecture
WCF makes it simple to write methods that are invoked by a client running in another process or on another computer.Answered | 2 Replies | 744 Views | Created by Noogatix - Wednesday, February 4, 2015 10:04 AM | Last reply by davidbaxterbrowne - Wednesday, February 4, 2015 11:35 AM -
0 Votes
WCF net.tcp callback issue
I have a WCF Service Lib hosted in windows service.Answered | 3 Replies | 5698 Views | Created by Elbino - Wednesday, November 3, 2010 10:45 PM | Last reply by Elbino - Monday, November 15, 2010 3:59 PM -
1 Votes
Callback question?
As you said, this will be too complex, considering that this is my first week at learning WCF - I should probably, get the basics first.Answered | 5 Replies | 1892 Views | Created by Jay6447 - Tuesday, August 21, 2012 10:55 AM | Last reply by Jay6447 - Wednesday, August 22, 2012 11:19 AM - Items 1 to 20 of 689184 Next ›
No announcements