Showing results for visual studio - .NET Blog

Feb 6, 2019
0
0

Changes to the web and JSON editor APIs in Visual Studio 2019

Web Development Tools Microsoft
Web Development Tools Microsoft

In Visual Studio 2019 Preview 2, The Web Tools team made some changes to improve extensibility features for extension developers. To standardize interfaces, the CSS, HTML, JSON and CSHTML editors renamed their assemblies - table details inside!

ASP.NETVisual Studio
Feb 5, 2019
0
1

Submit to the Applied F# Challenge!

Phillip Carter
Phillip Carter

This post was written by Lena Hall, a Senior Cloud Developer Advocate at Microsoft. F# Software Foundation has recently announced their new initiative — Applied F# Challenge! We encourage you to participate and send your submissions about F# on Azure through the participation form. Applied F# Challenge is a new initiative to encourage in-dept...

.NET.NET CoreMachine Learning
Jan 24, 2019
3
1

Announcing F# 4.6 Preview

Phillip Carter
Phillip Carter

F# 4.6 is now fully released. See the announcement blog post for more. We're excited to announce that Visual Studio 2019 will ship a new version of F# when it releases: F# 4.6! F# 4.6 is a smaller update to the F# language, making it a "true" point-release. As with previous versions of F#, F# 4.6 was developed entirely via an open RFC (reques...

.NET.NET CoreVisual Studio
Jan 24, 2019
1
0

.NET Core tooling update for Visual Studio 2019 Preview 2

Phillip Carter
Phillip Carter

Another preview of Visual Studio 2019, another update on the cool stuff going into it! We're pleased to announce some updates to the .NET Core tools for Visual Studio 2019. You can try these changes out starting with Preview 2. We'd love for you to try out these new features and give us feedback. Debugging console apps will use the new Integ...

.NET CoreVisual Studio
Dec 13, 2018
1
0

Visual Studio 2019 Preview .NET Productivity

KendraHavens
KendraHavens

As you hopefully heard, the first preview of Visual Studio 2019 is now available. In this post I’ll cover some of the productivity improvements for .NET developers we’re most excited about. For a complete list, check out the release notes. Regex Language Support Any regular expressions in your C# or Visual Basic files now have syntax highlighting...

.NET
Dec 5, 2018
11
0

Take C# 8.0 for a spin

Mads Torgersen
Mads Torgersen

Take C# 8.0 for a spin Yesterday we announced the first preview of both Visual Studio 2019 (Making every developer more productive with Visual Studio 2019) and .NET Core 3.0 (Announcing .NET Core 3 Preview 1 and Open Sourcing Windows Desktop Frameworks). One of the exciting aspects of that is that you get to play with some of the features coming i...

C#
Nov 13, 2018
9
0

.NET Core tooling update for Visual Studio 2017 version 15.9

Phillip Carter
Phillip Carter

Update! Starting with Visual Studio 2019, the option has moved to: Tools > Options > Environment > Preview Features Old post for posterity: Starting with Visual Studio 2017 version 15.9, we’ve changed how the Visual Studio tooling for .NET consumes .NET Core SDKs. Prior to this change, installing a preview version of the .NET Core SDK woul...

.NET Core.NETVisual Studio
Nov 9, 2018
0
0

When should you right click publish

Angelos Petropoulos
Angelos Petropoulos

Some people say ‘friends don’t let friends right click publish’ but is that true? If they mean that there are great benefits to setting up a CI/CD workflow, that’s true and we will talk more about these benefits in just a minute. First, let’s remind ourselves that the goal isn’t always coming up with the best long-term solution. Technology moves f...

ASP.NETASP.NET CoreAzure
Sep 17, 2018
0
0

The future of ASP.NET SignalR

Andrew Stanton-Nurse
Andrew Stanton-Nurse

In ASP.NET Core 2.1, we brought SignalR into the ASP.NET Core family. Many of our users have asked what this means for the previous version of SignalR: ASP.NET SignalR. As a reminder, ASP.NET SignalR is represented by the NuGet package and runs on applications using .NET Framework and System.Web. ASP.NET Core SignalR is part of the ASP.NET Core p...

ASP.NETSignalR
Sep 12, 2018
0
0

ASP.NET Core 2.2.0-preview2 now available

Sourabh Shirhatti [MSFT]
Sourabh Shirhatti [MSFT]

Today we’re very happy to announce that the second preview of the next minor release of ASP.NET Core and .NET Core is now available for you to try out. We’ve been working hard on this release over the past months, along with many folks from the community, and it’s now ready for a wider audience to try it out and provide the feedback that will conti...

ASP.NETASP.NET Core