Help with Entity framework approach.
-
Im new to the entity framwork approach and im planning on using it for a small application here at the office. However , i can see EF to become a very good approach in some other applications we are planning on writing in the near future. A bought a book called "Programming entity framework" from Oreilly , but it has so many errors in it so i cant really do the examples and get a clear understanding on how to accomplish the following. I need to write a class library to handle all the database calls and then return the results. I just want to send the LINQ statement to the class , and then get the result back. I have tried to find examples on the net , but i dont find anything that i could look at as an example. Can anyone please send me links or give me an example on how to handle this for Inserts , updates and deletes.
-
Im new to the entity framwork approach and im planning on using it for a small application here at the office. However , i can see EF to become a very good approach in some other applications we are planning on writing in the near future. A bought a book called "Programming entity framework" from Oreilly , but it has so many errors in it so i cant really do the examples and get a clear understanding on how to accomplish the following. I need to write a class library to handle all the database calls and then return the results. I just want to send the LINQ statement to the class , and then get the result back. I have tried to find examples on the net , but i dont find anything that i could look at as an example. Can anyone please send me links or give me an example on how to handle this for Inserts , updates and deletes.
Try Googling on linq to ef crud. I got loads of hits and the top few looked as if they concerned the type of functionality you are looking for.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
Try Googling on linq to ef crud. I got loads of hits and the top few looked as if they concerned the type of functionality you are looking for.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”