Is there an article that covers all syntaxes for LINQ or ENTITY FRAMEWORK?
I want to learn EF, however when i am looking for good resources it always limited.
And also should I learn LINQ before knowing EF?
The only thing that I've found great was LINQ 101.
Thanks and advance.
No, You don't need to learn Linq before Entity framework, you need to have basic knowledge of it, and alternative is lambda expression using entity framework
For EF tutorial, Which tutorial do you need Code first or Database First approach?
For basic connectivity using code first here is the article
https://qawithexperts.com/article/asp.net/code-first-migration-with-entity-framework/51
If you need connecting to database using Database first approach in EF in MVC
Now about complete tutorial website, I find this website helpful
http://www.entityframeworktutorial.net/ which has both code first approach and database first explained.
EF complete details by microsoft https://msdn.microsoft.com/en-us/data/ee712907
PDF link : http://it-ebooks.directory/book-1430257881.html
Few website links http://www.tutorialsteacher.com/linq/linq-tutorials
http://tutlane.com/tutorial/linq
https://code.msdn.microsoft.com/101-LINQ-Samples-3fb9811b (The one which you mentioned I think)
http://it-ebooks.directory/book-1933988169.html
If you want more tutorial, there are many courses on Udemy and pluralsight, which is paid but i don't recommeed it personallly when you already have lots of website's tutorial and pdf available to download for free.
But you will learn it most when you will start coding in it.
Subscribe to our weekly Newsletter & Keep getting latest article/questions in your inbox weekly