Getting Started with C#

# C# 入门 by [Steve Smith](http://deviq.com/me/steve-smith), [Brendan Enrick](http://deviq.com/me/brendan-enrick), and [Eric Fleming](http://deviq.com/me/eric-fleming) ## Who Should Read This 本教程针对的是「0基础」的人。 ## 主题 本教程将涵盖以下主题: - [创建一个 Hello World 程序](doc:A7ivqMfe) - [Learning about built-in Types and Variables](types-variables.md) - [Working with Strings](strings.md) - [Working with Dates and Times](datetimes.md) - [Making Decisions in Your Program](making-decisions.md) - [Implementing Logical Expressions](logical-expressions.md) - [Looping Based on a Logical Expression](looping-logical-expression.md) - [Looping a Known Number of Times](for-loops.md) - [Working with Arrays and Collections](arrays-collections.md) - [Looping Through Members of a Collection](looping-collections.md) - [Defining and Calling Methods](methods.md) - [Understanding Classes and Objects](classes-objects.md) - [Working with Scope and Accessibility Modifiers](scope-accessibility.md) - [Encapsulation and Object-Oriented Design](encapsulation-oop.md) - [Understanding Namespaces](namespaces.md) - [Introducing LINQ](linq.md) - [When and How to use Exceptions](exceptions.md) - [Testing Your Code](testing.md) - [Common Patterns and Antipatterns](patterns-antipatterns.md) <!-- [Installing .NET and Tools](writing-your-first.md) --> <!-- [Types and Variables w/Console.ReadLine](types-variables-user-input.md) --> <!-- [Troubleshooting](troubleshooting.md) -->