danroth27
6530cd5e40
Additional cleanup for beta8
2015-11-18 02:09:50 -08:00
Jim Schubert
ca3e169335
Update OS X first app instructions to 1.0.0-beta8
...
Following installation instructions from "Installing ASP.NET 5 On Mac OS X" (https://docs.asp.net/en/latest/getting-started/installing-on-mac.html ) installs 1.0.0-beta8. Continuing through to "Your First ASP.NET 5 Application on a Mac" (https://docs.asp.net/en/latest/tutorials/your-first-mac-aspnet.html ), examples still reference 1.0.0-beta7.
2015-11-18 02:09:49 -08:00
danroth27
d5cc041782
Restructure folders to match the convention
2015-11-18 01:50:36 -08:00
danroth27
ad27e80b95
Split @inject content form view component article and do a cleanup pass
2015-11-18 01:49:54 -08:00
Christopher Hackett
b8c26cbcc6
Fix stray escaping issues in doc
...
Looks like code in blocks needs no escaping of ``\`` but in normal text area it needs escaping (on both github and read the docs).
2015-11-18 01:01:04 -08:00
danroth27
501e842e80
Use link forwarded for VS Docker tools and add content listing
2015-11-18 00:52:38 -08:00
igorsych
b47ad11f1d
Update link to visual studio tools for docker.
...
Image with interface update. Parameters list updated.
2015-11-18 00:48:44 -08:00
danroth27
a7022e5b82
Clean up formatting and code snippets
2015-11-18 00:42:19 -08:00
Rich Turner
05fc5fd2b5
Fixed instructions for configuring social logins
2015-11-18 00:30:37 -08:00
danroth27
af4c88e396
Formatting cleanup
2015-11-17 22:13:29 -08:00
Steve Smith
d1603d670a
New Unit Testing article
2015-11-17 21:55:59 -08:00
danroth27
d3f50045db
Fixup links and code samples
2015-11-17 21:38:12 -08:00
Steve Smith
37bef203d1
Add Dependency Injection article
2015-11-17 18:31:12 -08:00
Steve Smith
c0654b06c2
Add integration testing article.
2015-11-14 00:05:23 -08:00
RachelAppel
ffdd10d60a
deleted unnecessary 03-1small.png file
2015-11-13 13:04:11 -05:00
Ryan Yandle
0446b748cb
remove reference to hosting.ini
...
Hosting.ini was removed in beta8 and is not part of the beta8 sample web application. Change hosting.ini -> project.json (new home of web command) and also remove the comment about the port configuration as it is also not part of the sample web application anymore.
2015-11-13 12:55:19 -05:00
Ryan Yandle
2ce281bb2e
fix reference to sample code method
...
Small typo in the reference to the 'UseExceptionHandler' method in the Startup.cs sample code.
2015-11-13 12:46:39 -05:00
Rick Anderson
fc9bf9080a
link to IIS
2015-11-13 12:23:33 -05:00
Nicolás Herrera
27bae843dc
Update "samples on GitHub" link
...
the current "Browse or download samples on GitHub" shows the GitHub's 404 page
2015-11-13 12:12:13 -05:00
Shayne Boyer
cd2c800827
filename reference incorrect
2015-11-13 11:59:58 -05:00
Erik Reitan
2233e4dfca
Adding completed identity topic.
2015-11-13 11:42:59 -05:00
danroth27
262486fefc
Simplify text for running make
2015-11-09 14:04:42 -08:00
danroth27
2b5237e936
Add step to autobuild instructions to navigate to one of the main project folders
2015-11-09 14:04:41 -08:00
danroth27
cc9e72250e
Update .gitignore to ignore wwwroot/lib folder under samples folder
2015-11-09 13:42:49 -08:00
danroth27
adec93e983
Use default server URL
2015-11-07 19:43:06 -08:00
John Rowley
17dcf70258
Updated source code and changed the documentation to reflect changes in api.
2015-11-07 19:27:03 -08:00
danroth27
edb4bdb9d6
Update contributing guide to use 'make livehtml' for enabling autobuild
2015-11-07 18:06:12 -08:00
danroth27
680f63b5a3
Update make scripts to support sphinx-autobuild
2015-11-07 17:58:51 -08:00
Chris Gomez
a058f728f6
Added docs video link and updated autobuild instructions
...
Clarified the Windows python install instructions.
Added the link to the youtube video demonstrating getting started.
Added back the autobuild instructions.
Clarified that the root doc file folders included webhooks.
2015-11-07 17:26:33 -08:00
Rob Keiser
6d5e94eb54
updated bundleExclude to publishExclude
2015-11-07 17:11:16 -08:00
Bill Wolff
b7d3c3453e
corrected bullet formatting
2015-11-07 17:04:28 -08:00
RodolfoFadino
948c4725e4
Update migration topic to use updated config API.
2015-11-07 16:58:23 -08:00
Chris Gomez
d57fc2a5a6
Removed basics of web dev placeholder
2015-11-07 16:51:10 -08:00
danroth27
ca2922498f
Add link to EF docs
2015-11-07 16:46:36 -08:00
Kris van der Mast
2eb3980ed2
Update installing-on-windows.rst
2015-11-07 14:56:18 -08:00
Joe Brinkman
92e970b070
Fix typo
...
Change tree to three
2015-11-07 12:35:15 -08:00
Debajyoti Mahanta
4f4e201cb0
Wrong command
...
Wrong command to start dnx missing .
2015-11-07 12:33:02 -08:00
Shannon Deminick
ec2207746f
The "Working with DNX projects" article should document all nuspec metadata related properties #543
...
Completes task: The "Working with DNX projects" article should document all nuspec metadata related properties #543
2015-11-07 12:28:50 -08:00
Scott Addie
a4a0b3e33b
Adjust verbiage in 'Introducing .NET Core' article
2015-11-07 12:24:48 -08:00
John Rowley
16a0035918
Updated understanding-aspnet5-apps to use the up to date configuration
...
I changed
* config.get to config[]
* new Configuration() with ConfigurationBuilder and its' process.
* services.AddSingleton to services.AddInstance
2015-11-07 12:16:30 -08:00
John Rowley
91d7b2a4b1
Updated "Get Started with Entity Framework 7 using ASP.NET MVC 6" tutorial to beta8
2015-11-07 12:06:09 -08:00
danroth27
7d3c7aa4fc
Emphasize app insights package
2015-11-05 16:57:50 -08:00
John Rowley
6d4e10eeb7
Fixed an indentation error where some code was cut off in an
...
example.
2015-11-05 16:54:14 -08:00
Scott Addie
6d4052fe04
Update 'Building Projects with Yeoman' article
2015-11-05 16:43:05 -08:00
Andrii Tsok
2cedc484a4
Fixed example implementation of Configure method.
...
Corrected the example with a fully defined method's code.
Added additional 24-26 lines to example code for providing consistent code fragment.
2015-11-05 16:33:10 -08:00
Scott Addie
7b54f825a5
Replace config.json references with appsettings.json
2015-11-05 16:19:18 -08:00
Max Malook
e32a0c1278
Pluralize class names by using separate words
2015-11-05 16:06:26 -08:00
danroth27
a9b9b810a0
Merge branch '1.0.0-beta8'
2015-11-05 15:52:47 -08:00
Matthew Cantelon
d19b11c6b1
Update Docker installation instructions
2015-11-05 15:35:41 -08:00
Steve Smith
97ba43c596
Merge pull request #609 from scottforsyth/scottforsyth-patch-1
...
Highlighted new using statement
2015-11-05 10:51:00 -08:00