I am beginning on ASP.net MVC. All the articles I have read so far mention REST as a key feature in MVC implementation My question: is REST mandatory for MVC implementation?
+8
A:
No. You can use any url scheme you want. MVC just makes doing REST much easier than WebForms.
tvanfosson
2010-03-20 16:12:38