1 / 28

LINQ (Language Integrated Query)

LINQ (Language Integrated Query). Übersicht. Einleitung zu LINQ LINQ Syntax LINQ to Objects (Übungen ) LINQ to XML (Übungen ) LINQ to SQL (Übungen ) Fragen/Diskussion. Was ist LINQ?. Komponente zum Abfragen von Datenquellen Modifizieren und neu erstellen von Daten

marcin
Download Presentation

LINQ (Language Integrated Query)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. LINQ (Language Integrated Query)

  2. Übersicht • Einleitung zu LINQ • LINQ Syntax • LINQ to Objects • (Übungen) • LINQ to XML • (Übungen) • LINQ toSQL • (Übungen) • Fragen/Diskussion

  3. Was ist LINQ? • Komponente zum Abfragen von Datenquellen • Modifizieren und neu erstellen von Daten • .Net 3.0 erste Version • .Net 3.5 erweitert (anfragemanipulierende Erweiterungsmethoden) • .Net 4.0 PLINQ (Parallel LINQ) • Standard Data Provider: LINQ to Objects, SQL, DataSets, XML

  4. Vorteile und Nachteile

  5. Basiswissen

  6. Sprachdetails

  7. Restriction Operators

  8. Projection Operators

  9. Partitioning Operators

  10. Ordering Operators

  11. Grouping Operators

  12. Set Operators

  13. Conversion Operators

  14. Element Operators

  15. Generation Operators

  16. Quantifiers

  17. Aggregate Operators

  18. Miscellaneous Operators

  19. JoinOperators

  20. LINQ to XML • Erlaubt Lesen, schreiben von XML Dokumenten • Vereinfacht lesen und schreiben von XML Daten

  21. Object Model

  22. Erklärung Object Models

  23. Beispiel SEPA

  24. Beispiel SEPA 2

  25. Query Syntax

  26. Data Modification

  27. Das wars… vorerst ;)

More Related