Are there any tutorials / examples on how to create an asp.net mvc application without managing the model using the database (via linq2sql or the framework entity). I have to create an interface for a server that has json based api. I would like to use mvc 3 or 2 and have most of the mvc functions still in place (e.g. annotation and data validation). Any tutorials or examples on how to do this? I tried to look for them, but all the examples I found are based on an entity structure or linq.
source
share