F# 3.0: data, services, Web, cloud, at your fingertips

Slides:



Advertisements
Similar presentations
© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Advertisements

© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or.
Preface Demo A Quick Thank You How Did We Do It?
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or.
© 2010 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
MIX 09 4/15/ :14 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
ASP.NET 3.5 Mike Ormond Developer & Platform Group Microsoft Ltd
Interactivity Navigating a data model Working with large quantities of data Entry Editing and adding data User feedback and validation Presentation.
Multitenant Model Request/Response General Model.
Announcing Demo Announcing.
Feature: Web Client Keyboard Shortcuts © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are.
Session 1.
Built by Developers for Developers…. © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
 Rico Mariani Architect Microsoft Corporation.
WinHEC /22/2017 © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or.
Feature: Print Remaining Documents © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or.
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or.
Feature: Document Attachment –Replace OLE Notes © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product.
Building Social Games for Windows 8 with Windows Azure Name Title Microsoft Corporation.
Feature: Customer Combiner and Modifier © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are.
SQL Server SQL Azure Visual Studio“Quadrant” SQL Server Modeling Services Entity Framework ADO.NET“M”/EDM Data Services …
© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or.
demo Instance AInstance B Read “7” Write “8”

customer.
Rich Platform Services Manageability User Experience.
demo © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
demo Demo.
demo QueryForeign KeyInstance /sm:body()/x:Order/x:Delivery/y:TrackingId1Z
Windows Azure SQL Data Sync Name Title Microsoft Corporation.
projekt202 © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are.
The CLR CoreCLRCoreCLR © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product.
© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks.
© 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or.

MIX 09 5/29/ :31 AM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
The Future of C# The Future of C# and VB 2-577
Python Tools for Visual Studio
Возможности Excel 2010, о которых следует знать
Title of Presentation 11/22/2018 3:34 PM
What’s new in Visual Studio for web developers
Baseline: How Are We Doing Now?
Title of Presentation 12/2/2018 3:48 PM
Windows Runtime internals: understanding "Hello World"
Your Devices + OData + Azure = 
Customizing WPA Trace Views
Getting started with Windows Azure
ASP.NET 4.5 loves HTML5, CSS3 & JavaScript
Create rich, data-driven Web apps with ASP.NET 4.5 Web Forms
Silverlight Debugging
8/04/2019 9:13 PM © 2006 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
SharePoint 2013 Authentication with Azure – Part 1
Windows 8 Security Internals
Виктор Хаджийски Катедра “Металургия на желязото и металолеене”
WINDOWS AZURE A LAP AROUND PLATFORM THE Steve Marx
Leveraging existing code in Metro style apps
PENSACOLA ENERGY WORK PLAN OCTOBER 10, 2016
Title of Presentation 5/12/ :53 PM
Шитманов Дархан Қаражанұлы Тарих пәнінің
The complete developer's guide to the SkyDrive API
SharePoint 2013 Authentication with Azure – Part 2
Title of Presentation 5/24/2019 1:26 PM
Inside the Windows 8 driver developer workflow
日本初公開!? Vista の新機能を実演 とっちゃん わんくま同盟 7/23/2019 9:09 AM
Title of Presentation 7/24/2019 8:53 PM
7/19/2019 2:53 AM © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Presentation transcript:

F# 3.0: data, services, Web, cloud, at your fingertips 12/8/2018 12:21 AM SAC-904T F# 3.0: data, services, Web, cloud, at your fingertips Don Syme Principal Researcher Microsoft Research © 2010 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.

Agenda slide Enterprise Developers F# 3.0: Making Data Simple WHO WILL BENEFIT FROM THIS TALK TOPICS WHAT YOU’LL LEAVE WITH Enterprise Developers Data Developers Service Developers Analytical Programmers F# 3.0: Making Data Simple F# 3.0: Making Data Regular F# 3.0: Making Data Efficient How to access data with F# 3.0 How to access services with F# 3.0 Using F# 3.0 on servers and devices

Understanding F# Transformation, Analysis, Algorithms, Code, Parallel C#, VB, HTML5, Javascript F# 3.0 F# 2.0 Transformation, Analysis, Algorithms, Code, Parallel Access Data, Information, Services Presentation, Publication, Experience

