Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
AnswerRe: screen capture help Pin
Dave Kreskowiak3-Nov-10 5:16
mveDave Kreskowiak3-Nov-10 5:16 
Questionhow to convert ToolStripButton to control? Pin
Tridip Bhattacharjee3-Nov-10 3:17
professionalTridip Bhattacharjee3-Nov-10 3:17 
AnswerRe: how to convert ToolStripButton to control? Pin
Not Active3-Nov-10 3:34
mentorNot Active3-Nov-10 3:34 
AnswerRe: how to convert ToolStripButton to control? PinPopular
Alan N3-Nov-10 6:10
Alan N3-Nov-10 6:10 
Questionsend record from the datagridview to next page Pin
annie_bel3-Nov-10 1:40
annie_bel3-Nov-10 1:40 
AnswerRe: send record from the datagridview to next page Pin
Calla3-Nov-10 1:48
Calla3-Nov-10 1:48 
QuestionUnable to cast object from webservice Pin
il_manti3-Nov-10 1:24
il_manti3-Nov-10 1:24 
AnswerRe: Unable to cast object from webservice [modified] Pin
Keith Barrow3-Nov-10 2:01
professionalKeith Barrow3-Nov-10 2:01 
Web services are not OO friendly, in fact outlining why is a classic interview question. The Book class in the LibraySorter is not the same type as the Book class in the LibrarySearch as far as the proxies are concerned (even if the services use a common class from a dll for example). The generated proxy classes generated have different namespaces for one thing.
One solution is to take the pain:

Client model<--->client/proxy translator<--->proxy classes<--->service <--->service OM translator<--->OM


The translators aren't too bad, normally.
[Edit fixed spelling, also, see Pete's reply]
Sort of a cross between Lawrence of Arabia and Dilbert.[^]
modified on Wednesday, November 3, 2010 8:36 AM

AnswerRe: Unable to cast object from webservice Pin
Pete O'Hanlon3-Nov-10 2:03
mvePete O'Hanlon3-Nov-10 2:03 
AnswerRe: Unable to cast object from webservice Pin
OriginalGriff3-Nov-10 2:04
mveOriginalGriff3-Nov-10 2:04 
AnswerRe: Unable to cast object from webservice Pin
il_manti3-Nov-10 2:08
il_manti3-Nov-10 2:08 
AnswerRe: Unable to cast object from webservice Pin
Bernhard Hiller3-Nov-10 22:56
Bernhard Hiller3-Nov-10 22:56 
Questionhow to compose a content with php Pin
zendprince2-Nov-10 19:44
zendprince2-Nov-10 19:44 
AnswerMy Vote of 1 Pin
Keith Barrow2-Nov-10 20:56
professionalKeith Barrow2-Nov-10 20:56 
AnswerRe: how to compose a content with php Pin
Smithers-Jones2-Nov-10 21:49
Smithers-Jones2-Nov-10 21:49 
QuestionSubscript literal Pin
Martijn Boeker2-Nov-10 10:47
Martijn Boeker2-Nov-10 10:47 
AnswerRe: Subscript literal Pin
Ennis Ray Lynch, Jr.2-Nov-10 10:53
Ennis Ray Lynch, Jr.2-Nov-10 10:53 
GeneralRe: Subscript literal Pin
Martijn Boeker2-Nov-10 11:53
Martijn Boeker2-Nov-10 11:53 
AnswerRe: Subscript literal Pin
Luc Pattyn2-Nov-10 11:30
sitebuilderLuc Pattyn2-Nov-10 11:30 
GeneralRe: Subscript literal Pin
Martijn Boeker2-Nov-10 11:58
Martijn Boeker2-Nov-10 11:58 
GeneralRe: Subscript literal Pin
Martijn Boeker2-Nov-10 12:58
Martijn Boeker2-Nov-10 12:58 
GeneralRe: Subscript literal Pin
Dave Kreskowiak2-Nov-10 14:05
mveDave Kreskowiak2-Nov-10 14:05 
GeneralRe: Subscript literal Pin
Martijn Boeker2-Nov-10 14:47
Martijn Boeker2-Nov-10 14:47 
GeneralRe: Subscript literal Pin
AspDotNetDev2-Nov-10 14:59
protectorAspDotNetDev2-Nov-10 14:59 
GeneralRe: Subscript literal Pin
Martijn Boeker2-Nov-10 15:13
Martijn Boeker2-Nov-10 15:13 

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.