Showing category results for Visual Studio

Jul 5, 2018
Post comments count0
Post likes count0

Workaround for Bower Version Deprecation

Justin Clareburt (MSFT)
Justin Clareburt (MSFT)

As of June 25, the version of Bower shipped with Visual Studio was deprecated, resulting in Bower operations failing when run in Visual Studio. If you use Bower, you will see an error something like: This will be fixed in Visual Studio 15.8. In the meantime, you can work around the issue by using a new version of Bower or by adding some configur...

ASP.NETVisual Studio
May 22, 2018
Post comments count0
Post likes count0

Announcing ASP.NET Providers Connected Service Visual Studio Extension

Matt FJH
Matt FJH

Provider pattern was introduced in ASP.NET 2.0 and it gives the developers the flexibility of where to store the state of ASP.NET features (e.g. Session State, Membership, Output Cache etc.). In ASP.NET 4.6.2, we added async support for Session State Provider and Output Cache Provider.  These providers provide much better scalability, and enables t...

ASP.NETVisual StudioAzure
May 8, 2018
Post comments count0
Post likes count1

F# language and tools update for Visual Studio 2017 version 15.7

Phillip Carter
Phillip Carter

We’re excited to share updates about changes to F# and F# tools which shipped with the Visual Studio 2017 version 15.7 release. Let’s dive in! Type Providers now support .NET Standard For those who aren’t familiar with Type Providers, they are a feature of F# which allow you to get IntelliSense for data. When pointed at a data source, a Type Prov...

.NET.NET CoreVisual Studio
Apr 9, 2018
Post comments count1
Post likes count0

Migrate to PackageReference with 3 clicks

Karan Nandwani
Karan Nandwani

Last year, we introduced the option to make PackageReference the default package management format for managing NuGet dependencies when installing the first NuGet package for a newly created projects. With Visual Studio Version 15.7 Preview 3, we have introduced the capability to migrate existing projects that use the format to use PackageReferenc...

NuGetVisual StudioFeature Announcement
Mar 6, 2018
Post comments count0
Post likes count0

F# language and tools update for Visual Studio 2017 version 15.6

Phillip Carter
Phillip Carter

With the release of Visual Studio 2017 version 15.6, we’re excited to share updates to the F# language and core library, F# tooling in Visual Studio, and infrastructure updates that concern OSS contributors. Let’s dive in! F# language and core library updates Some foundational changes for the F# language and core library have been made, in ad...

.NET.NET CoreVisual Studio
Nov 15, 2017
Post comments count0
Post likes count0

Announcing F# support for .NET Core and .NET Standard projects in Visual Studio

Phillip Carter
Phillip Carter

We're pleased to announce that Visual Studio 2017 15.5 Preview 4 now supports F# projects targeting .NET Core, .NET Standard, and .NET Framework through the .NET Core SDK. Some of you have noticed various levels of this support in the first, second, and third previews. We still had a few work items left to complete when those were released, so we d...

.NET.NET CoreVisual Studio
Nov 15, 2017
Post comments count0
Post likes count0

Improvements to Azure Functions in Visual Studio

Justin Clareburt (MSFT)
Justin Clareburt (MSFT)

We're excited to announce several improvements to the Azure Functions experience in Visual Studio as part of the latest update to the Azure Functions tools on top of Visual Studio 2017 v15.5. New Function project dialog To make it easier to get up and running with Azure Functions, we've introduced a new Functions project ...

ASP.NETVisual StudioAzure
Aug 14, 2017
Post comments count0
Post likes count0

Announcing ASP.NET Core 2.0

Jeffrey Fritz
Jeffrey Fritz

The ASP.NET team is proud to announce general availability of ASP.NET Core 2.0.  This release features compatibility with .NET Core 2.0, tooling support in Visual Studio 2017 version 15.3, and the new Razor Pages user-interface design paradigm.  For a full list of updates, you can read the release notes and you can check the list of changed items i...

ASP.NETASP.NET CoreVisual Studio
Jul 24, 2017
Post comments count1
Post likes count1

Get Started with F# as a C# developer

Phillip Carter
Phillip Carter

Get Started with F# as a C# developer One of our previous posts, Why You Should Use F#, listed a few reasons why F# is worth trying out today. In this post, we'll cover some of the basics you need to know to be successful. This post is intended for people who are coming from a C#, Java, or other object-oriented background. The concepts covered ...

.NETASP.NET.NET Core
Jun 28, 2017
Post comments count2
Post likes count0

WCF Web Service Reference Provider – Metadata Exchange Endpoint Authentication

Miguell - MSFT
Miguell - MSFT

With the recent update to the WCF Service Reference tool in the VS Marketplace, support has been added for downloading metadata for a web service where the metadata exchange (MEX) endpoint has been secured with IIS authentication. The purpose of MEX endpoints is to allow clients to discover the service capabilities, including security aspects of t...

ASP.NETVisual StudioWCF