Skip to content
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
79 changes: 79 additions & 0 deletions docs/whats-new/2020-07.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
---
title: ".NET docs: What's new for July 2020"
description: "What's new in the .NET docs for June 28, 2020 - August 1, 2020."
ms.date: 08/03/2020
---

# .NET docs: What's new for July 2020

Welcome to what's new in the .NET docs from July 2020. This article lists some of the major changes to docs during this period.

## .NET Core

### New articles

- [Serialization breaking changes](/dotnet/core/compatibility/serialization) - Deserialize rewraps exceptions
- [Debug a deadlock in .NET Core](/dotnet/core/diagnostics/debug-deadlock) - New docs for debugging deadlock and high CPU usage
- [Debug high CPU usage in .NET Core](/dotnet/core/diagnostics/debug-highcpu) - New docs for debugging deadlock and high CPU usage
- [Install .NET Core on Windows, Linux, and macOS](/dotnet/core/install/index) - Split Runtime/SDK pages into OS specific (to match linux design)
- [Install .NET Core on macOS](/dotnet/core/install/macos) - Split Runtime/SDK pages into OS specific (to match linux design)
- [Install .NET Core on Windows](/dotnet/core/install/windows) - Split Runtime/SDK pages into OS specific (to match linux design)

## C# language

### New articles

- [Tuple types (C# reference)](/dotnet/csharp/language-reference/builtin-types/value-tuples) - Moved and revised the article about C# tuples

## .NET Framework

### New articles

- [DataSet and DataTable security guidance](/dotnet/framework/data/adonet/dataset-datatable-dataview/security-guidance) - DataSet security guidance

## .NET

### New articles

- [Choosing between anonymous and tuple types](/dotnet/standard/design-guidelines/choosing-between-anonymous-and-tuple) - Choosing between anonymous and tuple types
- [Cross-Platform Cryptography in .NET Core and .NET 5](/dotnet/standard/security/cross-platform-cryptography) - Cross-plat cryptography article
- [BinaryFormatter security guide](/dotnet/standard/serialization/binaryformatter-security-guide) - Ra off binary formatter

### Updated articles

- [Chaining tasks using continuation tasks](/dotnet/standard/parallel-programming/chaining-tasks-by-using-continuation-tasks) - Address concerns about chaining tasks and lacking continuation examples with .Unwrap()

## Community contributors

The following people contributed to the .NET docs during this period. Thank you! Learn how to contribute by following the links under "Get involved" in the [what's new landing page](index.yml).

- [Youssef1313](https://github.com/Youssef1313) - Youssef Victor (30)
- [NextTurn](https://github.com/NextTurn) - Next Turn (20)
- [pkulikov](https://github.com/pkulikov) - Petr Kulikov (10)
- [imba-tjd](https://github.com/imba-tjd) - 谭九鼎 (2)
- [tonytins](https://github.com/tonytins) - Anthony Leland (2)
- [BiP00](https://github.com/BiP00) - Ben (1)
- [danespinosa](https://github.com/danespinosa) (1)
- [FrankAtHexagon](https://github.com/FrankAtHexagon) - Frank Edwards (1)
- [gzak](https://github.com/gzak) (1)
- [harold-b](https://github.com/harold-b) - Harold Brenes (1)
- [Hoffs](https://github.com/Hoffs) - Ignas Maslinskas (1)
- [jacojvv-dev](https://github.com/jacojvv-dev) - Jaco Jansen van Vuuren (1)
- [jasonmerino](https://github.com/jasonmerino) - Jason Merino (1)
- [jnm2](https://github.com/jnm2) - Joseph Musser (1)
- [JosephHerreraDev](https://github.com/JosephHerreraDev) - Joseph (1)
- [lv1il0s](https://github.com/lv1il0s) (1)
- [mderriey](https://github.com/mderriey) - Mickaël Derriey (1)
- [mrlife](https://github.com/mrlife) (1)
- [MSDN-WhiteKnight](https://github.com/MSDN-WhiteKnight) - MSDN.WhiteKnight (1)
- [nagarjunbaindla](https://github.com/nagarjunbaindla) (1)
- [nschonni](https://github.com/nschonni) - Nick Schonning (1)
- [rhoughton](https://github.com/rhoughton) - Rob (1)
- [richardwerkman](https://github.com/richardwerkman) - Richard Werkman (1)
- [robertmuehsig](https://github.com/robertmuehsig) - Robert Muehsig (1)
- [rosstimo](https://github.com/rosstimo) - Tim Rossiter (1)
- [Santurysim](https://github.com/Santurysim) - Peter (1)
- [shankargurav](https://github.com/shankargurav) - Shankar (1)
- [shyboylpf](https://github.com/shyboylpf) - Mart (1)
- [sughosneo](https://github.com/sughosneo) - Sumit Ghosh (1)
- [usmanmohammed](https://github.com/usmanmohammed) - Usman Mohammed (1)
168 changes: 0 additions & 168 deletions docs/whats-new/dotnet-2020-01.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/whats-new/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ landingContent:
linkLists:
- linkListType: whats-new
links:
- text: July 2020
url: 2020-07.md
- text: June 2020
url: 2020-06.md
- text: May 2020
Expand All @@ -22,8 +24,6 @@ landingContent:
url: dotnet-2020-03.md
- text: February 2020
url: dotnet-2020-02.md
- text: January 2020
url: dotnet-2020-01.md
- title: Get involved - contribute
linkLists:
- linkListType: overview
Expand Down
4 changes: 2 additions & 2 deletions docs/whats-new/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ expanded: true
items:
- name: 2020
items:
- name: July
href: 2020-07.md
- name: June
href: 2020-06.md
- name: May
Expand All @@ -14,5 +16,3 @@ items:
href: dotnet-2020-03.md
- name: February
href: dotnet-2020-02.md
- name: January
href: dotnet-2020-01.md