Skip to content

Commit b828bb1

Browse files
mairawBillWagner
authored andcommitted
📚 migration changes (#1235)
* migration files * checkin changes * more fixes * last fixes * fixed broken links * ran link fix tool again * Removed Wrench -- Issue #1213 * Removed wrench -- issue #1213 * Removed wrench -- Issue #1213
1 parent 5b05fb2 commit b828bb1

File tree

6,782 files changed

+363283
-405
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,782 files changed

+363283
-405
lines changed

.localization-config

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"Filters": [
3+
{
4+
"Files": [
5+
"**/*.md"
6+
],
7+
"Priorities": [
8+
{
9+
"Priority": "ht",
10+
"Locales": [
11+
"cs-cz",
12+
"de-de",
13+
"es-es",
14+
"fr-fr",
15+
"it-it",
16+
"ja-jp",
17+
"ko-kr",
18+
"pl-pl",
19+
"pt-br",
20+
"ru-ru",
21+
"tr-tr",
22+
"zh-cn",
23+
"zh-tw"
24+
],
25+
"Type": "ht"
26+
}
27+
]
28+
}
29+
],
30+
"IncludeDependencies": true,
31+
"AutoPush": true,
32+
"XliffVersion": "1.2",
33+
"UseJavascriptMarkdownTransformer": true
34+
}

_zip/msdn.4.5.2.zip

12.4 MB
Binary file not shown.

_zip/namespaces.4.5.2.zip

151 KB
Binary file not shown.

_zip/office15.zip

34 KB
Binary file not shown.

_zip/vs.110.zip

855 KB
Binary file not shown.

_zip/vs.140.zip

734 KB
Binary file not shown.

api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ The following is a list of namespaces in the .NET Core class library. Each names
488488
<tr>
489489
<td>@System.Threading </td>
490490
<td>
491-
Provides types that enable multithreaded programming. In addition to classes for synchronizing thread activities and access to data (such as @System.Threading.Mutex, @System.Threading.Monitor, @System.Threading.Interlocked, and @System.Threading.AutoResetEvent), this namespace includes a @System.Threading.ThreadPool class that allows you to use a pool of system-supplied threads, and a @System.Threading.Timer class that executes callback methods on thread pool threads.
491+
Provides types that enable multithreaded programming. In addition to classes for synchronizing thread activities and access to data (such as @System.Threading.Mutex, @System.Threading.Monitor, @System.Threading.Interlocked, and [AutoResetEvent](xref:System.Threading.AutoResetEvent)), this namespace includes a @System.Threading.ThreadPool class that allows you to use a pool of system-supplied threads, and a @System.Threading.Timer class that executes callback methods on thread pool threads.
492492
</td>
493493
</tr>
494494
<tr>

docfx.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"author": "dotnet-bot"
8080
},
8181
"dest": "_site",
82-
"template": [ "docs.html" ]
82+
"template": [ "docs.html" ],
83+
"xref": ["_zip/msdn.4.5.2.zip", "_zip/namespaces.4.5.2.zip", "_zip/vs.110.zip", "_zip/vs.140.zip", "_zip/office15.zip"]
8384
}
84-
}
85+
}

docs/csharp/concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.devlang: dotnet
1212
ms.assetid: 809148dd-b231-4f2c-bb81-f5bfc426378d
1313
---
1414

15-
# 🔧 C# Concepts
15+
# C# Concepts
1616

1717
> **Note**
1818
@@ -22,4 +22,4 @@ ms.assetid: 809148dd-b231-4f2c-bb81-f5bfc426378d
2222
>
2323
> If you would like to review early drafts and outlines of this topic, please leave a note with your contact information in the issue.
2424
>
25-
> Learn more about how you can contribute on GitHub.
25+
> Learn more about how you can contribute on GitHub.

docs/csharp/csharp.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
title: "C# | Microsoft Docs"
3+
ms.custom: ""
4+
ms.date: "2015-07-20"
5+
ms.prod: "visual-studio-dev14"
6+
ms.reviewer: ""
7+
ms.suite: ""
8+
ms.technology:
9+
- "devlang-csharp"
10+
ms.tgt_pltfrm: ""
11+
ms.topic: "article"
12+
dev_langs:
13+
- "CSharp"
14+
helpviewer_keywords:
15+
- "documentation [C#]"
16+
- "Help, Visual C# documentation"
17+
- "C# language"
18+
- "Visual C#"
19+
ms.assetid: 7f4f8103-7068-4f1d-92c7-3c4519b6edbc
20+
caps.latest.revision: 47
21+
author: "BillWagner"
22+
ms.author: "wiwagn"
23+
manager: "wpickett"
24+
translation.priority.ht:
25+
- "de-de"
26+
- "es-es"
27+
- "fr-fr"
28+
- "it-it"
29+
- "ja-jp"
30+
- "ko-kr"
31+
- "ru-ru"
32+
- "zh-cn"
33+
- "zh-tw"
34+
translation.priority.mt:
35+
- "cs-cz"
36+
- "pl-pl"
37+
- "pt-br"
38+
- "tr-tr"
39+
---
40+
# C#
41+
C# (pronounced "C sharp") is a programming language that is designed for building a variety of applications that run on the .NET Framework. C# is simple, powerful, type-safe, and object-oriented. The many innovations in C# enable rapid application development while retaining the expressiveness and elegance of C-style languages.
42+
43+
If you don't already have C#, you can acquire a version of Visual Studio that includes C# for free from the [Visual Studio](https://www.visualstudio.com/products/free-developer-offers-vs) site.
44+
45+
## In This Section
46+
[Getting Started with C#](../csharp/getting-started/getting-started-with-csharp.md)
47+
Introduces the features of C# for programmers who are new to the language or are new to [!INCLUDE[vsprvs](../csharp/includes/vsprvs_md.md)], and provides a roadmap for finding Help about [!INCLUDE[vsprvs](../csharp/includes/vsprvs_md.md)].
48+
49+
[Using the Visual Studio Development Environment for C#](/visualstudio/csharp-ide/using-the-visual-studio-development-environment-for-csharp)
50+
Introduces the [!INCLUDE[csprcs](../csharp/includes/csprcs_md.md)] development environment.
51+
52+
[C# Programming Guide](../csharp/programming-guide/index.md)
53+
Provides information and practical examples about how to use C# language constructs.
54+
55+
[C# Reference](../csharp/language-reference/index.md)
56+
Provides detailed reference information about C# programming concepts, keywords, types, operators, attributes, preprocessor directives, compiler switches, compiler errors, and compiler warnings.
57+
58+
[C# Samples](http://code.msdn.microsoft.com/site/search?f%5B0%5D.Type=ProgrammingLanguage&f%5B0%5D.Value=C%23&f%5B0%5D.Text=C%23)
59+
MSDN Code Gallery filtered for C#.
60+
61+
[Walkthroughs](../csharp/walkthroughs.md)
62+
Provides links to programming walkthroughs that use C# and a brief description of each walkthrough.
63+
64+
## Related Sections
65+
[C# Language Specification](../csharp/language-reference/language-specification.md)
66+
Links to the latest version of the C# Specifications in Microsoft Word format.
67+
68+
## See Also
69+
[Getting Started with Visual C# and Visual Basic](/visualstudio/ide/getting-started-with-visual-csharp-and-visual-basic)
70+
[.NET Development](https://msdn.microsoft.com/library/ff361664)

0 commit comments

Comments
 (0)