No announcements
Found 2814995 threads
-
0 Votes
Regarding IDIsposable implementation in Service contract implementation class
//[OperationContract]//void Dispose(); } and i am providing the implementation in other classAnswered | 7 Replies | 534 Views | Created by La07K - Tuesday, December 12, 2017 9:04 AM | Last reply by Edward8520 - Wednesday, December 13, 2017 6:09 AM -
0 Votes
Bad implementation of IDisposable?
As Tom pointed out, if you're calling Dispose on the form then the override of Finalize won't actually run because a base class' implementation of Dispose would have called ...Answered | 4 Replies | 2898 Views | Created by Cepeleon - Tuesday, October 20, 2009 10:35 AM | Last reply by dekurver - Wednesday, October 21, 2009 11:15 AM -
0 Votes
ClientBase IDisposable implementation warning help?
VB.NET (3.5) I have a class inheriting System.ServiceModel.ClientBase(Of T). The class implements IDisposable. Everything works fine, but I ...Answered | 1 Replies | 3909 Views | Created by sac_malcolm - Monday, February 14, 2011 5:32 PM | Last reply by Reed Copsey, Jr - Monday, February 14, 2011 6:00 PM -
0 Votes
Web Service contract without implementation specific information
binding and the web service address. How to achieve generating a web service contract without such implementation specific ...Answered | 1 Replies | 3078 Views | Created by Łukasz Głaz - Tuesday, March 2, 2010 10:22 AM | Last reply by Mog Liang - Thursday, March 4, 2010 6:29 AM -
0 Votes
Implementing IDisposable in Service Contract
If I implement the IDisposable interface on my service contracts do I need to provide a method the calling client can invoke to dispose of a service proxy once they are ...Answered | 1 Replies | 5102 Views | Created by JohnC_ - Friday, November 16, 2007 5:17 PM | Last reply by Christian Weyer - Friday, November 16, 2007 5:25 PM -
0 Votes
Exception Handling in WCF service contract implementation class
Hi , I have a wcf service contract containing aroud 100 ...Answered | 2 Replies | 320 Views | Created by La07K - Tuesday, July 17, 2018 1:34 PM | Last reply by La07K - Thursday, July 19, 2018 1:41 PM -
5 Votes
The doubts on IDisposable implementation
1) StreamWriter is managed. 2) You do not need to implement the finalizer in your class. As a matter of fact it would be better if you didn't. Finalizers are for ...Discussion | 4 Replies | 1960 Views | Created by Hariprasadbrk - Thursday, August 9, 2012 9:33 AM | Last reply by Hariprasadbrk - Thursday, September 20, 2012 9:11 AM -
0 Votes
No interface in Service Contract implementation?
I'm interested to know why Silverlight wcf services are not implemented via an interface like previous versions. Just curious. ...Answered | 1 Replies | 2044 Views | Created by Sam2 - Sunday, April 18, 2010 12:19 PM | Last reply by Amyo Kabir - Monday, April 19, 2010 5:00 AM -
0 Votes
Destructor or IDisposable implementation? or both?
Argh a lot of thanks, i was looking for "destructor idisposable" and find ways to use it, but not how to integrate both. Thanks for the ...Answered | 2 Replies | 3746 Views | Created by vtortola - Sunday, September 17, 2006 10:51 PM | Last reply by vtortola - Monday, September 18, 2006 4:19 PM -
0 Votes
Questions Regarding Service logic Orchestration Implementation
Hi, I came to know in the CSF 3.0 BizTalk Server implementation has been made optional, in that case, is CSF provides any generic frame to implement ...Answered | 2 Replies | 5913 Views | Created by SaravanaKumar_1977 - Thursday, October 19, 2006 8:21 PM | Last reply by SaravanaKumar_1977 - Monday, October 23, 2006 6:04 PM -
0 Votes
Class Implementation
with Properties, Constructors and Instant Methods in your Vector class. For them you can use Regions.Answered | 7 Replies | 4019 Views | Created by Joan Venge - Monday, October 8, 2007 10:21 PM | Last reply by Joan Venge - Wednesday, October 10, 2007 6:14 PM -
0 Votes
Service Architecture and Implementation
Is there a document about HealthVault service Architecture and Implementation. It would be interesting to see how such a service is implemented by ...Answered | 1 Replies | 5558 Views | Created by iamdon - Friday, December 21, 2007 1:33 PM | Last reply by VaibhavB_MSFT - Thursday, December 27, 2007 2:34 AM -
0 Votes
Regarding Custom Control implementation.
button is clicked, I get the corresponding data in the respective controls & then whatever data is currently visible on the control, that I'll have to fetch it & then ...Unanswered | 2 Replies | 2195 Views | Created by aditz - Saturday, August 13, 2011 10:29 AM | Last reply by aditz - Monday, August 15, 2011 6:47 AM -
0 Votes
Class implementation
thread solved... missing includes in the file! I'll comeback:pAnswered | 1 Replies | 4058 Views | Created by jorijo - Tuesday, December 30, 2008 2:07 PM | Last reply by jorijo - Tuesday, December 30, 2008 2:21 PM -
0 Votes
Questions regarding MFT implementation
Hi Becky, Thanks for your response. I've done the following operations in my MFT implementation. a) When output format is ...Answered | 8 Replies | 6546 Views | Created by Patrick0 - Friday, July 21, 2006 7:02 PM | Last reply by Charles C_ - Thursday, September 7, 2006 8:50 AM -
1 Votes
File Save Picker Contract Implementation
Hi Jesse I have implemented the FileSavePicker Contract in my app,so when user selects an attachment from mail app and want to save to my app ...Answered | 3 Replies | 1973 Views | Created by sandbha - Sunday, September 23, 2012 3:00 PM | Last reply by sandbha - Tuesday, September 25, 2012 7:14 PM -
3 Votes
Best practice regarding interface implementation?
comment above them. Now I can see all fields in one place, and what they serve. Duh! Your suggestion of an implementation as a wrapper class is a great ...Answered | 5 Replies | 11435 Views | Created by agillanders - Thursday, May 16, 2013 6:55 AM | Last reply by agillanders - Friday, May 17, 2013 11:41 PM -
0 Votes
regarding Azure implementation
; },success: function(msg) { i show the results; },error:function(msg){alert(msg.d)} I always end up in getting the error message : kindly suggest ...Answered | 7 Replies | 2659 Views | Created by febrookbee - Wednesday, July 25, 2012 11:49 AM | Last reply by febrookbee - Tuesday, August 7, 2012 6:59 AM -
0 Votes
Regarding Bullet Implementation
missing something, but where do you want to implement bullets ? In a child class of TextBlock, another place ? Else do you know Textblock is allowing for ...Answered | 1 Replies | 1752 Views | Created by samchristopher - Monday, September 14, 2009 10:51 AM | Last reply by Olivier Dahan - Monday, September 14, 2009 5:17 PM -
0 Votes
WCF class implementation question ?
Are the client method calls to a WCF service stateless ? Basically, I want to keep a private boolean field in my class that implements WCF ...Answered | 3 Replies | 3821 Views | Created by vg_jain - Friday, May 21, 2010 8:51 PM | Last reply by vg_jain - Monday, May 24, 2010 3:44 PM - Items 1 to 20 of 2814995 Next ›
No announcements