I'm looking for more information on creating ASP.NET MVC 4 Models that do not use a database as the back end. I'd like to use a .CSV file for example. For right now this is a learning exercise to better understand the concepts, however I will eventually be moving to a database back end although it will not be the Entity Framework.
All I'm looking for are a few posts or tutorials that address models without using a database. I'll take it from there.
I've searched and found a similar post but I didn't feel as though it was fully answered. Asp.net mvc models without databases/framework