Understanding F# Our roadmap is for F# 3.0 to support “portable” profile libraries (not in Developer Preview) You use your F# code on Metro, Desktop etc. You use a C# or VB front-end project Just like Silverlight, Phone, ASP.NET etc.

Final ASP.NET application C# Front End F# Data Acquisition, Query and Analysis http://yfrog.com/z/nupkap

Understanding F# 3.0 is very simple

The world is information rich Very, very information rich

Our languages and frameworks are information-sparse

We need to fix this

F# 3.0 is about fixing this and you can use F# components with C#, VB etc.

But first, a bit about F#...

F# is… ...a productive, supported, interoperable, functional language that allows you to write simple code to solve complex problems.

demo Some Basic F#

F# can be used for just about everything, but excels at analytical programming

Example (Power Company) I have written an application to balance the national power generation schedule … for an energy company. ...the calculation engine was written in F#. The use of F# to address the complexity at the heart of this application clearly demonstrates a sweet spot for the language … algorithmic analysis of large data sets. Simon Cousins (Eon Powergen)

Language Integrated Web & Cloud Data demo Language Integrated Web & Cloud Data

A Type Provider is… A design-time component that provides a computed space of types A compiler/IDE extension… The static counterpart to dynamic languages… Intellisense for data Extensible and open Breaking down walls

The Enterprise Data Sources You Need demo The Enterprise Data Sources You Need

F# 3.0: SQL + Linq2SQL type SQL = SqlDataConnection<"Server='.\\SQLEXPRESS'...">

Needed in Developer Preview F# 3.0: SQL + Linq2SQL Needed in Developer Preview [<Generate>] type SQL = SqlDataConnection<"Server='.\\SQLEXPRESS'...">

F# 3.0: SQL + Linq2SQL type SQL = SqlDataConnection<"Server='.\\SQLEXPRESS'...">

F# 3.0: SQL Server/Entity Framework type SQL = SqlEntityConnection<"Server='.\\SQLEXPRESS'">

F# 3.0: OData type Netflix = ODataService<"http://odata.netflix.com">

F# 3.0: Queries let avatarTitles = query { for t in netflix.Titles do where (t.Name.Contains "Avatar") }

F# 3.0: Queries let avatarTitles = query { for t in netflix.Titles do where (t.Name.Contains "Avatar") sortBy t.Name take 100 }

demo Extensible and Open

F# 3.0: SharePoint (via sample) type EmeaSite = SharePointSite<"http://myemea/">

F# 3.0 – Details Much Better Intellisense Auto-properties 12/8/2018 12:21 AM F# 3.0 – Details Much Better Intellisense Auto-properties Parameter help when using methods Many more samples and documentation Better Nullable Support F# Type Providers can work with Units of Measure Standard SI Units of Measure in F# Core Library Benefit from many improvements in .NET and Visual Studio © 2010 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.

F# 2.0 is an accelerator for solving computationally complex problems F# 3.0 is an accelerator for solving data complex problems

Enjoy C#, VB, HTML5, Javascript here Next Steps Use F# 3.0 here Use F# 2.0 here Enjoy C#, VB, HTML5, Javascript here Transformation, Analysis, Algorithms, Code, Parallel Data, Information, Services Access Presentation, Publication, Experience

In Summary Simple, expressive, productive, interoperable language Ready for use in VS 11 Code-focused analytical programming An amazing data-rich future ahead F# 3.0

“For more information” Slide RELATED SESSIONS DOCUMENTATION & ARTICLES SAC-836T Your devices + OData + Windows Azure = happiness SAC-824T OData Futures: creating the web of data TOOL-834T What's new in .NET Framework 4.5 TBD Future of C# and Visual Basic MSDN F# Developer Center MSDN F# Sample Kit MSDN F# Type Providers CONTACT: dsyme@microsoft.com

thank you Feedback and questions http://forums.dev.windows.com Session feedback http://bldw.in/SessionFeedback

12/8/2018 12:21 AM © 2011 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. © 2011 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.

Examples #2/#3: Finance companies

Example #4: Biotech ...F# rocks - building algorithms for DNA processing and it's like a drug. 12-15 at Amyris use F#... F# has been phenomenally useful. I would be writing a lot of this in Python otherwise and F# is more robust, 20x - 100x faster to run and faster to develop. Darren Platt, Amyris BioTechnologies

The magic is made up of: - F# Type Providers - F# LINQ Queries - F# SQL, OData, WSDL, … - Extensible, open information injection architecture