Click here to Skip to main content
15,886,578 members
Home / Discussions / C#
   

C#

 
GeneralRe: Abstract, Interface, and Attribute Pin
TuringTest18-Jan-04 6:01
TuringTest18-Jan-04 6:01 
GeneralRe: Abstract, Interface, and Attribute Pin
Heath Stewart8-Jan-04 6:12
protectorHeath Stewart8-Jan-04 6:12 
GeneralRe: Abstract, Interface, and Attribute Pin
TuringTest18-Jan-04 6:39
TuringTest18-Jan-04 6:39 
GeneralRe: Abstract, Interface, and Attribute Pin
Heath Stewart8-Jan-04 7:13
protectorHeath Stewart8-Jan-04 7:13 
GeneralRe: Abstract, Interface, and Attribute Pin
TuringTest18-Jan-04 7:50
TuringTest18-Jan-04 7:50 
GeneralRe: Abstract, Interface, and Attribute Pin
Heath Stewart8-Jan-04 7:52
protectorHeath Stewart8-Jan-04 7:52 
GeneralRe: Abstract, Interface, and Attribute Pin
TuringTest18-Jan-04 11:39
TuringTest18-Jan-04 11:39 
GeneralRe: Abstract, Interface, and Attribute Pin
Heath Stewart8-Jan-04 12:11
protectorHeath Stewart8-Jan-04 12:11 
All compilers targeting the CLR using pure managed code produce Intermediate Language, or IL. So yes, it is IL. In fact, the Managed C++ compiler is the only compiler publicly available from Microsoft that can produce native code in an assembly (known as mixed mode).

But using an loop for serialization would be a poor idea. Recursion is most likely at work since for every Type that is added to the SerializationInfo, it has to be serialized, and then their Types, and so on so forth.

 

-----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: Abstract, Interface, and Attribute Pin
bnieland8-Jan-04 6:50
bnieland8-Jan-04 6:50 
GeneralRe: Abstract, Interface, and Attribute Pin
TuringTest18-Jan-04 7:46
TuringTest18-Jan-04 7:46 
GeneralQuoted-Printable Decoder Pin
7-Jan-04 18:33
suss7-Jan-04 18:33 
GeneralRe: Quoted-Printable Decoder Pin
Heath Stewart7-Jan-04 19:00
protectorHeath Stewart7-Jan-04 19:00 
GeneralRe: Quoted-Printable Decoder Pin
Blue Tender7-Jan-04 19:23
Blue Tender7-Jan-04 19:23 
GeneralRe: Quoted-Printable Decoder Pin
Heath Stewart8-Jan-04 3:57
protectorHeath Stewart8-Jan-04 3:57 
QuestionHow can I get some objects like HttpContext when using SingleCall SAOS and does not host in IIS (with HttpChannel) Pin
sxbyl7-Jan-04 17:14
sxbyl7-Jan-04 17:14 
AnswerRe: How can I get some objects like HttpContext when using SingleCall SAOS and does not host in IIS (with HttpChannel) Pin
Heath Stewart7-Jan-04 18:48
protectorHeath Stewart7-Jan-04 18:48 
GeneralRe: How can I get some objects like HttpContext when using SingleCall SAOS and does not host in IIS (with HttpChannel) Pin
sxbyl7-Jan-04 19:00
sxbyl7-Jan-04 19:00 
GeneralRe: How can I get some objects like HttpContext when using SingleCall SAOS and does not host in IIS (with HttpChannel) Pin
Heath Stewart7-Jan-04 19:03
protectorHeath Stewart7-Jan-04 19:03 
GeneralRe: How can I get some objects like HttpContext when using SingleCall SAOS and does not host in IIS (with HttpChannel) Pin
sxbyl7-Jan-04 19:18
sxbyl7-Jan-04 19:18 
GeneralRe: How can I get some objects like HttpContext when using SingleCall SAOS and does not host in IIS (with HttpChannel) Pin
Heath Stewart8-Jan-04 3:44
protectorHeath Stewart8-Jan-04 3:44 
GeneralRe: How can I get some objects like HttpContext when using SingleCall SAOS and does not host in IIS (with HttpChannel) Pin
sxbyl8-Jan-04 14:06
sxbyl8-Jan-04 14:06 
GeneralRe: How can I get some objects like HttpContext when using SingleCall SAOS and does not host in IIS (with HttpChannel) Pin
Heath Stewart8-Jan-04 16:44
protectorHeath Stewart8-Jan-04 16:44 
GeneralRe: How can I get some objects like HttpContext when using SingleCall SAOS and does not host in IIS (with HttpChannel) Pin
sxbyl8-Jan-04 16:55
sxbyl8-Jan-04 16:55 
GeneralHttpWebRequest Pin
murali_utr7-Jan-04 17:04
murali_utr7-Jan-04 17:04 
GeneralRe: HttpWebRequest Pin
Heath Stewart7-Jan-04 18:41
protectorHeath Stewart7-Jan-04 18:41 

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.