MVVM: Where to put the database CRUD? -


should model save/delete database or should logic in viewmodel? i'm starting mvvm unsure.

i use repository pattern crud operations. create folder named repositories , put repositories in it. can call them in viewmodel.


Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -