No announcements
Found 2888084 threads
-
0 Votes
WCF versus overloading the Windows Service ServiceBase.OnCustomCommand method
what I want to actually do in my Windows Service based on the 128-256 number passed in? The Windows Service is ...Answered | 1 Replies | 693 Views | Created by Jerry Boggess - Friday, April 18, 2014 11:50 PM | Last reply by darnold924 - Sunday, April 20, 2014 4:45 AM -
0 Votes
Windows service versus WCF service library
A WCF Service Library would basically be a collection of methods that will be compiled to a DLL file, the WCF Service Application will reference ...Unanswered | 2 Replies | 3789 Views | Created by Manju N - Saturday, January 24, 2009 6:41 PM | Last reply by Taylor Parrish - Monday, January 26, 2009 7:51 PM -
1 Votes
method overloading
Is method overloading in one type of polymorphism? Overloading is part of polymorphism.Ron Whittle - If the post is helpful or answers your question, ...Answered | 3 Replies | 2852 Views | Created by sp_412000 - Friday, October 23, 2009 2:49 AM | Last reply by Kolan Veera Reddy - Friday, October 23, 2009 3:32 AM -
0 Votes
WCF Indigo and Method Overloading
types. I am not sure why this functionality is not allowed when using the svcutil tool. i.e. is it a SO issue or is it a bug in WCF or is ...Answered | 1 Replies | 5979 Views | Created by zxber - Sunday, February 5, 2006 10:41 PM | Last reply by Sowmy Srinivasan - Monday, February 6, 2006 5:43 PM -
0 Votes
Method Overloading
absolutly true so I guess the code snippet I used was not a good example. So lets just forget the example and allow me to rephrase my original q... ...Unanswered | 14 Replies | 6002 Views | Created by Ariel Valentin - Tuesday, September 26, 2006 2:01 PM | Last reply by Ariel Valentin - Wednesday, September 27, 2006 7:24 PM -
1 Votes
Method overloading in C#.NET
Thank you. I would want to know that the way VB.NET provide Optional Keyword as a part of function parameter, what can be alternatives in C# .NET 3.5 (Except ...Answered | 6 Replies | 3735 Views | Created by omanvilla - Sunday, December 4, 2011 8:31 AM | Last reply by Ehsan Mokhtari - Sunday, December 4, 2011 9:19 PM -
2 Votes
Method Overloading Best Practice
Yeah - that's broadly it Louis. Whichever method, the client code isn't going to be affected. Ultimately, I'm getting the impression it matters little ...Answered | 6 Replies | 5228 Views | Created by hallidayd - Monday, September 7, 2009 11:14 AM | Last reply by hallidayd - Monday, September 7, 2009 3:51 PM -
0 Votes
Method overloading array???
I tryig to set up a method to pass an array that i want to loop 2 times but I get this error" Cannot implicitly convert type "Void to "int" on Loop[j] = ...Answered | 2 Replies | 2899 Views | Created by superlurker - Wednesday, April 29, 2009 5:12 AM | Last reply by superlurker - Wednesday, April 29, 2009 5:45 AM -
1 Votes
What is the use of Method overloading
SomuAri, "One of the greatest advantages of method overloading is the improvement that it provides to code readability and ...Answered | 9 Replies | 2561 Views | Created by SomuAri - Wednesday, December 3, 2008 2:27 PM | Last reply by Mitchel Sellers - Wednesday, December 3, 2008 7:49 PM -
2 Votes
C#, method overloading
Hi! In the following method overloading, the method callAnswered | 6 Replies | 3667 Views | Created by recherche - Friday, August 17, 2007 6:23 AM | Last reply by Chad_Moran - Friday, August 17, 2007 1:42 PM -
0 Votes
Overloading an inherited method
Thanks Jon. I should have said newing (not overriding) the base method in the derived class and calling base.method was how we made it work the ...Answered | 2 Replies | 4789 Views | Created by Randal Greene1 - Tuesday, April 18, 2006 10:16 AM | Last reply by Randal Greene1 - Tuesday, April 18, 2006 12:20 PM -
0 Votes
WCF Web Service Method Descriptions
coding with them. Meaning.... If I have a WCF Web Service with the following header, how do you get it to display in IntelliSense like it would be ... -
0 Votes
Beginner question about method overloading!
Thank You boban.s! So what you are telling me is that method overloading gives the developer an opportunity to ' get ' more information from one method instead of ...Answered | 13 Replies | 3670 Views | Created by Missouri Mule - Sunday, January 14, 2007 12:37 AM | Last reply by MURALIKRISH - Wednesday, September 15, 2010 1:58 PM -
0 Votes
WCF Service method that runs like a windows service
I have a windows service that I am considering converting to WCF. It has a couple of processes that run on a timer every 12 to 96 hours depending on the ...Answered | 4 Replies | 2084 Views | Created by ClarenceTunstall - Wednesday, September 7, 2011 5:11 PM | Last reply by ClarenceTunstall - Wednesday, September 7, 2011 7:13 PM -
3 Votes
Client Binding Versus Service Binding WCF
means what the WCF service expects for any client consumers when connecting to the service. While the client-side binding setting means how ...Answered | 2 Replies | 6627 Views | Created by nothingisimpossible - Friday, February 5, 2010 4:09 AM | Last reply by Steven Cheng - MSFT - Monday, February 8, 2010 6:23 AM -
0 Votes
Method overloading array???
Yes, with the ref keyword changes to arraycounter1 within LetterMethod will be retained once the method returns. You can read more about the ref keyword here.Proposed | 6 Replies | 3929 Views | Created by superlurker - Monday, September 28, 2009 4:27 AM | Last reply by dekurver - Monday, September 28, 2009 11:54 PM -
0 Votes
overloading and method signiture matching
Hi, I'm not sure if this is perfect place for my question but here it goes ... This code snippet returns an error because of the invallid method ...Answered | 2 Replies | 3717 Views | Created by DriesV - Friday, November 23, 2007 10:34 AM | Last reply by DriesV - Friday, November 23, 2007 12:21 PM -
0 Votes
wcf windows service and wcf web service
. Basically your question translates to whats the difference between IIS hosting and windows service hosting. 1.)If you want your wcf ...Answered | 1 Replies | 3774 Views | Created by Surani - Friday, April 23, 2010 12:17 PM | Last reply by Haripraghash - Saturday, April 24, 2010 1:32 PM -
0 Votes
WCF Service Contract - Method Encapsulation
- update the service reference in the client - add the new method to the client manager (a class that supports invocation of the ...Answered | 3 Replies | 5136 Views | Created by Lefty123 - Tuesday, September 9, 2008 4:16 PM | Last reply by Dan Rigsby - Tuesday, September 9, 2008 8:24 PM -
0 Votes
Differences between method overloading and Generics
Method overloading is used when the types are known at compile time. For example, look at all of the overloads for Convert.ValueType(PrimitiveType ...Answered | 4 Replies | 5959 Views | Created by srkvellanki - Monday, April 20, 2009 4:38 PM | Last reply by DeborahK - Friday, April 24, 2009 3:02 PM - Items 1 to 20 of 2888084 Next ›
No announcements