Skip to content

Slides and code samples for "LINQ - It's not just for databases"

License

Notifications You must be signed in to change notification settings

jeremybytes/linq-in-memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LINQ - It's Not Just for Databases

LINQ (Language Integrated Query) is mostly associated with Entity Framework and database access. But it can be used for much more. LINQ lets us sort, filter, and aggregate data all in memory without needing to make another database call. You’ll learn how to use the LINQ fluent syntax to combine functions and make a great experience for your users.

Microsoft Docs

Resources


About

Slides and code samples for "LINQ - It's not just for databases"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages