Need articles that covers complete tutorials (with syntax) for LINQ or ENTITY FRAMEWORK? Like MozillaDeveloper.


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.


Asked by:- Aileereal
0
: 2825 At:- 2/28/2018 1:05:06 PM
ASP.NET C# Linq tutorial entity framework tutorial







1 Answers
profileImage Answered by:- Sam

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?

Entity framework tutorial links

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

https://qawithexperts.com/article/asp.net/mvc-tutorial-part-2-connecting-to-database-fetchinginserting/29

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

Linq tutorial

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.

2
At:- 3/1/2018 8:02:37 AM Updated at:- 3/1/2018 8:03:25 AM
Thanks, for these informations. 0
By : Aileereal - at :- 3/9/2018 1:32:44 PM






Login/Register to answer
Or
Register directly by posting answer/details

Full Name *

Email *




By posting your answer you agree on privacy policy & terms of use