I have questions on using the new Roslyn compiler framework but no real point posting them if I'm talking in an empty room - anybody used these?
CodeDOM on MSDN
Printable View
I have questions on using the new Roslyn compiler framework but no real point posting them if I'm talking in an empty room - anybody used these?
CodeDOM on MSDN
Very cool - but no to filling the room...
Never heard of them until now.
I've tinkered with it in the past. Haven't done anything heavy with it though, nor have I had the chance to actually use it in production... But go ahead, toss out your questions. You never know.
-tg
I tinkered as well. I ended up getting frusted trying to create a for each loop, and went back to just appending everything in a string builder.