1 / 20

C# 3.0 - Was gibt’s neues ?

C# 3.0 - Was gibt’s neues ?. Jan-Cornelius Molnar Jan-Cornelius.Molnar@studentprogram.de Student Partner. Student Partners. Vorträge, Workshops für Euch! Wissenstransfer 28./29. Mai 2008: C# Workshops www.studentprogram-south.de/stuttgart/. MSDN AA verfügbar.

csilla
Download Presentation

C# 3.0 - Was gibt’s neues ?

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. C# 3.0 - Wasgibt’sneues? Jan-Cornelius Molnar Jan-Cornelius.Molnar@studentprogram.de Student Partner

  2. Student Partners • Vorträge, Workshops für Euch! • Wissenstransfer • 28./29. Mai 2008: C# Workshopswww.studentprogram-south.de/stuttgart/

  3. MSDN AA verfügbar • http://www.stud.uni-stuttgart.de/studserv/studgoods/MSDNAA.aspoderhttp://www.studentprogram-south.de/stuttgart/ • Visual Studio 2008 Team Suite • Windows Server 2008 Enterprise • Windows Vista Business x86/x64 • … und noch viel mehr!

  4. Agenda • C# 2.0 – Bestandsaufnahme • C# 3.0 – Was kommt dazu • LINQ • Demos, Demos, Demos

  5. C# 2.0 + Typensicher + Klassen, Interfaces, Methoden, Generics … + Compiler Checks • Starr • „Viel Code für nichts dahinter“

  6. C# 2.0 demo

  7. C# 3.0 demo

  8. C# 3.0 - Sprachfeatures • Erleichtern häufige Aufgaben • Erhöhen Code-Lesbarkeit • Erleichtern Code-Generierung

  9. Warum LINQ? • Zu viel Code ist nötig zum sortieren, filtern, etc. sort sum loop

  10. Warum LINQ? • Zugriff auf Datenbanken, XML, … ist noch schlimmer  hope! pray! hope!

  11. Language Integrated Query fromdatainsomeDataSource joinotherDatainsomeOtherSource onkeyExprequalskeyExpr(intoitemName)? letsomeVariable= someExpression wheresomePredicate orderby (expression(ascending | descending)?)* selectexpression groupexpressionbykeyExpression intoitemName Sprach Features ( C# 3.0 and VB 9 ) .NET Framework 3.5 Custom Objects XML SQL

  12. EtwasLinq to Objects demo

  13. Wie funktioniert LINQ? • Wird vom Compiler übersetzt • Implementierung für Select() etc. vorhanden, falls myData vom Typ ist. IEnumerable IQueryable

  14. IQuery … was? • IEnumerable – Abfrage wird seriell ausgeführt, ein Operator nach dem anderen. • IQueryable – Abfrage wird als Ganzes ausgeführt. where select Execute Execute where select Capture & Execute

  15. LINQ im .NET Framework

  16. Linq to Xml, Linq to Sql demo

  17. LinqTo … [www.codeplex.com] • … Active Directory (LDAP) • … Amazon • … flickr • … Google API • … Microsoft Dynamics • … MySql • … Nhibernate • … RDF Files • … Sharepoint

  18. Q&A

  19. Vielen Dank • Slides & Code aufhttp://www.studentprogram-south.de/stuttgart • 28./29. Mai 2008C# Grundlagen / Windows Forms & C#Anmeldung:http://www.studentprogram-south.de/stuttgart

More Related