nportelli
nportelli

Reputation: 3916

Is there an application to generate Winform Code?

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

Answers (5)

L.W.C. Nirosh
L.W.C. Nirosh

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

Peter Gfader
Peter Gfader

Reputation: 7751

Check out the DevExpress eXpressApp Framework

Upvotes: 0

Thomas Tekavec
Thomas Tekavec

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

Nick
Nick

Reputation: 9193

SQL Management Studio.

Serious answer, .NetTiers for codesmith might help you out.

Upvotes: 1

Adam Ness
Adam Ness

Reputation: 6283

I assume you're talking about .Net? Have you looked at Visual Studio? SharpDevelop also does this.

Upvotes: 0

Related Questions