I want to use plinqo for my personal project, but seem like you need codesmith pro.its 299 bucks. is there a way we开发者_JS百科 can use it with other code generation tools?I only need it for linq ma
I have recently started studying CodeSmith and I have a few questions. I would like to make a template with 4 blocks.
I\'m currently trying to use write a simple C# wrapper class for all the stored procedures in a database.For this I\'m using CodeSmith and in particular the SchemaExplorer.
To create our test data, we use the following variation of the Builder pattern (simplified example!):
I use CodeSmith for the PLINQO templates, to build my DAL from my DB objects; it works great! I believe that\'s the primary use of code generator apps, but I\'m开发者_开发知识库 curious... what other
Is there any way of getting the full .NET type name when writing a codesmith template? GetCSharpVariableType seems to return aliases onl开发者_JAVA百科y. Since I\'m using reflection, I need to be able
I\'ve just started using PLINQO which looks really good so far. The only problem I have is whilst I\'m doing custom amends on the entities I rebuild the contained class library and codesmith wants to
In a project I am working on I need to delete a \"user\" from my database.This \"user\" has two tables that reference it\'s foreign key.When hard deleting I am trying to delete all records from Table
I\'m using CodeSmith on my current project and I\'m trying to figure out an issue.For my CodeSmith project (.csp) I can select an option to have it automatically add all generated files to the current
I have CodeSmith and MyGeneration tools. I have SPs in SQL server. I want generate VB.Net code for SPs (not for Tables). Which templates will support for this? Please share if you know any template开发