• Posts Tagged ‘Runtime’

    Programmatically saying hello to the C# compiler

    by  • September 24, 2011 • .Net, Programming • 0 Comments

    say-hello-to-my-little-friend-1

    Like most of the best features of the .Net Framework, access to the C# and language compilers and syntax parsers are hidden away. These provide you the ability to traverse language independent code trees (remember .Net languages all compile down to MSIL) and allow compilation of .Net languages. For this I will show you...

    Read more →