2015-02-10 06:32:54 +08:00
.. aspnet documentation master file, created by
sphinx-quickstart on Mon Feb 9 14:30:11 2015.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
2015-06-09 01:42:47 +08:00
.. _index:
2015-04-29 21:25:17 +08:00
ASP.NET 5 Documentation
=======================
2015-02-10 06:32:54 +08:00
2015-10-20 02:48:11 +08:00
.. attention :: ASP.NET 5 beta8 is now available! Please see the :doc: `Getting Started <getting-started/index>` instructions for installing the latest version.
2015-09-15 00:03:10 +08:00
2015-05-31 17:46:20 +08:00
.. include :: ../common/stub-overview.txt
2015-09-19 03:55:20 +08:00
Frameworks
----------
* :ref: `MVC <mvc:index>`
2015-05-31 17:46:20 +08:00
Topics
------
2015-05-08 06:19:44 +08:00
2015-04-28 04:44:25 +08:00
.. toctree ::
2015-05-08 06:19:44 +08:00
:titlesonly:
2015-06-09 01:42:47 +08:00
2015-05-08 06:19:44 +08:00
getting-started/index
tutorials/index
conceptual-overview/index
fundamentals/index
2015-10-20 02:48:11 +08:00
testing/index
2015-05-08 06:19:44 +08:00
dnx/index
2015-08-27 12:38:53 +08:00
frameworks/index
2015-05-08 06:19:44 +08:00
data/index
publishing/index
client-side/index
mobile/index
security/index
performance/index
migration/index
2015-05-31 17:46:20 +08:00
contribute/index
2015-06-04 00:31:02 +08:00
Related Resources
2015-06-09 01:42:47 +08:00
-----------------
2015-06-04 00:31:02 +08:00
* :ref: `.NET Core Documentation <dotnet:index>`
2015-11-08 08:46:36 +08:00
* `Entity Framework <http://ef.readthedocs.org> `_
2015-06-09 01:42:47 +08:00
2015-04-21 03:07:34 +08:00
Contribute
----------
2015-02-10 06:32:54 +08:00
2015-05-21 13:56:17 +08:00
The documentation on this site is the handiwork of our many `contributors <https://github.com/aspnet/docs/contributors> `_ .
2015-04-21 03:07:34 +08:00
**We accept pull requests!** But you're more likely to have yours accepted if you follow these guidelines:
2015-02-10 06:32:54 +08:00
2015-04-21 03:07:34 +08:00
1. Read https://github.com/aspnet/Docs/blob/master/CONTRIBUTING.md
2015-05-31 17:46:20 +08:00
2. Follow the :ref: `ASP.NET Docs Style Guide <style-guide>`