J
Jeff Gaines
I have written a utility to write a C# class file enabling access to a
database. It makes extensive use of a Text Writer to write the file.
Somebody who down-loaded it asked if it was worth looking at CodeDOM to
write the file. I spent yesterday experimenting but although it's quite
useful for writing a simple class file as soon as I needed something more
complex I had to fall back on code snippets (CodeSnippetExpression and
CodeSnippetStatement). There may be advantages I'm not aware of but it's
proving more complicated than using a Text Writer.
Can anybody point me to a news group that specialises in CodeDOM, I'm not
sure what category it falls in?
If anybody knows of any up to date examples/tutorials I would appreciate
being pointed to them. Those I found are quite old and CodeDOM seems to
have been updated quite extensively in VS 2008.
Many thanks.
database. It makes extensive use of a Text Writer to write the file.
Somebody who down-loaded it asked if it was worth looking at CodeDOM to
write the file. I spent yesterday experimenting but although it's quite
useful for writing a simple class file as soon as I needed something more
complex I had to fall back on code snippets (CodeSnippetExpression and
CodeSnippetStatement). There may be advantages I'm not aware of but it's
proving more complicated than using a Text Writer.
Can anybody point me to a news group that specialises in CodeDOM, I'm not
sure what category it falls in?
If anybody knows of any up to date examples/tutorials I would appreciate
being pointed to them. Those I found are quite old and CodeDOM seems to
have been updated quite extensively in VS 2008.
Many thanks.