No announcements
Found 4009277 threads
-
1 Votes
Multiple data contracts in WCF
What is throwing me here is when you talk about "properties" of your service.Answered | 4 Replies | 4314 Views | Created by jd_hancock - Thursday, January 13, 2011 10:06 PM | Last reply by Leonid Ganeline - Wednesday, January 19, 2011 9:24 PM -
2 Votes
right data type quote?
Columns that use the text data type have extra overhead because they are stored separately on text/image pages rather than on data pages.Answered | 4 Replies | 1392 Views | Created by maca128 - Friday, January 29, 2016 11:02 AM | Last reply by Naomi N - Thursday, February 11, 2016 6:02 PM -
1 Votes
WCF adding an extra quote
We tried several of the solutions you provided.Answered | 7 Replies | 1326 Views | Created by KevK84 - Tuesday, June 21, 2016 3:26 PM | Last reply by KevK84 - Wednesday, June 22, 2016 2:13 PM -
3 Votes
What is data contract (property class) and observable collection
In WCF[Windows Comunication Foundation] can be grouped in following three different contract types: ...Answered | 8 Replies | 5614 Views | Created by Miss. Meetu Choudhary - Saturday, June 27, 2009 11:07 AM | Last reply by Miss. Meetu Choudhary - Friday, July 3, 2009 11:40 AM -
6 Votes
Difference between Data Contract and Message Contract in WCF
Hi Jitendra, Please have a look at the following text to know why WCF supplies Message Contract.Answered | 7 Replies | 41000 Views | Created by JitenK - Monday, August 17, 2009 12:22 AM | Last reply by madhul - Sunday, December 29, 2013 12:21 AM -
0 Votes
Message Contract and Data Contract
WCF was designed from ground up to interoperate with other systems (.net and non-.net systems) You can customize the SOAP message header or body based on your communication ...Answered | 3 Replies | 3750 Views | Created by netpicker9 - Wednesday, June 10, 2009 2:13 AM | Last reply by Amit Sharma [MSFT] - Wednesday, June 10, 2009 4:55 AM -
3 Votes
can we use abstract class instead of interface with service contract in WCF
Please "Mark as Answer" if a post has answered your question or "Vote as Helpful" if it was helpful in some way.Answered | 6 Replies | 9117 Views | Created by Arvind Softedge - Monday, August 13, 2012 10:01 AM | Last reply by Mou_kolkata - Friday, April 4, 2014 3:07 PM -
0 Votes
WCF Contract naming
Hi, The best practice is to have your WCF contracts in separate assembly.Answered | 6 Replies | 6508 Views | Created by Novak Savic - Friday, April 2, 2010 3:52 PM | Last reply by Novak Savic - Saturday, May 8, 2010 2:20 PM -
1 Votes
WCF and stock quote services
Answered | 3 Replies | 1977 Views | Created by olbertja - Sunday, January 19, 2014 5:53 PM | Last reply by Just Karl - Wednesday, January 22, 2014 4:46 AM -
0 Votes
Fault Contract with a collection of type Data Contrac
Yes, probably a tool limitation so far as the WCF FaultContract mechanism fully support custom DataContract type.Answered | 3 Replies | 3233 Views | Created by CJM3407 - Wednesday, June 29, 2011 7:54 PM | Last reply by Steven Cheng - MSFT - Monday, July 4, 2011 7:01 AM -
2 Votes
The operation with action "CompositeOperation" took longer than the specified timeout "00:01:00" wcf-sql
Just for clarity, the only binding property that will have a bearing in your case is the SendTimeOut property - increasing just this is enough.Answered | 5 Replies | 2444 Views | Created by DineshNad - Thursday, April 7, 2016 5:34 AM | Last reply by Arindam Paul Roy - Thursday, April 7, 2016 7:21 AM -
3 Votes
Message contracts and data contracts
Hi, Typically when building Windows Communication Foundation (WCF) applications, developers pay close attention to the data structures and serialization ...Answered | 4 Replies | 3613 Views | Created by Rohan Fernando - Friday, September 11, 2009 10:06 AM | Last reply by Richard Blewett - Wednesday, September 16, 2009 10:57 AM -
0 Votes
To quote or not to quote, that is the confusion
String properties are not typically quote delimited, if we change that behaviour we would lose parity with other editors (eg, WPF) and the property grid ...Answered | 5 Replies | 6144 Views | Created by Robert Green - Friday, December 4, 2009 9:35 PM | Last reply by Robert Green - Monday, December 7, 2009 11:15 PM -
0 Votes
how to create a hierarchized WCF contract?
We can't able to mark interfaces as DataContracts at least till .NET 3.5 SP1 I don't know about future versions.Answered | 3 Replies | 3951 Views | Created by Gilles Noël - Thursday, February 25, 2010 12:48 PM | Last reply by After2050 - Saturday, February 27, 2010 6:12 AM -
0 Votes
Can we have the "Encoding" type as a property in Data Contract in WCF?
That way, you may need to refer to this: WCF Exception on Member of type “Type” I would like to introduce the ...Unanswered | 1 Replies | 626 Views | Created by Anonymous - Tuesday, August 11, 2020 11:22 AM | Last reply by Anonymous - Wednesday, August 12, 2020 5:25 AM -
0 Votes
ISerializable Support in Data Contracts
Hi Erik, As Kris suggested, you can consider building a custom DataContract Surrogate for your type.Answered | 3 Replies | 4295 Views | Created by erikj - Thursday, September 16, 2010 11:13 PM | Last reply by erikj - Tuesday, September 21, 2010 3:52 PM -
0 Votes
Generic service operations/data contracts in WCF
Hi, You can have a base datacontract like shown below.Answered | 1 Replies | 4074 Views | Created by Srinivas Akella - Wednesday, December 2, 2009 1:05 AM | Last reply by Haripraghash - Wednesday, December 2, 2009 1:37 AM -
1 Votes
Can we have the "Encoding" type as a property in Data Contract in WCF?
Don't try to serialize/deserialize Encoding.Unanswered | 1 Replies | 1215 Views | Created by gowthambe91 - Tuesday, August 11, 2020 11:29 AM | Last reply by Peng Ding - Wednesday, August 12, 2020 2:16 AM -
0 Votes
Question about Data Contracts
1 - Data contract is the contract between client and service.Answered | 1 Replies | 3564 Views | Created by albriktsw - Thursday, January 13, 2011 7:51 PM | Last reply by Yi-Lun Luo - Monday, January 17, 2011 1:52 AM -
1 Votes
When are data contract known types registered for deserialization?
ServiceHost has a Description property that can be used to access the ServiceDescription instance.Answered | 5 Replies | 2563 Views | Created by BBauer42 - Wednesday, February 13, 2013 2:15 AM | Last reply by VivekTechExpert - Thursday, February 14, 2013 9:21 AM - Items 1 to 20 of 4009277 Next ›
No announcements