Tagged Questions

12
votes
7answers
911 views

Does MVC apply only to web

It is almost and instantaneous whenever I talk to developers about Model View Controller (MVC) they say you make a request to a url the server builds a entity (MODEL) and provides you with visual ...
5
votes
5answers
357 views

Where should date formatting take place in an MVC pattern?

Suppose that you want to show a user list, on a web application having to handle custom date formats (depending on current selected interface language). Several locations for applying the date format ...
7
votes
3answers
243 views

Why decouple view and controller (web)?

Why can't we put them in the same page, like each action paired up with its view? Not using code island, but controller code at top then view code at bottom? What are the problems with this approach? ...
3
votes
5answers
267 views

Controller vs Model: Where do I put the processing of user input?

I'm new to MVC and I'm not using a framework (and I'm not going to). I'm designing my new web application using MVC. I have the user input received in Controller. Suppose I have form data and an ...
13
votes
4answers
790 views

Explain Model View Controller

My experience with developing dynamic websites is limited mostly to Java servlets. I've used Tomcat to develop various Java servlets, and I wouldn't hesitate to say that I'm reasonably proficient ...
2
votes
2answers
393 views

I'm creating my own scalable, rapid prototyping web server. How should I design it?

I'm going to create my own web server that focuses on scalability, rapid prototyping and the use of JavaScript as the server's scripting language, much like node.js. It will use a ...
9
votes
7answers
480 views

What motivated you to learn ASP.NET MVC? What have you done with it so far?

I'd like to know what motivated you to learn ASP.NET MVC, and what have you done with it. ... was it a particular feature? ... do you have plenty of spare time? ... did your job require you to ...
4
votes
1answer
317 views

MSFT released “ASP.NET Developer Guidance” PDF… What's missing in your opinion?

Microsoft created this ASP.NET documentation map that aggregates a ton of great links into a single PDF. ...