|
32 | 32 | ### [Enums](csharp/tour-of-csharp/enums.md) |
33 | 33 | ### [Delegates](csharp/tour-of-csharp/delegates.md) |
34 | 34 | ### [Attributes](csharp/tour-of-csharp/attributes.md) |
35 | | -## [🔧 Latest features](csharp/whats-new.md) |
| 35 | +## [Latest features](csharp/whats-new.md) |
36 | 36 | ### [🔧 What's new in C# 7](csharp/csharp-7.md) |
37 | 37 | ### [What's new in C# 6](csharp/csharp-6.md) |
38 | 38 | ## [🔧 C# Interactive](csharp/interactive.md) |
39 | 39 | ### [🔧 Using C# Interactive in Visual Studio](csharp/interactive-with-visualstudio.md) |
40 | 40 | ### [🔧 Using C# Interactive from Powershell](csharp/interactive-with-powershell.md) |
41 | | -### [🔧 Using C# Interactive from MacOS or Linux Terminal](csharp/interactive-with-bash.md) |
42 | | -## [C# Concepts](csharp/concepts.md) |
| 41 | +### [🔧 Using C# Interactive from macOS or Linux Terminal](csharp/interactive-with-bash.md) |
| 42 | +## [🔧 C# Concepts](csharp/concepts.md) |
43 | 43 | ### [🔧 C# Type system](csharp/type-system.md) |
44 | 44 | ### [🔧 Namespaces and Assemblies](csharp/namespaces-and-assemblies.md) |
45 | 45 | ### [Basic Types](csharp/basic-types.md) |
|
228 | 228 | ### [Code Formatting Guidelines](fsharp/language-reference/code-formatting-guidelines.md) |
229 | 229 | <!-- End F# Content --> |
230 | 230 |
|
| 231 | +<!-- .NET Standard Content --> |
231 | 232 | # [.NET Standard](standard/index.md) |
232 | 233 | ## [.NET Standard Library](standard/library.md) |
233 | 234 | ## [Frameworks](standard/frameworks.md) |
|
345 | 346 | ### [Converting times between time zones](standard/datetime/converting-between-time-zones.md) |
346 | 347 | ### [How to: resolve ambiguous times](standard/datetime/resolve-ambiguous-times.md) |
347 | 348 | ### [How to: let users resolve ambiguous times](standard/datetime/let-users-resolve-ambiguous-times.md) |
| 349 | +<!-- End .NET Standard Content --> |
348 | 350 |
|
| 351 | +<!-- .NET Core Content --> |
349 | 352 | # [.NET Core Guide](core/index.md) |
350 | 353 | ## [Getting started](core/getting-started.md) |
351 | 354 | ## [Windows Prerequisites](core/windows-prerequisites.md) |
352 | 355 | ## [Tutorials](core/tutorials/index.md) |
353 | 356 | ### [Getting started with .NET Core on Windows](core/tutorials/using-on-windows.md) |
354 | 357 | ### [Getting started with .NET Core on macOS](core/tutorials/using-on-macos.md) |
355 | | -### [Getting started with .NET Core on Windows/Linux/macOS using the command line](core/tutorials/using-with-xplat-cli.md) |
| 358 | +### [Getting started with .NET Core on using the command line](core/tutorials/using-with-xplat-cli.md) |
356 | 359 | ### [Developing Libraries with Cross Platform Tools](core/tutorials/libraries.md) |
357 | 360 | ### [Developing ASP.NET Core applications](core/tutorials/aspnet-core.md) |
358 | 361 | ### [How to Manage Package Dependency Versions for .NET Core 1.0](core/tutorials/managing-package-dependency-versions.md) |
359 | 362 | ### [Using MSBuild to build .NET Core projects](core/tutorials/target-dotnetcore-with-msbuild.md) |
360 | 363 | ## [Packages, Metapackages and Frameworks](core/packages.md) |
361 | | -## [Deploying](core/deploying/index.md) |
| 364 | +## [Application Deployment](core/deploying/index.md) |
362 | 365 | ### [🔧 Deploying Applications](core/deploying/applications.md) |
363 | 366 | ### [Creating a NuGet Package with Cross Platform Tools](core/deploying/creating-nuget-packages.md) |
364 | 367 | ## [Docker](core/docker/index.md) |
|
368 | 371 | ### [Unit Testing with dotnet test](core/testing/unit-testing-with-dotnet-test.md) |
369 | 372 | ### [Unit testing with MSTest on Windows](core/testing/using-mstest-on-windows.md) |
370 | 373 | ## [Releases](core/versions/index.md) |
371 | | -### [Servicing](core/versions/servicing.md) |
| 374 | +### [🔧 Servicing](core/versions/servicing.md) |
372 | 375 | ## [Runtime IDentifier catalog](core/rid-catalog.md) |
373 | 376 | ## [.NET Core Tools](core/tools/index.md) |
374 | 377 | ### [Telemetry](core/tools/telemetry.md) |
|
394 | 397 | ## [Migrating from DNX](core/migrating-from-dnx.md) |
395 | 398 | <!-- End .NET Core Content --> |
396 | 399 |
|
| 400 | +<!-- .NET Framework Content --> |
397 | 401 | # [.NET Framework](framework/index.md) |
398 | 402 | ## [Docker](framework/docker/index.md) |
399 | 403 | ### [Running Console Apps in Containers](framework/docker/console.md) |
400 | 404 | ### [Running ASP.NET MVC Apps in Containers](framework/docker/aspnetmvc.md) |
401 | | - |
| 405 | +<!-- End .NET Framework Content --> |
402 | 406 |
|
403 | 407 | # [Samples and Tutorials](samples-and-tutorials/index.md) |
0 commit comments