Click here to Skip to main content
15,915,336 members
Home / Discussions / C#
   

C#

 
QuestionAppDomain scopes Pin
Den2Fly15-Nov-05 4:34
Den2Fly15-Nov-05 4:34 
AnswerRe: AppDomain scopes Pin
Andy Brummer15-Nov-05 11:45
sitebuilderAndy Brummer15-Nov-05 11:45 
GeneralRe: AppDomain scopes Pin
Den2Fly16-Nov-05 19:20
Den2Fly16-Nov-05 19:20 
QuestionFilter DataSet Pin
rich_wenger15-Nov-05 3:36
rich_wenger15-Nov-05 3:36 
QuestionCom+ DMZ Problem Pin
webhay15-Nov-05 2:34
webhay15-Nov-05 2:34 
AnswerRe: Com+ DMZ Problem Pin
Russell Jones15-Nov-05 4:41
Russell Jones15-Nov-05 4:41 
QuestionWeb Services - Type Marshaling Pin
akyriako7815-Nov-05 1:58
akyriako7815-Nov-05 1:58 
AnswerRe: Web Services - Type Marshaling Pin
Andy Brummer15-Nov-05 11:50
sitebuilderAndy Brummer15-Nov-05 11:50 
Keep in mind that the client doesn't get the full type information of your object. It only gets an object containing your public fields. The web service is really just a collection of methods which pass simple data objects back and forth. Think C-structs rather then C++ objects.

If you are returning the data from an existing object, you can markup your object with various XmlSerialization attributes to determine which properties and fields are serialized.


I can imagine the sinking feeling one would have after ordering my book,
only to find a laughably ridiculous theory with demented logic once the book arrives - Mark McCutcheon

GeneralRe: Web Services - Type Marshaling Pin
akyriako7816-Nov-05 0:16
akyriako7816-Nov-05 0:16 
GeneralRe: Web Services - Type Marshaling Pin
rpurchas13-Dec-05 0:47
rpurchas13-Dec-05 0:47 
GeneralRe: Web Services - Type Marshaling Pin
akyriako7813-Dec-05 3:29
akyriako7813-Dec-05 3:29 
GeneralRe: Web Services - Type Marshaling Pin
rpurchas13-Dec-05 12:24
rpurchas13-Dec-05 12:24 
QuestionCan I pretend if an event has happened? Pin
Anthony Mushrow15-Nov-05 0:50
professionalAnthony Mushrow15-Nov-05 0:50 
AnswerRe: Can I pretend if an event has happened? Pin
J4amieC15-Nov-05 1:11
J4amieC15-Nov-05 1:11 
QuestionCan we use DLLs developed in VC++ 6.0 into C#.net Pin
Azghar Hussain15-Nov-05 0:47
professionalAzghar Hussain15-Nov-05 0:47 
AnswerRe: Can we use DLLs developed in VC++ 6.0 into C#.net Pin
Anthony Mushrow15-Nov-05 0:56
professionalAnthony Mushrow15-Nov-05 0:56 
AnswerRe: Can we use DLLs developed in VC++ 6.0 into C#.net Pin
Rob Philpott15-Nov-05 1:44
Rob Philpott15-Nov-05 1:44 
GeneralRe: Can we use DLLs developed in VC++ 6.0 into C#.net Pin
Azghar Hussain15-Nov-05 2:47
professionalAzghar Hussain15-Nov-05 2:47 
GeneralRe: Can we use DLLs developed in VC++ 6.0 into C#.net Pin
Rob Philpott15-Nov-05 3:10
Rob Philpott15-Nov-05 3:10 
QuestionIn toolbar & do not make Underline Pin
Rizwan Bashir15-Nov-05 0:16
Rizwan Bashir15-Nov-05 0:16 
QuestionRuntime Compiling and references Pin
rnvrnv15-Nov-05 0:08
rnvrnv15-Nov-05 0:08 
AnswerRe: Runtime Compiling and references Pin
S. Senthil Kumar15-Nov-05 0:28
S. Senthil Kumar15-Nov-05 0:28 
GeneralRe: Runtime Compiling and references Pin
rnvrnv15-Nov-05 1:50
rnvrnv15-Nov-05 1:50 
QuestionHow to handle graphic object? Pin
pmasknguyen15-Nov-05 0:03
pmasknguyen15-Nov-05 0:03 
QuestionEquivalent for "Module" in C# Pin
Lebanese14-Nov-05 23:55
Lebanese14-Nov-05 23:55 

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.