kirsty1995
New member
I am not a professional coder but I have some experience with c#, asp.net, JavaScript & jquery. I want to mock up a very bespoke website that is highly database driven a bit like Reddit or yahoo answers are. I've looked at a lot of alternatives to asp.net but I dont want the command-line setup environment of django/python or to move to php. DotNetNuke and similar are great if you want a news site or a blog but I dont have any use for any of the module, security or much at all as what I want to build is different.
I want to be writing tidy code and using classes and model/view, but ASP.NET MVC seems overcomplicated for developing my site, which is rather mocking up as I go and experimental; I don't want to have to be passing single data objects to views all the time when a page will be dynamic and need on the fly access. Im fed up with the repetitive notation and multiple steps like strongly typed datasets etc. I just want to be able to get the data I want in-line when I want it.
Is there a solution for this?
I want to be writing tidy code and using classes and model/view, but ASP.NET MVC seems overcomplicated for developing my site, which is rather mocking up as I go and experimental; I don't want to have to be passing single data objects to views all the time when a page will be dynamic and need on the fly access. Im fed up with the repetitive notation and multiple steps like strongly typed datasets etc. I just want to be able to get the data I want in-line when I want it.
Is there a solution for this?