Click here to Skip to main content
15,881,767 members
Home / Discussions / C#
   

C#

 
QuestionWhat is a cheap compiler for C#. Pin
Snyp23-Jan-04 12:10
Snyp23-Jan-04 12:10 
AnswerRe: What is a cheap compiler for C#. Pin
Colin Angus Mackay23-Jan-04 12:44
Colin Angus Mackay23-Jan-04 12:44 
AnswerRe: What is a cheap compiler for C#. Pin
Guillermo Rivero23-Jan-04 17:35
Guillermo Rivero23-Jan-04 17:35 
AnswerRe: What is a cheap compiler for C#. Pin
Heath Stewart23-Jan-04 18:00
protectorHeath Stewart23-Jan-04 18:00 
GeneralRe: What is a cheap compiler for C#. Pin
OmegaSupreme25-Jan-04 3:38
OmegaSupreme25-Jan-04 3:38 
AnswerRe: What is a cheap compiler for C#. Pin
extremeg24-Jan-04 3:06
extremeg24-Jan-04 3:06 
General.Net Remoting store serialization file Pin
krisp23-Jan-04 11:23
krisp23-Jan-04 11:23 
GeneralRe: .Net Remoting store serialization file Pin
Heath Stewart23-Jan-04 18:22
protectorHeath Stewart23-Jan-04 18:22 
Another way, yes. Easier, perhaps not. The trick is to use the SOAP in the SoapServerFormatterSink without serializing and deserializing the object. You could override ProcessMessage to intercept the request and response streams appropriately and save these as text (since it is SOAP) to a database. You could then use this server formatter sink in your remoting configuration instead of the default SoapServerFormatterSink which would serialize and deserialize the object.

You could also use a regular sink in the chain to grab the SOAP and put it in a database, but the default formatter sink would still serialize and deserialize the object.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: .Net Remoting store serialization file Pin
krisp23-Jan-04 19:06
krisp23-Jan-04 19:06 
GeneralRe: .Net Remoting store serialization file Pin
Heath Stewart23-Jan-04 19:14
protectorHeath Stewart23-Jan-04 19:14 
GeneralRe: .Net Remoting store serialization file Pin
krisp24-Jan-04 13:36
krisp24-Jan-04 13:36 
GeneralRe: .Net Remoting store serialization file Pin
Heath Stewart23-Jan-04 18:24
protectorHeath Stewart23-Jan-04 18:24 
GeneralC# Web Services Pin
Chris Meech23-Jan-04 9:02
Chris Meech23-Jan-04 9:02 
GeneralRe: C# Web Services Pin
Guillermo Rivero23-Jan-04 9:08
Guillermo Rivero23-Jan-04 9:08 
GeneralRe: C# Web Services Pin
Chris Meech23-Jan-04 9:21
Chris Meech23-Jan-04 9:21 
GeneralRe: C# Web Services Pin
Guillermo Rivero23-Jan-04 9:25
Guillermo Rivero23-Jan-04 9:25 
GeneralRe: C# Web Services Pin
Heath Stewart23-Jan-04 9:53
protectorHeath Stewart23-Jan-04 9:53 
GeneralRe: C# Web Services Pin
Chris Meech23-Jan-04 10:07
Chris Meech23-Jan-04 10:07 
GeneralRe: C# Web Services Pin
Guillermo Rivero23-Jan-04 10:09
Guillermo Rivero23-Jan-04 10:09 
GeneralRe: C# Web Services Pin
Chris Meech26-Jan-04 3:45
Chris Meech26-Jan-04 3:45 
GeneralRe: C# Web Services Pin
Heath Stewart26-Jan-04 3:48
protectorHeath Stewart26-Jan-04 3:48 
GeneralRe: C# Web Services Pin
Daniel Turini24-Jan-04 10:03
Daniel Turini24-Jan-04 10:03 
GeneralRe: C# Web Services Pin
Chris Meech26-Jan-04 3:40
Chris Meech26-Jan-04 3:40 
GeneralRe: C# Web Services Pin
Daniel Turini26-Jan-04 3:45
Daniel Turini26-Jan-04 3:45 
GeneralRe: C# Web Services Pin
Chris Meech26-Jan-04 3:56
Chris Meech26-Jan-04 3:56 

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.