Microsoft Build 2016 11/14/2018 11:29 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,

Slides:



Advertisements
Similar presentations
61% YoY Growth.NET Active Developers (VS 2012+) 40%.NET Core downloads by new developers 62% GitHub contributions from outside of Microsoft (corefx.
Advertisements

10/18/2017 3:02 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
What is it all about? .NET MeetUp in Prague, CZ (2017/7/19)
12/29/2017 2:33 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
The Xamarin Promise - Realized
Unleash .NET 2015 in your apps
4/24/ :07 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Introduction to ASP.NET Core
5/15/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
5/15/2018 5:43 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
DotnetConf 9/10/2018 7:49 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE.
Windows Azure Jeffrey Ferman Program Manager 3-006
ASP.NET Core: Web apps, cloud apps, and containers
The Future of C# The Future of C# and VB 2-577
ASP.NET Core 2.0 Fundamentals
The Modern ASP.NET Tech Stack!
Building a Continuous Delivery Pipeline for ASP.NET Core Apps
Visual Studio Tools for Office 2005
Getting Started with Visual Studio Tools for Tizen
Building Innovative Apps using the Microsoft Developer Platform
ASP.NET in Linux and Windows containers
Azure API Management Jothi Prakash A
Modern Front-End Web Development with Visual Studio
DNN Connect 2017 Microsoft Keynote
Release Management with Visual Studio Team Services
Deploy Windows 10 Mobile for the mobile workforce
Microsoft Build /8/2018 3:30 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Explore web development with Microsoft ASP.NET Core 1.0
What is it all about? .NET MeetUp in Amsterdam, NL (2017/7/11)
Microsoft Ignite NZ October 2016 SKYCITY, Auckland
Building Modern Web Apps with ASP.NET MVC 6
Explore web development with Microsoft ASP.NET Core 1.0
DotnetConf 11/14/2018 3:27 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE.
Overview of the .NET Platform
Microsoft Ignite /14/ :21 AM BRK2101
Microsoft Build /15/2018 6:28 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Office 365 Development July 2014.
.NET and .NET Core Foot View of .NET Pan Wuming 2017.
Learn. Imagine. Build. .NET Conf
MIX 09 11/23/2018 6:07 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Mobile Center and VSTS:​ Better together for your Mobile DevOps
Microsoft Connect /26/2018 6:08 PM
Microsoft Connect /26/2018 6:09 PM
Entity Framework Core.
Microsoft Build /30/2018 2:15 AM Migrating Silverlight Windows Phone apps to the Universal Windows Platform Ricardo Villalobos Principal SDE Manager.
Microsoft Connect /1/2018 2:36 AM
Intranet web banner units
12/3/2018 7:56 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Application Insights Diagnostics Preview
MIX 09 12/8/2018 4:33 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Xamarin Test Recorder John Lago Senior Program Manager.
Windows Template Studio
Microsoft Connect /17/2019 9:55 PM
Internal social media units
Microsoft Connect /16/ :45 PM
Microsoft Ignite /17/2019 6:00 PM
Microsoft Connect /19/2019 2:33 PM
Microsoft Connect /22/2019 9:54 PM
Microsoft Connect /23/ :38 AM
Microsoft Build /27/2019 2:26 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Microsoft Build /8/2019 6:29 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
4/11/2019 6:29 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
4/12/2019 5:27 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Build /19/2019 © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
5/6/2019 7:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
The complete developer's guide to the SkyDrive API
Build /15/2019 © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
Bringing existing managed code into Metro style apps
11/11/2019 1:15 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft Connect /14/ :11 AM
Presentation transcript:

Microsoft Build 2016 11/14/2018 11:29 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Getting Started with F# on .NET Core David Stephens Program Manager

What is F#? Functional-first language On the .NET platform 11/14/2018 11:29 PM What is F#? Functional-first language Emphasizes pure functions and immutable data Object-oriented features, harmonized with functional programming On the .NET platform .NET Framework, Mono, and .NET Core Easy interop with C# and Visual Basic libraries Visual Studio, Visual Studio Code, Xamarin Studio, and more Simple code to solve complex problems Used in production by individuals, startups, and Fortune 500 companies Testing, domain modeling, prototyping, scientific computing, web services… © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

What is .NET Core? Cross-platform Open source Modern 11/14/2018 11:29 PM What is .NET Core? Cross-platform Windows, OS X, and Linux Open source Contribute on Github alongside the Microsoft team Modern Optimized for cloud services and mobile apps Modular design can adapt to meet different scenarios Benefits from years of lessons from .NET Framework © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

F# on .NET Core Why? Work in progress (as of March 2016) 11/14/2018 11:29 PM F# on .NET Core Why? Grow the F# community, especially on OS X and Linux Benefit from .NET Core runtime and tooling innovation Compliment C# and Visual Basic in .NET Core solutions Work in progress (as of March 2016) Many .NET libraries and tools need to be ported to .NET Core Some type providers won’t work File issues on Github! © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Demo Microsoft Build 2016 11/14/2018 11:29 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Review Download Get Started aka.ms/dotnetcoregs mkdir hello cd hello 11/14/2018 11:29 PM Review Download aka.ms/dotnetcoregs Get Started mkdir hello cd hello dotnet new --lang f# © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Resources Documentation Contribute Reach Out 11/14/2018 11:29 PM Resources Documentation .NET Core – dotnet.github.io (This URL will change) F# – MSDN Porting to .NET Core – .NET Blog fsharp.org Contribute .NET Core – github.com/dotnet F# – github.com/Microsoft/visualfsharp Reach Out @visualfsharp © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Thank You, F# Community! Enrico Sada Krzysztof Cieślak 11/14/2018 11:29 PM Thank You, F# Community! Enrico Sada Adding F# features to the .NET CLI F# compiler contributions for .NET Core Krzysztof Cieślak Ionide extension for Visual Studio Code Ionide extension for Atom © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

11/14/2018 11:29 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.