.NET Core 2.0 Preview Improves Platform Support
Written by Kay Ewbank   
Wednesday, 12 July 2017

The latest version of .NET Core is available in preview with improvements to the platform support and the ability to reference .NET Framework libraries from .NET Standard libraries.

The new version has updated support for several platforms, starting with Azure App Service. .NET Core 2.0 Preview 2 is being rolled out to App Service and will be available with Azure App Service by the end of the week.  Support has also been added for SUSE Linux Enterprise Server, starting with SLES 12 SP2. For Mac users, there's an updated .NET Core designed to overcome issues previously identified on macOS High Sierra.

The ability to reference .NET Framework libraries from .NET Standard libraries is described as helping you migrate .NET Framework code to .NET Standard or .NET Core over time (start with binaries and then move to source). It is also useful in the case that the source code is no longer accessible or is lost for a .NET Framework library, enabling it to be still be used.

 

dotnetstandard

 

Another improvement to the new version is an updated WCF Connected Service Provider. This is an extension for Visual Studio 2017 that can be used to generate WCF client proxy code in .NET Core & ASP.NET Core applications. There's also an updated version of WCF for .NET that adds support for projects built on .NET Core 2.0 Preview 2 or ASP.NET Core 2.0 Preview 2. The updated WCF provider adds support for SOAP encoded messages, support for service operations that can initiate or close sessions; and the ability to use custom proxy addresses for Http & Https bindings on Windows.

The final main change is an improvement to the use of commands. Until now, the dotnet restore command has required  a set of keystrokes whenever you wanted to install required project dependencies. If you forgot, processes, including run, build and publish, would fail. The dotnet restore command is now implicitly called on your behalf so avoiding the error messages.

 net2

 

More Information

.NET Core Preview

Related Articles

.NET Core Version 1 Released - So What?
The State Of .NET Core

.NET Core The Details - Is It Enough?

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

 

Banner


Crazy Clocks
10/03/2024

It's that time again when the clocks change and  time is of the essence and I indulge my interest in crazy clocks. I am always surprised that there are still new ideas for how to display the time [ ... ]



Five Tips for Managing Hybrid Development Teams
08/03/2024

Managing hybrid development teams can be challenging, but  can also be a rewarding endeavor. Here are some tips to follow to ensure success. 


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Wednesday, 12 July 2017 )