Showing archive results for March 2017

Mar 22, 2017
Post comments count0
Post likes count0

Announcing Nightly Releases for the Visual F# Tools

Vahe Minasyan

In our previous blog post announcing F# 4.1 and a release of the Visual F# Tools, we mentioned that a new release model for the Visual F# tools would be coming soon. That time is now.

Mar 22, 2017
Post comments count0
Post likes count0

Released: Python support in Visual Studio 2017

Vahe Minasyan

Today is launch day for Visual Studio 2017, and you can see all the info and join the live event at launch.visualstudio.com. But over in this corner of our world, we are announcing something special. As you likely know, once software is officially released, it normally gets less frequent updates. For those of us who love getting new toys, this can ...

Mar 22, 2017
Post comments count0
Post likes count0

Run To Click Debugging in Visual Studio 2017

Vahe Minasyan

You have many options when navigating through your code with the debugger in Visual Studio including setting breakpoints, stepping, and using Run to Cursor. In Visual Studio 2017 we have introduced Run to Click, a new way to more easily debug your code – point and click style. You no longer need to set temporary breakpoints or step several times to...

Mar 22, 2017
Post comments count0
Post likes count0

Azure Functions F# support is now generally available

Vahe Minasyan

Today, we’re happy to announce that F# is now generally available for all users of Azure Functions. Now that the API is stable, anyone can build production applications with Functions written in F#. You can get started today by using one of the F# templates in the portal today.

Mar 22, 2017
Post comments count0
Post likes count0

Visual Studio 2017 Update Preview and Windows 10 Creators Update SDK

Vahe Minasyan

It’s only been a week since we released Visual Studio 2017 and we’re already working on an update: Visual Studio 2017 Update Preview. This Update preview includes two main changes: improvements to the Universal Windows Platform (UWP) tools to support the Creators Update SDK and the addition of the Python tools. For full details of what’s in this pr...

Mar 17, 2017
Post comments count0
Post likes count0

Team Services Update – Mar 8, 2017 (Brian Harry)

Vahe Minasyan

This week we are deploying our sprint 114 work.  Check out the release notes to read the details.  As usual, it will take a couple of weeks for the changes to roll out across all accounts.

Mar 17, 2017
Post comments count0
Post likes count0

New Features in C# 7.0

Vahe Minasyan

Here is a description of all the new language features in C# 7.0, which came out last Tuesday as part of the Visual Studio 2017 release.

Mar 17, 2017
Post comments count0
Post likes count0

DocumentDB: API for MongoDB now generally available

Vahe Minasyan

Today, we are excited to announce that DocumentDB: API for MongoDB is generally available. The API for MongoDB allows developers to experience the power of the DocumentDB database engine with the comfort of a managed service and the familiarity of the MongoDB SDKs and tools. With the announcement of its general availability, we are introducing a su...

Mar 15, 2017
Post comments count0
Post likes count0

Announcing F# 4.1 and the Visual F# Tools for Visual Studio 2017

Vahe Minasyan

Last year, we announced F# 4.1 via a Peek in F# 4.1. As a recap, we mentioned: Alpha support for .NET Core and .NET Standard; language features for F# 4.1; and a big update to the Visual F# tools for Visual Studio 2017 (called Visual Studio "15" at the time). We’re tremendously excited to share updates in those areas.

Mar 15, 2017
Post comments count0
Post likes count0

New Features for C# developers in Visual Studio 2017 (C# 7.0)

Vahe Minasyan

C# 7.0 adds a number of new features and brings a focus on data consumption, code simplification and performance. Perhaps the biggest features are tuples, which make it easy to have multiple results, and pattern matching which simplifies code that is conditional on the shape of data. But there are many other features big and small. We hope that the...