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?
I am beginning on ASP.net MVC. All the articles I have read so far
Share
No. You can use any url scheme you want. MVC just makes doing REST much easier than WebForms.