CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2002
    Location
    germany
    Posts
    112

    runtime programming

    hey, does anyone know where i can learn about how a runtime works and how it is programmed, i know about programming and compiler construction, is there a good link, thanks

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    if you are looking in .NET runtime learning then there are enough books available.
    amongs which I liked
    "Applied .NET Framework"
    MKFT Press
    which explains the CLR , MISL etc.
    very well written.

    GOTDOTNET BOOKS

    if you are looking for a compiler construction then just search compiler construction in MSDN , google you will get
    100s of titles...
    and literatures..

    paresh

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured