I’m very new to web development, have many years background on the desktop, but nothing on web, only html. I want to make a simple dynamic webpage for a product I’ve been working on by myself, but I don’t know which of the two, MVC or WebForms, would be easier for me.
The lessons at asp.net didn’t help me much, I took the “first step” tutorials for both MVC and WebForms, but I still don’t see any significant difference.
What I ask for is an examplanation for a person, who’s not professional at web development, or better yet, for a desktop programmer.
If you’re used to the desktop, and WinForms or WPF in particular, go with webforms to more easily grok what’s going on. The server controls will appear to keep their state, and it’ll more a more natural progression. You’ll find that the server controls do a lot of work for you, and you should be able to spin up an application using the knowledge from the WinForms world.