Commit Graph

1065 Commits (2f92cf845b456c7b5359c35144aece1041de6d36)

Author SHA1 Message Date
rick-anderson 272aaf75c0 start of secrets 2015-06-11 21:38:09 -07:00
Daniel Roth 90d4e285e9 Merge pull request #297 from glen-84/patch-1
Corrections to accconfirm.rst
2015-06-11 16:55:48 -07:00
Rick Anderson 92b70f5fbc Merge pull request #301 from aspnet/Rick-Anderson-patch-1
Minor typos
2015-06-11 13:01:39 -07:00
Rick Anderson db3b850e64 added colon back 2015-06-11 12:57:39 -07:00
Mike Wasson cae7c02bb8 Add cross-project links 2015-06-11 12:33:59 -07:00
Rick Anderson 13f0ed773a Minor typos
@danroth27
removed eg, ex, italic to file names *project.json*
2015-06-10 18:25:57 -07:00
Mike Wasson 4bdf096f77 MVC6 with EF7 tutorial
update to new folder structure
2015-06-09 11:51:05 -07:00
Mike Wasson 9bdd424c4d # This is a combination of 2 commits.
# The first commit's message is:

MVC6 with EF7 tutorial

# This is the 2nd commit message:

Revisions from tech review feedback
2015-06-09 11:49:06 -07:00
Mike Wasson 9035e0eb15 # This is a combination of 7 commits.
# The first commit's message is:
MVC6 with EF7 tutorial

# This is the 2nd commit message:

Changes from code review

# This is the 3rd commit message:

Use rowan's seed pattern (code review)

# This is the 4th commit message:

Remove stuff under wwwroot/lib

# This is the 5th commit message:

Eilon code review

# This is the 6th commit message:

put AddInMemoryStore back

# This is the 7th commit message:

Tweak sample code to match tutorial that I'm writing.
2015-06-09 11:44:45 -07:00
Daniel Roth ded3a5450b Merge pull request #299 from blackdwarf/index-label
Adding index label to aspnet index.rst
2015-06-08 11:39:03 -07:00
blackdwarf 9a9a8526c6 Adding index label to aspnet index.rst
To be able to link to the core ASP.NET 5 documentation on RTD via
intersphinx we need to a label in the index.rst file. Added that.
2015-06-08 10:42:47 -07:00
Glen f46606e69c Corrections to accconfirm.rst 2015-06-07 14:59:38 +02:00
Steve Smith ca902cff89 Updated how Startup is discovered and loaded.
Added a demo showing a second Startup class in the sample project.
2015-06-05 10:44:40 -04:00
Steve Smith da636409a8 Updated wording per @danroth27 and @davidfowl
Cleaning up () on methods referenced throughout the article
2015-06-04 23:28:51 -04:00
Steve Smith 2a5998abb4 Adding sample files back in 2015-06-04 11:36:22 -04:00
danroth27 afb8b9da58 Add Request Features stub topic, fix OWIN stub 2015-06-03 13:58:07 -07:00
Steve Smith d99884de2f Merging changes 2015-06-03 16:33:10 -04:00
danroth27 25ef34e3ca Add link to .NET Core docs 2015-06-03 09:31:02 -07:00
danroth27 c6f56d8058 Move configuration folder to aspnet folder 2015-06-02 21:41:55 -07:00
Barry Dorrans 0d6eddc53b Correct spelling and add missing superscript. 2015-06-02 16:14:20 -07:00
danroth27 b7613c2893 Create new MVC project 2015-06-01 15:45:30 -07:00
Steve Smith cbf6c9a34c Merge pull request #222 from ardalis/config
Configuration
2015-06-01 16:11:12 -04:00
Steve Smith 1c24ed018e Added a brief explanation of how to add environment-specific config files (also covered in environments.rst). 2015-06-01 14:16:12 -04:00
Steve Smith 81b5964db6 Removed section on adding configuration to DI/services. 2015-06-01 13:22:02 -04:00
Steve Smith 54da9d7964 Updated to address @Rick-Anderson feedback 2015-06-01 12:21:56 -04:00
Daniel Roth ea465e218d Merge pull request #274 from glen-84/patch-1
Corrections to sociallogins.rst
2015-06-01 09:14:14 -07:00
Daniel Roth d31d46ff79 Merge pull request #279 from cH40z-Lord/docker-extension-link
Added link to Visual Studio 2015 RC Tools for Docker Preview extension
2015-06-01 09:12:44 -07:00
Daniel Roth a0061f5505 Merge pull request #281 from Stieve/patch-1
Update installing-on-linux.rst
2015-06-01 09:04:10 -07:00
Daniel Roth d13a2ee4b5 Merge pull request #285 from tuespetre/patch-1
Update iis.rst
2015-06-01 08:48:21 -07:00
Steve Smith 298b4c6baf Merge branch 'master' into config 2015-06-01 11:38:14 -04:00
Steve Smith ad85026f1b Merge branch 'master' into config
Conflicts:
	docs/fundamentals/configuration.rst
