In asp.net mvc 4 project, there are a lot of pages that have create-update-insert-delete events. I try to build a demo user. But I don't want to update my code in every button click. If this demo user logins then only can select. Must not CRUD.
How can i do with minimum code? Thanks.