0
votes
2answers
311 views
CodeSmith template for NHibernate multiple databases
Is there any codesmith template for NHibernate that handles multiple databases connection?
0
votes
1answer
48 views
Can anyone explain parameters in CodeSmith SchemaExplorer.ViewSchema Constructor?
From CodeSmith API help
[C#]
public ViewSchema(
DatabaseSchema DatabaseSchema,
string String,
string String,
DateTime DateTime,
ExtendedProperty[] ExtendedProperty[] …
1
vote
3answers
122 views
Free Codesmith alternatives?
Are there any free/open source alternatives to Codesmith that would be comparable in features and generate .NET code?
3
votes
3answers
511 views
Using NHibernate with Codesmith to generate ORM
Just started learning NHiberate. It seems rather tedious to write proper hbm.xml config files for each database table.
The question is can NHibernate read into tables and automat …
2
votes
3answers
119 views
Visual Studio solution structure using Codesmith frameworks (NetTiers / Plinqo)
I have been using the Codesmith framework NetTiers to generate a DAL etc., into a folder called, say, 'NetTiers', outside my main project's folder, and referencing the DLLs within …
2
votes
5answers
291 views
Codesmith resources
I use Codesmith to create our code generation templates and have had success in learning how to use the tool by looking at example templates and the built in documentation. Howeve …
1
vote
3answers
58 views
Are There Reasons To Not Use CustomAttributes?
This is mostly a request for comments if there is a reason I should not go down this road.
I have a multi-tierd, CodeSmith generated application. At the UI level there need to be …
0
votes
3answers
52 views
ORM’s for .net 2.0 with tool and/or codesmith support but without xml
I'm searching for an ORM framework for .NET 2.0 (has to run on Windows 2000, so 3.0/3.5 is out) that is entirely code configured, and does not require XML. I need this to be "hard …
1
vote
1answer
86 views
Anyone have a UITypeEditor that picks System.Type instances?
I am busy writing a CodeSmith template that has one of its properties as type System.Type. I want to be able to select the type using a UI that picks the assembly, loads the assemb …
2
votes
5answers
277 views
ORM Tool - Crossroads?
Hi I seem to be at an ORM Tool crossroad and would like some advice of people who have faced a similar challenge. In the past I have been using CodeSmith with NetTiers Templates to …
3
votes
3answers
558 views
CodeSmith v.s. T4: .netTiers level suite
Has someone ported the netTiers template set to Visual Studio's T4 templates? Or is there a system of similar scope? Does anyone use T4 in a work environment? What (if any) major d …
0
votes
2answers
41 views
Is there any class similar to ProvidersHelper but not for web?
Is there any class similar to ProvidersHelper but not for web?
I want to instantiate a collection of providers. Actually I'm using CodeSmith & Nettiers, and the db provider is …
5
votes
6answers
748 views
Is Codesmith a viable ORM tool (or should I stick with a true ORM)
I'm shopping for an ORM tool. I'm agonizing over the purchase of either CodeSmith (which is currently available at a substantial discount) versus an ORM tool.
LINQ to SQL is off …
1
vote
2answers
364 views
NHibernate, Codesmith and project physical architecture
Recently I tried CodeSmith templates for NHibernate. As many of you might watched, there is a video explaining how to create a Petshop.Data using these templates. My question is wh …
1
vote
2answers
120 views
How to Do a Merge for XML files in Code Smith?
Hi,
I am using CodeSmith to Generate The Files in my Project. It has functionalities to Merge the C#/VB & SQL files using Insert Region & Preserve Region Strategies.
How …
