Code Monkey home page Code Monkey logo

basiclinq's Introduction

Reading:

Prerequisites

To better understand LINQ you will need to have beginner level familiarity with these terms:
  1. Generic Collections (System.Collections.Generic): https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/collections#BKMK_SimpleCollection
  2. Lambdas https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/lambda-expressions
  3. Delegate https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/delegates/
  4. Extension Methods https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/extension-methods

Intro to LINQ

https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/linq/
https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/linq/introduction-to-linq-queries

Exercises:

In this repository you will find some basic exercises to try and solve on your own. For a reference on operators you can use - please look here: https://docs.microsoft.com/en-us/dotnet/api/system.linq.enumerable?view=net-5.0

Rules for solving Exercises:

You can only modify the "Act" part of a unit test. The unit test must pass.

Useful links:

https://app.pluralsight.com/library/courses/linq-fundamentals-csharp-6
https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/linq/standard-query-operators-overview
https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/linq/classification-of-standard-query-operators-by-manner-of-execution
https://github.com/dotnet/try-samples/blob/main/101-linq-samples/readme.md

basiclinq's People

Contributors

nichitacebotari0 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.