Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
How to use .Net Entity Framework with Oracle database and POCO/Classes in ASP .Net C#?

All I want is to change my existing traditional Data Access Layer (DAL) and adopt the new Entity Framework in my new ASP .Net application.

Can any one share a complete List of CRUD operations?
Posted

1 solution

 
Share this answer
 
Comments
IntelligentDev 26-Nov-15 6:39am    
Where is ASP .Net in that? and I am looking for simple CRUD operation, say for I want read few records into grid view and later edit and update some of those records.
[no name] 26-Nov-15 6:44am    
First you have to add EF model(by following above links) with referring Oracle database. Then you can simply implement CRUD operations using LINQ query - where is the problem.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900