Use C# to Write Cross-Platform Codes

With the recent release of .NET Core, you can now use C# to write cross-platform codes.

This contains the 1.0 final release of the new MSBuild based .NET Core Tools.

The tools are supported on Windows, macOS and Linux. You can use them at the command-line, with VS Code or as part of Visual Studio 2017.

Using Visual Studio 2017, you can create .NET Standard libraries, .NET Core apps/libraries and ASP.NET web projects that use the new csproj format.

https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes#dotnetcore

https://blogs.msdn.microsoft.com/dotnet/2017/03/07/announcing-net-core-tools-1-0/

Get started, check out the following video.

https://channel9.msdn.com/Blogs/dotnet/Get-started-VSCode-Csharp-NET-Core-Windows

Comments