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

C#

 
AnswerRe: datagrid question Pin
AETaylor17-Nov-05 19:50
AETaylor17-Nov-05 19:50 
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 
There is a need for custom data types to be passed and returned in Web Services methods. As far as i know WS type marshaling is been handled by XmlSerializer which has some certain limitations.
According to some of these limitations only the public fields properties and fields are serialized and any private and protected members will be ignored.This fact leeds to a certain problem because either infriges data encapsulation or break business objects' logic and rules (e.g. some properties of the business objects returned by the WS-method should have a "getter" only in order to serve the logic and i can make any compromise in this issue.)

So...

The questions are :

1.) Can i bypass this fact of ignoring private or protected members ? (Reflection does so...)
2.) If WS were not marshaling via a XmlSerializer whould the problem still existed due to some technical specs of WSs ?
3.) Let's suppose this is a limitation of XmlSerializer can i substitute it with another formatter to achieve my goal ?

Thanx in advance, i would appreciate very much some help.


AnswerRe: Web Services - Type Marshaling Pin
Andy Brummer15-Nov-05 11:50
sitebuilderAndy Brummer15-Nov-05 11:50 
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 

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.