I am starting on ASP.net MVC. All the articles I have read so far mention REST as a key feature of the MVC implementation. My question is: is REST mandatory for implementing MVC?
Not. You can use any URL scheme you want. MVC just makes REST much easier than WebForms.
Source: https://habr.com/ru/post/1304653/More articles:Why are these two sql statements locked? (Deadlock schedule + details included) - .netProblem with Three20 TTPhotoViewController - objective-cShould I use BIT (1) or BOOL? - mysqlIs there a limit on the size of code snippets in Visual Studio 2008? - .netjquery live tabIndex - jqueryC # KeyEvent does not register input / return key - c #Automatic annotation "canShowCallOut" IPHONE - iphoneChange the source of subform entries from another subform in Access - ms-accesshow to free table char ** in C - cClient side validation of asp.net mvc on multiple forms on one page - validationAll Articles