Archive for July, 2008

LINQ, SqlMetal, Nesting The Generated Code File

By Tony - Last updated: Monday, July 7, 2008

LINQ is really cool, SqlMetal has been my code generator of choice (for a book on LINQ, SqlMetal and all of the cool new features)… I like to keep my class file names the same as the class contained in the file. Since SqlMetal generates partial classes, and we don’t want to modify the generated [...]