Mention what is the role of datacontext classes in linq?
Answer Posted / Ranjeet Ranjan Bharti
Datacontext classes are essential components in LINQ to SQL. They represent a connection between the application and the database, serving as an interface for queries and updates. The DataContext class manages the database connection, tracks changes made to entities, and provides a way to execute LINQ queries against the database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category