Updated Home (markdown)

Sergey Bykov 2015-01-07 08:55:24 -08:00
Родитель a4f981928d
Коммит 4c956d2351
1 изменённых файлов: 8 добавлений и 23 удалений

31
Home.md

@ -1,29 +1,14 @@
# **Orleans Documentation**
![](http://download-codeplex.sec.s-msft.com/Download?ProjectName=orleans&DownloadId=814974&Build=20959)
# **Project "Orleans"**
[Getting Started with Orleans](Getting-Started-with-Orleans)
Orleans is a framework that provides a straightforward approach to building distributed high-scale computing applications, without the need to learn and apply complex concurrency or other scaling patterns. It was created by Microsoft Research and designed for use in the cloud. Orleans has been used extensively in Microsoft Azure by several Microsoft product groups, most notably by 343 Industries as a platform for all of Halo 4 cloud services, as well as by a number of other companies.
This section will introduce the basic concepts of the Orleans programming model as well as the basics of how to provide the runtime with the configuration parameters that it needs in order to function properly.
[Documentation]([Documentation])
What's new in Orleans?
[Latest Orleans technical report](http://research.microsoft.com/pubs/210931/Orleans-MSR-TR-2014-41.pdf)
Coverage of the new and changed features in the September refresh of the preview binaries.
[Repo of community add-ons to Orleans](https://github.com/OrleansContrib)
Step-by-step Tutorials
[Original Orleans Codeplex site](https://orleans.codeplex.com) with documentation, samples and discussion forum (will be migrated here)
Complementing the "Getting Started" guide, this section will take you through a series of samples and hands-on tutorials that teach you the core concepts, as well as some advanced ones through hands-on experience.
Advanced Concepts
There are a number of advanced development and deployment concepts that many Orleans developers do not need to know anything about. If you have already familiarized yourself with the basics, this section will allow you to go further into depth.
Orleans Configuration Guide
This section covers the configuration system in details.
Frequently Asked Questions
Some of the most common questions around Orleans, with answers.
Orleans Best Practices
A collection of tips and trick to help design, build, and run an Orleans-based application.
[Microsoft Research project page](http://research.microsoft.com/en-us/projects/orleans/)