Skip to content
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

📚 migration changes #1235

Merged
merged 9 commits into from
Nov 15, 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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
34 changes: 34 additions & 0 deletions .localization-config
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"Filters": [
{
"Files": [
"**/*.md"
],
"Priorities": [
{
"Priority": "ht",
"Locales": [
"cs-cz",
"de-de",
"es-es",
"fr-fr",
"it-it",
"ja-jp",
"ko-kr",
"pl-pl",
"pt-br",
"ru-ru",
"tr-tr",
"zh-cn",
"zh-tw"
],
"Type": "ht"
}
]
}
],
"IncludeDependencies": true,
"AutoPush": true,
"XliffVersion": "1.2",
"UseJavascriptMarkdownTransformer": true
}
Binary file added _zip/msdn.4.5.2.zip
Binary file not shown.
Binary file added _zip/namespaces.4.5.2.zip
Binary file not shown.
Binary file added _zip/office15.zip
Binary file not shown.
Binary file added _zip/vs.110.zip
Binary file not shown.
Binary file added _zip/vs.140.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ The following is a list of namespaces in the .NET Core class library. Each names
<tr>
<td>@System.Threading </td>
<td>
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.
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.
</td>
</tr>
<tr>
Expand Down
5 changes: 3 additions & 2 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"author": "dotnet-bot"
},
"dest": "_site",
"template": [ "docs.html" ]
"template": [ "docs.html" ],
"xref": ["_zip/msdn.4.5.2.zip", "_zip/namespaces.4.5.2.zip", "_zip/vs.110.zip", "_zip/vs.140.zip", "_zip/office15.zip"]
}
}
}
4 changes: 2 additions & 2 deletions docs/csharp/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.devlang: dotnet
ms.assetid: 809148dd-b231-4f2c-bb81-f5bfc426378d
---

# 🔧 C# Concepts
# C# Concepts

> **Note**

Expand All @@ -22,4 +22,4 @@ ms.assetid: 809148dd-b231-4f2c-bb81-f5bfc426378d
>
> If you would like to review early drafts and outlines of this topic, please leave a note with your contact information in the issue.
>
> Learn more about how you can contribute on GitHub.
> Learn more about how you can contribute on GitHub.
70 changes: 70 additions & 0 deletions docs/csharp/csharp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---
title: "C# | Microsoft Docs"
ms.custom: ""
ms.date: "2015-07-20"
ms.prod: "visual-studio-dev14"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "devlang-csharp"
ms.tgt_pltfrm: ""
ms.topic: "article"
dev_langs:
- "CSharp"
helpviewer_keywords:
- "documentation [C#]"
- "Help, Visual C# documentation"
- "C# language"
- "Visual C#"
ms.assetid: 7f4f8103-7068-4f1d-92c7-3c4519b6edbc
caps.latest.revision: 47
author: "BillWagner"
ms.author: "wiwagn"
manager: "wpickett"
translation.priority.ht:
- "de-de"
- "es-es"
- "fr-fr"
- "it-it"
- "ja-jp"
- "ko-kr"
- "ru-ru"
- "zh-cn"
- "zh-tw"
translation.priority.mt:
- "cs-cz"
- "pl-pl"
- "pt-br"
- "tr-tr"
---
# C#
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.

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.

## In This Section
[Getting Started with C#](../csharp/getting-started/getting-started-with-csharp.md)
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)].

