vote up 0 vote down star
2

Hi Experts. I have a large SQL Server database and I want to automatically generate ASP.NET and AJAX code from the database.

Can I do it using any Free Tool (please tell free ones only)?

I also want that tool to generate C# code only. Any article/whitepaper on the tool is appreciated.

flag
Have you tried Google? – Mitch Wheat Jan 15 at 13:53
What do you want the generated code to do? Like listing the SQL database contents? – Spoike Jan 15 at 13:53
Are you trying to avoid programming all together? – ccook Jan 15 at 14:02
Mitch - Itried google but it shows many tools Spoike - Iwant to create CRUD pages of the tables ccook - If possible yes. – ikfe Jan 15 at 14:09

10 Answers

vote up 0 vote down check

Check this link:

Build ASP.NET/AJAX Application Without Hand-Coding

link|flag
BTW, you were asking for free tools. Iron Speed Designer is not free... – Mitch Wheat Jan 15 at 14:58
i.e. that's the tool in that 'article' – Mitch Wheat Jan 15 at 14:58
But it says free edition and when i installed it did not ask for license! – ikfe Jan 15 at 16:57
There is a free edition but it will "Generates single-database applications up to 30 pages and 15 tables" only. Pricing: ironspeed.com/products/Pricing.aspx – Mitch Wheat Jan 15 at 23:27
The poster said it was a 'large' database. That would almost certainly mean more than 15 tables. – Mitch Wheat Jan 15 at 23:28
vote up 0 vote down

how to remove post marked as answer? I want ot mark another post as answer

link|flag
Just click the "v" next to the new accepted answer. That will move the mark to the new answer. – Rasmus Faber Jan 15 at 17:13
vote up 0 vote down

Ok Thanks Vik's for the tool. Mitch/Michael thank you also. I will check and return back. Can I mark two post as answer?

link|flag
vote up 0 vote down

Ikfe - Yes I have used this tool but not fully. I downloaded tool for free and it gave me pages very fast. You can read article using link i given you earlier over here Please read all posts and then ask questions. Other have also given good suggestion.

You should also try dynamic website. As i told, search in google and you will get.

Mark asnwer if post is helpful.

link|flag
vote up 0 vote down

Viks: It is very good article. Have you used tool before. All of you please tell me ones you have used.

I searched google and found many tools but i want recommendations.

link|flag
vote up 0 vote down

Wow reply is so quick over here. I just refreshed browser and alreayd 4 people give me links. Thanks. Some more questions to you all since i am confused now

Viks - Thank you for tool. What is dynamic DataWeb site?

Mitch Wheat - I checked MyGeneration tool. Have you tried it?

Michael Haren - Thanks I will cehck and reply to you

All of you- Which is the best of all these ones?

link|flag
Please edit your question. Do not post answers as replies to other answers. – George Stocker Jan 15 at 15:05
vote up 0 vote down

I propose using classes from: System.CodeDom namespace, combined with: System.Web.Compilation.BuildProvider class. For a comprehensive tutorial please see: Microsoft .NET CodeDom Technology - Part 1 By Brian J. Korzeniowski

link|flag
vote up 4 vote down

Have you looked at Text Template Transformation Toolkit (T4)?

This post has a lot of information on it.

link|flag
Does T4 come with ASP.NET templates? – Mitch Wheat Jan 15 at 23:29
vote up 1 vote down

You can also check out Dynamic DataWebSite..search in googl

link|flag
vote up 3 vote down

Have you looked at MyGeneration?

@Viks's suggestion of ASP.NET Dynamic Data is a good one, though you should check if it is ready for production releases:

http://weblogs.asp.net/scottgu/archive/2007/12/14/new-asp-net-dynamic-data-support.aspx

http://www.asp.net/dynamicdata/

http://www.codeplex.com/aspnet/Wiki/View.aspx?title=Dynamic%20Data&referringTitle=Home

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.