Framework Question
Posted
by Johhny
on Stack Overflow
See other posts from Stack Overflow
or by Johhny
Published on 2010-06-09T05:46:57Z
Indexed on
2010/06/09
5:52 UTC
Read the original article
Hit count: 184
I need a language and web framework that is really easy to use, that only has 12 or so commands, that is in one language all the way through (front/middle/back) and takes 15 minutes to master. Something like this:
10 CreateWEBFormAndCreateRequiredDBTablesAndSaveToDatabase("First Name", "Last Name")
20 CreateWEBPageThankingUser()
30 MakeAllWEBPagesPrettyByExaminingWebSitesOnTheInterWebAndMakingADecision()
40 GOTO 10
Oh, and it has to be written in C#
© Stack Overflow or respective owner