Skip to content

🔧 small fixes #1153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 14, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/csharp/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@ description: How is the C# language evolving
keywords: C#, Latest Features, What's New, Roslyn
author: BillWagner
manager: wpickett
ms.date: 08/25/2016
ms.date: 10/14/2016
ms.topic: article
ms.prod: visual-studio-dev-14
ms.technology: devlang-csharp
ms.devlang: csharp
ms.assetid: 77deec51-a14d-46d4-9bb3-faf449477149
---

# What's new in C#
# What's new in C# #


* [C# 7](csharp-7.md):
- This page describes the latest features in the C# language. This covers C# 7, currently available in [Visual Studio 15 Preview 4](https://www.visualstudio.com/visual-studio-pre-release-downloads/).

* [C# 6](csharp-6.md):
- This page describes the latest features in the currently released version of C#, C# 6. These features are available in Visual Studio 2015 for Windows developers, and on .NET Core 1.0 for developers exploring C# on MacOS and Linux.
- This page describes the latest features in the currently released version of C#, C# 6. These features are available in Visual Studio 2015 for Windows developers, and on .NET Core 1.0 for developers exploring C# on macOS and Linux.

* [C# Interactive](interactive.md):
- This page describes C# Interactive, an interactive Read Eval Print Loop (REPL) that you can use to explore the C# language. You can use it to write code interactively and see it execute immediately, without any compile or build step.

* [Cross Platform Support](../core/index.md):
- C#, through .NET Core support, runs on multiple platforms. If you are interested in trying C# on MacOS, or on one of hte many support Linux distributions, learn more about .NET Core.
- C#, through .NET Core support, runs on multiple platforms. If you are interested in trying C# on macOS, or on one of hte many support Linux distributions, learn more about .NET Core.

- [.NET Compiler Platform SDK](roslyn/index.md):
- The .NET Compiler Platform SDK enables you to write code that performs static analysis on C# code. You can use these APIs to find potential errors, or bad practices, suggest fixes, and even implement those fixes.
Expand Down
18 changes: 11 additions & 7 deletions docs/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
### [Enums](csharp/tour-of-csharp/enums.md)
### [Delegates](csharp/tour-of-csharp/delegates.md)
### [Attributes](csharp/tour-of-csharp/attributes.md)
## [🔧 Latest features](csharp/whats-new.md)
## [Latest features](csharp/whats-new.md)
### [🔧 What's new in C# 7](csharp/csharp-7.md)
### [What's new in C# 6](csharp/csharp-6.md)
## [🔧 C# Interactive](csharp/interactive.md)
### [🔧 Using C# Interactive in Visual Studio](csharp/interactive-with-visualstudio.md)
### [🔧 Using C# Interactive from Powershell](csharp/interactive-with-powershell.md)
### [🔧 Using C# Interactive from MacOS or Linux Terminal](csharp/interactive-with-bash.md)
## [C# Concepts](csharp/concepts.md)
### [🔧 Using C# Interactive from macOS or Linux Terminal](csharp/interactive-with-bash.md)
## [🔧 C# Concepts](csharp/concepts.md)
### [🔧 C# Type system](csharp/type-system.md)
### [🔧 Namespaces and Assemblies](csharp/namespaces-and-assemblies.md)
### [Basic Types](csharp/basic-types.md)
Expand Down Expand Up @@ -228,6 +228,7 @@
### [Code Formatting Guidelines](fsharp/language-reference/code-formatting-guidelines.md)
<!-- End F# Content -->

<!-- .NET Standard Content -->
# [.NET Standard](standard/index.md)
## [.NET Standard Library](standard/library.md)
## [Frameworks](standard/frameworks.md)
Expand Down Expand Up @@ -345,20 +346,22 @@
### [Converting times between time zones](standard/datetime/converting-between-time-zones.md)
### [How to: resolve ambiguous times](standard/datetime/resolve-ambiguous-times.md)
### [How to: let users resolve ambiguous times](standard/datetime/let-users-resolve-ambiguous-times.md)
<!-- End .NET Standard Content -->

<!-- .NET Core Content -->
# [.NET Core Guide](core/index.md)
## [Getting started](core/getting-started.md)
## [Windows Prerequisites](core/windows-prerequisites.md)
## [Tutorials](core/tutorials/index.md)
### [Getting started with .NET Core on Windows](core/tutorials/using-on-windows.md)
### [Getting started with .NET Core on macOS](core/tutorials/using-on-macos.md)
### [Getting started with .NET Core on Windows/Linux/macOS using the command line](core/tutorials/using-with-xplat-cli.md)
### [Getting started with .NET Core on using the command line](core/tutorials/using-with-xplat-cli.md)
### [Developing Libraries with Cross Platform Tools](core/tutorials/libraries.md)
### [Developing ASP.NET Core applications](core/tutorials/aspnet-core.md)
### [How to Manage Package Dependency Versions for .NET Core 1.0](core/tutorials/managing-package-dependency-versions.md)
### [Using MSBuild to build .NET Core projects](core/tutorials/target-dotnetcore-with-msbuild.md)
## [Packages, Metapackages and Frameworks](core/packages.md)
## [Deploying](core/deploying/index.md)
## [Application Deployment](core/deploying/index.md)
### [🔧 Deploying Applications](core/deploying/applications.md)
### [Creating a NuGet Package with Cross Platform Tools](core/deploying/creating-nuget-packages.md)
## [Docker](core/docker/index.md)
Expand All @@ -368,7 +371,7 @@
### [Unit Testing with dotnet test](core/testing/unit-testing-with-dotnet-test.md)
### [Unit testing with MSTest on Windows](core/testing/using-mstest-on-windows.md)
## [Releases](core/versions/index.md)
### [Servicing](core/versions/servicing.md)
### [🔧 Servicing](core/versions/servicing.md)
## [Runtime IDentifier catalog](core/rid-catalog.md)
## [.NET Core Tools](core/tools/index.md)
### [Telemetry](core/tools/telemetry.md)
Expand All @@ -394,10 +397,11 @@
## [Migrating from DNX](core/migrating-from-dnx.md)
<!-- End .NET Core Content -->

<!-- .NET Framework Content -->
# [.NET Framework](framework/index.md)
## [Docker](framework/docker/index.md)
### [Running Console Apps in Containers](framework/docker/console.md)
### [Running ASP.NET MVC Apps in Containers](framework/docker/aspnetmvc.md)

<!-- End .NET Framework Content -->

# [Samples and Tutorials](samples-and-tutorials/index.md)