Click here to Skip to main content
15,891,529 members
Home / Discussions / C#
   

C#

 
AnswerRe: Finding Classes that implement a certain Class Pin
led mike12-Oct-07 7:17
led mike12-Oct-07 7:17 
GeneralRe: Finding Classes that implement a certain Class Pin
Fayu12-Oct-07 7:42
Fayu12-Oct-07 7:42 
GeneralRe: Finding Classes that implement a certain Class Pin
Skippums12-Oct-07 8:02
Skippums12-Oct-07 8:02 
GeneralRe: Finding Classes that implement a certain Class Pin
Fayu12-Oct-07 8:42
Fayu12-Oct-07 8:42 
QuestionUDPClient Recieve port [modified] Pin
Riot_starter12-Oct-07 6:26
Riot_starter12-Oct-07 6:26 
QuestionCasting a WebService instance to a custom interface Pin
MrEyes12-Oct-07 5:47
MrEyes12-Oct-07 5:47 
AnswerRe: Casting a WebService instance to a custom interface Pin
led mike12-Oct-07 6:59
led mike12-Oct-07 6:59 
GeneralRe: Casting a WebService instance to a custom interface Pin
MrEyes12-Oct-07 8:23
MrEyes12-Oct-07 8:23 
led mike wrote:
I strongly urge you to study software development material until you gain a more comprehensive understanding of fundamental concepts like this one before you develop production software.


Great piece of advice, however serves absolutely no purpose beyond hobbiests, classrooms and virgin standalone projects. When working in the real world of a preexisting production application framework that is currently deployed to around a 15 thousand servers, over a 200 thousand clients and has prooved to be extremely reliable and profitable, I find that rewriting and redeploying is, shall we say, a tad stupid.

There are many ways to meet a development challenge, unforutunalty many professional developers loose sight of the fact that they exist to serve end users not their own foibles and technical curiosity. As long as the result meets requirements and specifications and is supportable, usable, maintainable and scalable; I absolutley don't care if its architecture doesnt meet the current flavour of the day.

Bottom line, rant over, I have found a solution, it works.

Of to read some books, maybe, hmmm, The very Hungry Caterpillar Hmmm | :|

P.S. For anybody who is interested the solution is to create a wrapper around the webservice object that also uses the interface. When the WS interface is needed the main worker class creates/reuses an instance of the WS wrapper/proxy that can now be cast to the interface type and called using the same code that calls the remoting interface. Logic must exist within the wrapper/proxy to set initial params (i.e. url, timeout etc)
GeneralRe: Casting a WebService instance to a custom interface Pin
led mike12-Oct-07 9:54
led mike12-Oct-07 9:54 
QuestionCan't Break point ASP Project Pin
smarttom9912-Oct-07 5:09
smarttom9912-Oct-07 5:09 
AnswerRe: Can't Break point ASP Project Pin
martin_hughes12-Oct-07 5:21
martin_hughes12-Oct-07 5:21 
GeneralRe: Can't Break point ASP Project Pin
smarttom9913-Oct-07 4:29
smarttom9913-Oct-07 4:29 
GeneralRe: Can't Break point ASP Project Pin
martin_hughes13-Oct-07 6:03
martin_hughes13-Oct-07 6:03 
QuestionModal Dialogs Pin
Skippums12-Oct-07 5:05
Skippums12-Oct-07 5:05 
AnswerRe: Modal Dialogs Pin
TJoe12-Oct-07 6:13
TJoe12-Oct-07 6:13 
GeneralRe: Modal Dialogs Pin
Skippums12-Oct-07 6:27
Skippums12-Oct-07 6:27 
GeneralRe: Modal Dialogs [modified] Pin
Fayu12-Oct-07 7:22
Fayu12-Oct-07 7:22 
QuestionRe: Modal Dialogs Pin
Skippums12-Oct-07 7:02
Skippums12-Oct-07 7:02 
AnswerRe: Modal Dialogs Pin
Luc Pattyn12-Oct-07 7:20
sitebuilderLuc Pattyn12-Oct-07 7:20 
GeneralRe: Modal Dialogs Pin
Skippums12-Oct-07 7:59
Skippums12-Oct-07 7:59 
AnswerRe: Modal Dialogs Pin
Luc Pattyn12-Oct-07 7:53
sitebuilderLuc Pattyn12-Oct-07 7:53 
QuestionBase data Pin
RussBus12-Oct-07 4:51
RussBus12-Oct-07 4:51 
AnswerRe: Base data Pin
led mike12-Oct-07 4:57
led mike12-Oct-07 4:57 
GeneralRe: Base data Pin
RussBus12-Oct-07 5:02
RussBus12-Oct-07 5:02 
AnswerRe: Base data Pin
Skippums12-Oct-07 5:21
Skippums12-Oct-07 5:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.