2015-06-01 11:36:57 -04:00
Derek e057951e40 Update iis.rst
Correct 'Addition Resources' to 'Additional Resources'
2015-06-01 10:10:51 -05:00
Daniel Roth 47cdcf8ab2 Merge pull request #270 from IcodeNet/patch-1
Update understanding-aspnet5-apps.rst
2015-05-31 15:34:14 -07:00
Daniel Roth 7b1c71c05a Merge pull request #280 from cH40z-Lord/dnx-console-note-block-fix
Fixed missing space in `.. note` block to properly display it
2015-05-31 15:31:32 -07:00
Daniel Roth e44bb06bb8 Merge pull request #284 from gavdraper/master
fix typo
2015-05-31 15:28:53 -07:00
Gavin Draper 08a67ea570 fix typo 2015-05-31 22:29:17 +01:00
Stieve b8f0fb3b3c Update installing-on-linux.rst
When try to install mono-complete on my Raspberry Pi, I found out the the packages are case-sensitive.
When using executing "sudo apt-get install Mono-Complete" I received a message telling me that the package was not found, trying it with the "sudo apt-get install mono-complete" worked like a charm.
2015-05-30 12:27:17 +02:00
Kai Eichinger 8392f4ccbe Added link to Visual Studio 2015 RC Tools for Docker Preview extension 2015-05-30 11:34:30 +02:00
Kai Eichinger c086a62f40 Fixed missing space in `.. note` block to properly display it 2015-05-30 11:27:39 +02:00
Mike Wasson 54e56b1bce Fix author ref 2015-05-29 11:02:25 -07:00
Mike Wasson 5e68ff28fa Add cors articles 2015-05-27 13:58:48 -07:00
Glen 2337d8d254 Corrections to sociallogins.rst 2015-05-27 12:53:33 +02:00
Rick Anderson aae0d1973f Merge pull request #259 from aspnet/Rick-Anderson-patch-1
added handling HTTP 500 errors
2015-05-26 18:42:57 -07:00
Steve Smith 055d3fbd37 Merge pull request #273 from vkichline/patch-4
Correct typo which damages display
2015-05-26 20:22:03 -04:00
Van Kichline 34ce283acc Correct typo which damages display
There was a space between opening `` and "services.AddApplicationInsightsTelemetry(Configuration);" which resulted in `` pair being displayed and special formatting being ignored.
2015-05-26 15:02:39 -07:00
Steve Smith 80c2e1e276 Merge pull request #272 from vkichline/patch-3
Minor readability improvement
2015-05-26 14:56:44 -04:00
Van Kichline 378a0ab5c2 Minor readability improvement
Typo: ..note should have been ".. note:: " to appear correctly in rendered text.
2015-05-26 11:25:07 -07:00
Byron Thanopoulos 5a3e7428e7 Update understanding-aspnet5-apps.rst 2015-05-26 11:28:24 +01:00
Steve Smith 884eaf6851 Updated per @glen-84 feedback 2015-05-24 19:49:45 -04:00
Steve Smith 52a34b7fa0 Ready for review 2015-05-23 09:45:44 -04:00