Posted by Paul Welter on Friday, August 10 2007 at 12:36 PM

PLINQO, which stands for Professional LINQ to Objects, is a collection of CodeSmith templates that are meant to replace and extend the LINQ to SQL designers that are included with Visual Studio 2008. Features Generate or update a LINQ to SQL dbml file from a database schema. Includes all tables, stored procedures, functions, and views with the ability to exclude objects based on regex patterns. Ability to automatically remove object prefix and suffixes (ie. tbl_ and usp_). Dbml file can still be customized with the normal Visual Studio 2008 designer. Dbml file can be refreshed based on the current...

Read More ...

No Comments Posted in: Projects / CodeSmith    Tagged as: , , ,
Posted by Paul Welter on Thursday, October 19 2006 at 11:24 AM

CodeSmith 4.0 Beta 2 has been released and is now available to the public. Here are just a few the new capabilities in CodeSmith 4.0: CodeSmith Projects (.csp) - This feature makes automating your code generation process really easy and consistent whether you are working from inside of Visual Studio 2005, MSBuild, Windows Explorer, a command line / batch file, or CodeSmith itself. ActiveSnippets - Imagine Visual Studio 2005 snippets, but with the full power of CodeSmith available to execute any logic or access any complex metadata (including database schema and xml data) to control the output of...

Read More ...

No Comments Posted in: Projects / CodeSmith    Tagged as:
Posted by Paul Welter on Tuesday, April 04 2006 at 12:47 AM

The following CodeSmith templates are to generate the WilsonORMapper mapping file and to generate the business classes that can be mapped to. These templates have the following features... Converts plural table names to single tense class names Cleans table names to make legal class names Column name cleaning Support for all relationships including many to many Template based, easily changed to meet needs Support for Visual Basic and C# Merge support Update:   These templates are now included with CodeSmith....

Read More ...

2 Comments Posted in: Projects / CodeSmith    Tagged as: , ,