Are there any tutorials/examples on how to create an asp.net mvc app without the model being managed by a database (through linq2sql or entity framework). I\'ve to create a
MVC 3 has extra support for JSON which you might want to look into.
Or use the futures with MVC 2.
I agree that most of the examples/tutorials out there are using entity framework. This being said the process would be similar:
GetUser
, SaveUser
, etc... In the implementation you connect to the remote JSON API server to fetch data.Useful tools: