1 / 24

Visual Studio 2008

Visual Studio 2008. Mike Taulty Developer & Platform Group Microsoft Ltd Mike.Taulty@microsoft.com http://www.miketaulty.com ( for slides ) . Visual Studio 2008 Sp1. 2008. Release History. .NET 3.5 Sp1. Visual Studio 2008. Visual Studio 2008. 2007. 2007. .NET 3.5. .NET 3.5.

cree
Download Presentation

Visual Studio 2008

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. Visual Studio 2008 Mike Taulty Developer & Platform Group Microsoft Ltd Mike.Taulty@microsoft.com http://www.miketaulty.com ( for slides )

  2. Visual Studio 2008 Sp1 2008 Release History .NET 3.5 Sp1 Visual Studio 2008 Visual Studio 2008 2007 2007 .NET 3.5 .NET 3.5 Visual Studio 2005 2006 .NET 3.0 .NET 3.0 Visual Studio .NET 2003 2005 .NET 2.0 .NET 2.0 Visual Studio .NET 2003 .NET 1.1 .NET 1.1 2002 .NET 1.0 .NET 1.0

  3. Multi-targetting What’s New In VS 2008? ( video ) Languages + LINQ VS 2008

  4. reference slides ( http://miketaulty.com )

  5. Client Applications ( video )

  6. Web Applications ( video )

  7. Office Applications ( video )

  8. WF and WCF ( video )

  9. Mobile Applications ( video )

  10. Multi-targetting What’s New In VS 2008? ( video ) Languages + LINQ VS 2008

  11. .NET Fx 2.0 Multitargetting .NET Fx 3.0 • No longer a hard link between Visual Studio and the application’s target framework .NET Fx 3.5 VS 2008

  12. multitargetting demo

  13. Language Features in VS 2008 Most are LINQ enablers C# 3 VB9 Anonymous Types XML Literals Collection Initialisers Extension Methods Relaxed Delegates Automatic Properties Lambda expressions If Ternary Operator Lambda statements Object Initialisers Nullable Syntax Local Type Inference Partial Methods

  14. C# 3.0 language features demo

  15. Language INtegrated Query? • Lots of code written today in order to loop, filter, sort, group, etc. • Why not build better support for this? sort sum loop

  16. Why Have LINQ? • Access to common data like XML or SQL is harder than accessing in memory objects; • Why not have better API’s than this? hope! pray! hope!

  17. Language Integrated Query fromdatainsomeDataSource joinotherDatainsomeOtherSource onkeyExprequalskeyExpr(intoitemName)? letsomeVariable= someExpression wheresomePredicate orderby (expression(ascending | descending)?)* selectexpression groupexpressionbykeyExpression intoitemName Language Features ( C# V3 and VB V9 ) .NET Framework V3.5 Custom Objects XML SQL

  18. LINQ to objects demo

  19. How Does LINQ Work? • Compiler rewrites as method calls • No need to implement Select() etc. if myData is either IEnumerable IQueryable • Implementations already present in the .NET Framework for those cases

  20. IEnumerable & IQueryable? • IEnumerable – query executed serially, one operator at a time where select Execute Execute • IQueryable – whole query passed to implementation for execution where select Capture & Execute

  21. Queryablevs Enumerable demo

  22. LINQ in .NET Framework V3.5

  23. LINQ to XML, LINQ to SQL demo

  24. © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

More Related