Reputation: 3916
I need a simple app to edit database tables. Are there any code generators that will generate winforms in c#? I have CodeSmith, are there any templates around that would help in doing this?
Upvotes: 2
Views: 4515
Reputation: 352
Go with Rocket Framework it is free and you can find details at the hosted CodePlex site.. the link to Rocket Framework is below
http://rocketframework.codeplex.com/
Upvotes: 0
Reputation: 39
I think NConstruct might suit your needs - it generates Winforms (optionaly Web forms as well), you get full C# source code. You get application server based on NHibernate OR/M framework and client application which communicate with application server via .NET remoting.
Upvotes: 2
Reputation: 9193
SQL Management Studio.
Serious answer, .NetTiers for codesmith might help you out.
Upvotes: 1
Reputation: 6283
I assume you're talking about .Net? Have you looked at Visual Studio? SharpDevelop also does this.
Upvotes: 0