[Using the Visual Studio Development Environment for C#](/visualstudio/csharp-ide/using-the-visual-studio-development-environment-for-csharp)
Introduces the [!INCLUDE[csprcs](../csharp/includes/csprcs_md.md)] development environment.

[C# Programming Guide](../csharp/programming-guide/index.md)
Provides information and practical examples about how to use C# language constructs.

[C# Reference](../csharp/language-reference/index.md)
Provides detailed reference information about C# programming concepts, keywords, types, operators, attributes, preprocessor directives, compiler switches, compiler errors, and compiler warnings.

[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)
MSDN Code Gallery filtered for C#.

[Walkthroughs](../csharp/walkthroughs.md)
Provides links to programming walkthroughs that use C# and a brief description of each walkthrough.

## Related Sections
[C# Language Specification](../csharp/language-reference/language-specification.md)
Links to the latest version of the C# Specifications in Microsoft Word format.

## See Also
[Getting Started with Visual C# and Visual Basic](/visualstudio/ide/getting-started-with-visual-csharp-and-visual-basic)
[.NET Development](https://msdn.microsoft.com/library/ff361664)
93 changes: 93 additions & 0 deletions docs/csharp/getting-started/additional-resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
---
title: "Additional Resources for Visual C# Programmers | Microsoft Docs"
ms.custom: ""
ms.date: "2015-07-20"
ms.prod: "visual-studio-dev14"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "devlang-csharp"
ms.tgt_pltfrm: ""
ms.topic: "article"
dev_langs:
- "CSharp"
helpviewer_keywords:
- "newsgroups [C#]"
- "Help, C# resources"
- "Visual C#, further information"
- "C# language, further information"
- "forums [C#]"
- "Visual C#, additional resources"
ms.assetid: cdec0df0-89ef-4ff1-8ccf-26fef47e61cb
caps.latest.revision: 27
author: "BillWagner"
ms.author: "wiwagn"
manager: "wpickett"
translation.priority.ht:
- "cs-cz"
- "de-de"
- "es-es"
- "fr-fr"
- "it-it"
- "ja-jp"
- "ko-kr"
- "pl-pl"
- "pt-br"
- "ru-ru"
- "tr-tr"
- "zh-cn"
- "zh-tw"
---
# Additional Resources for Visual C# Programmers
The following sites can help you find answers to common problems.

## Microsoft Resources

### On the Web
[Microsoft Visual C# Developer Center](http://go.microsoft.com/fwlink/?LinkId=47811)
Provides code samples, upgrade information, downloads, and technical content.

[Microsoft Help and Support](http://go.microsoft.com/fwlink/?LinkID=108287)
Provides access to Knowledge Base (KB) articles, downloads and updates, support Webcasts, and other services.

[CodePlex](http://go.microsoft.com/fwlink/?LinkId=137330)
Hosts open source software projects. You can use CodePlex to create new projects to share with the world or join others who have already started their own projects.

### Forums
[Visual C# Language](http://go.microsoft.com/fwlink/?LinkId=165947)
Provides a forum for questions about and general discussions of the C# language and compiler.

[Visual C# General](http://go.microsoft.com/fwlink/?LinkId=165948)
Provides a forum for general discussion and questions regarding Visual C#.

[Visual C# IDE](http://go.microsoft.com/fwlink/?LinkId=165951)
Provides a forum for discussions about the C# IDE.

[MSDN Forums](http://go.microsoft.com/fwlink/?LinkId=157697)
Provides information about forums in which you can post questions and answers, and also view and search existing user-generated Help content. You can also access the MSDN forums by clicking **MSDN Forums** on the **Help** menu.

### Chats and Discussion Groups
[MSDN Discussion Groups](http://go.microsoft.com/fwlink/?LinkId=145961)
Provides a newsgroup experience, enabling you to connect as a community with experts from around the world.

[MSDN Chats](http://go.microsoft.com/fwlink/?LinkId=145962)
Provides discussions about Microsoft products and technologies. Each chat is hosted by one or more Microsoft experts. Transcripts are available for completed chats.

### Videos and Webcasts
[Channel9](http://go.microsoft.com/fwlink/?LinkID=123827)
Provides a community through videos, Wikis, and forums.

### Support
[File Bugs or Make Suggestions](http://go.microsoft.com/fwlink/?LinkID=79804)
Enables you to file bugs or provide suggestions to Microsoft about Visual Studio. You can also report a bug by clicking **Report a Bug** on the **Help** menu.

## Third-Party Resources
MSDN's Web site provides information about current third-party sites and newsgroups of interest. For the most current list of resources available, see the [MSDN C# Community Web site](http://go.microsoft.com/fwlink/?LinkId=165945).

## See Also
[C#](../../csharp/csharp.md)
[Getting Started with C#](../../csharp/getting-started/getting-started-with-csharp.md)
[Customizing the Editor](/visualstudio/ide/customizing-the-editor)
[How to: Get Involved in the Developer Community](http://msdn.microsoft.com/library/f1503d98-7a64-41b6-a6c7-0e42a533e9c5)
[How to: Send Feedback](http://msdn.microsoft.com/library/c9f1dd8f-bcb6-40ac-b896-1e9eca0bb209)
[Talk to Us](/visualstudio/ide/talk-to-us)
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: "Visual C# Breaking Changes in Visual Studio 2013 | Microsoft Docs"
ms.custom: ""
ms.date: "2015-07-20"
ms.prod: "visual-studio-dev14"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "devlang-csharp"
ms.tgt_pltfrm: ""
ms.topic: "article"
dev_langs:
- "CSharp"
helpviewer_keywords:
- "breaking changes [C#]"
ms.assetid: 399802e7-dd13-4bb6-9b41-8ab1446a322c
caps.latest.revision: 34
author: "BillWagner"
ms.author: "wiwagn"
manager: "wpickett"
translation.priority.ht:
- "de-de"
- "es-es"
- "fr-fr"
- "it-it"
- "ja-jp"
- "ko-kr"
- "ru-ru"
- "zh-cn"
- "zh-tw"
translation.priority.mt:
- "cs-cz"
- "pl-pl"
- "pt-br"
- "tr-tr"
---
# Visual C# Breaking Changes in Visual Studio 2013
No changes in Visual C# in [!INCLUDE[vs_dev12](../../csharp/getting-started/includes/vs_dev12_md.md)] will prevent an application that was created in Visual C# in Visual Studio 2012 from compiling or change the run-time behavior of such an application.

## See Also
[Getting Started with C#](../../csharp/getting-started/getting-started-with-csharp.md)
[Lambda Expressions](../../csharp/programming-guide/statements-expressions-operators/lambda-expressions.md)
[Named and Optional Arguments](../../csharp/programming-guide/classes-and-structs/named-and-optional-arguments.md)
[params](../../csharp/language-reference/keywords/params.md)
[dynamic](../../csharp/language-reference/keywords/dynamic.md)
[When is a non-breaking language fix breaking?](http://go.microsoft.com/fwlink/?LinkId=259542)
69 changes: 69 additions & 0 deletions docs/csharp/getting-started/getting-started-with-csharp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
---
title: "Getting Started with C# | Microsoft Docs"
ms.custom: ""
ms.date: "2015-07-20"
ms.prod: "visual-studio-dev14"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "devlang-csharp"
ms.tgt_pltfrm: ""
ms.topic: "article"
dev_langs:
- "CSharp"
helpviewer_keywords:
- "Visual C#, getting started"
- "getting started, Visual C#"
ms.assetid: d6ec050f-3956-4737-8030-a4fa3521d29f
caps.latest.revision: 50
author: "BillWagner"
ms.author: "wiwagn"
manager: "wpickett"
translation.priority.ht:
- "de-de"
- "es-es"
- "fr-fr"
- "it-it"
- "ja-jp"
- "ko-kr"
- "ru-ru"
- "zh-cn"
- "zh-tw"
translation.priority.mt:
- "cs-cz"
- "pl-pl"
- "pt-br"
- "tr-tr"
---
# Getting Started with C#
The following topics help you start developing applications by using C#. These topics will also introduce you to the many new features in Visual Studio and the C# language.

## In This Section
[Visual C# Breaking Changes in Visual Studio 2013](../../csharp/getting-started/breaking-changes-in-visual-studio-2013.md)
Lists breaking changes in the C# compiler since the previous version.

[Introduction to the C# Language and the .NET Framework](../../csharp/getting-started/introduction-to-the-csharp-language-and-the-net-framework.md)
Provides an overview of the C# language and the .NET platform.

[Additional Resources for Visual C# Programmers](../../csharp/getting-started/additional-resources.md)
Provides links to Web sites and newsgroups that can help you find answers to common problems.

## Related Sections
[Using the Visual Studio Development Environment for C#](/visualstudio/csharp-ide/using-the-visual-studio-development-environment-for-csharp)
Provides a guide to using the [!INCLUDE[csprcs](../../csharp/includes/csprcs_md.md)] integrated development environment.

[C# Programming Guide](../../csharp/programming-guide/index.md)
Provides information about C# programming concepts, and describes how to perform various tasks in C#.

[C# Reference](../../csharp/language-reference/index.md)
Provides detailed reference information about C# keywords, operators, preprocessor directives, compiler options, and compiler errors and warnings.

[Visual Studio Samples](/visualstudio/ide/visual-studio-samples)
Provides information about how you can access online samples.

[Walkthroughs](../../csharp/walkthroughs.md)
Provides links to programming walkthroughs that use C# and a brief description of each walkthrough.

## See Also
[Getting Started with Visual C# and Visual Basic](/visualstudio/ide/getting-started-with-visual-csharp-and-visual-basic)
[Beginner Developer Learning Center](http://go.microsoft.com/fwlink/?LinkId=123826)
17 changes: 17 additions & 0 deletions docs/csharp/getting-started/includes/csprcsxpr_md.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
translation.priority.ht:
- "cs-cz"
- "de-de"
- "es-es"
- "fr-fr"
- "it-it"
- "ja-jp"
- "ko-kr"
- "pl-pl"
- "pt-br"
- "ru-ru"
- "tr-tr"
- "zh-cn"
- "zh-tw"
---
Visual C# Express
17 changes: 17 additions & 0 deletions docs/csharp/getting-started/includes/dnprdnshort_md.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
translation.priority.ht:
- "cs-cz"
- "de-de"
- "es-es"
- "fr-fr"
- "it-it"
- "ja-jp"
- "ko-kr"
- "pl-pl"
- "pt-br"
- "ru-ru"
- "tr-tr"
- "zh-cn"
- "zh-tw"
---
.NET Framework
Loading