2
What layer do I put him in? Model control or view?
ADO.NET Entity Data Model what makes the connection to the database.
2
What layer do I put him in? Model control or view?
ADO.NET Entity Data Model what makes the connection to the database.
Browser other questions tagged c# asp.net-mvc asp.net-mvc-4
You are not signed in. Login or sign up in order to post.
I wouldn’t put it in View or Model.. actually put it in a repository layer... called by the controller
– Thiago Loureiro
I recommend reading: CRUD operations on ASP.NET MVC 5 with ADO.NET
– Marconi