codesmith
can you use plinqo with T4 or other code generation tools???
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[详细]
2023-03-24 01:51 分类:问答A few questions about CodeSmith
I have recently started studying CodeSmith and I have a few questions. I would like to make a template with 4 blocks.[详细]
2023-03-05 10:40 分类:问答What is the point of ParameterSchema.AllowDBNull in CodeSmith?
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.[详细]
2023-03-01 12:41 分类:问答How to generate code based on another class?
To create our test data, we use the following variation of the Builder pattern (simplified example!):[详细]
2023-02-18 19:45 分类:问答What code would you consider using a code generator like CodeSmith for?
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[详细]
2023-02-05 18:28 分类:问答Getting the full .NET type name in codesmith
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[详细]
2023-01-16 03:30 分类:问答PLINQO Stop generation on build class library
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[详细]
2023-01-12 13:53 分类:问答C# CodeSmith LINQ to SQL question DELETE Operation
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[详细]
2023-01-07 03:19 分类:问答How to add generated files to multiple projects using CodeSmith tools
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[详细]
2023-01-02 09:21 分类:问答Generate code from SPs using codesmith or MyGeneration?
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开发[详细]
2022-12-30 09:57 分类:问答