Commit Graph

60 Commits (b1d63f0983b7061a30e0c24bd0af87eeb491ba27)

Author SHA1 Message Date
danroth27 74eff7a59c Merge branch 'dev' 2016-05-16 21:51:23 -07:00
riande@microsoft.com b1f63465a4 WebAPI RC1 -> RC2 2016-05-16 12:59:15 -10:00
riande@microsoft.com 9070095f66 RC2 update of intro to mvc 2016-05-16 11:30:01 -10:00
danroth27 76ad77e026 Merge branch 'dev' 2016-05-16 12:16:38 -07:00
Steve Smith 314748247e Updated Mac tutorial for RC2 2016-05-15 00:25:12 -07:00
riande@microsoft.com 9b6065a4d2 remove 1st ASP.NET/VS tutorial 2016-05-12 18:16:48 -10:00
aregy 7888e98865 Update start-mvc.rst
"learn a about" to "learn about"
2016-05-02 15:21:47 -07:00
Petr Onderka 3aa24e4431 Fixed broken links 2016-05-02 14:54:54 -07:00
Petr Onderka 8209e68ce1 Example URIs should not be links
This includes:

* localhost
* example.com
* example email addresses
* schema URI
2016-04-28 22:40:38 +02:00
danroth27 9a1816faf0 Merge branch 'master' into dev 2016-04-22 15:30:58 -07:00
Justin Jeong 7354d24001 Fix sample app url 2016-04-18 16:10:48 -04:00
Stuart Celarier a9db6ed058 Corrected abbreviation of Ctrl
Compare with the spelling of Ctrl and use of plus-sign in the screenshot of the Debug menu.
2016-04-07 14:54:38 -07:00
Steve Novoselac ec7e48b1d8 Update adding-model.rst
fixing type (.c should be .cs)
2016-04-03 21:24:13 -05:00
danroth27 f965804df9 Rename ASP.NET 5 to ASP.NET Core and other general cleanups 2016-03-28 16:29:22 -07:00
danroth27 5a12f2ac7e Remove dnx folder and related content 2016-03-25 13:56:44 -07:00
Quentin Homareau 630c17a028 Updated URL to match AspNet API docs
All URL are now pointing to AspNet Docs
2016-03-24 15:07:47 -07:00
Jonno Schmidt cc8f0acb88 Fixed typo from specificed to specified. 2016-03-17 10:54:19 -07:00
andrewplummerNZ a07dba9d03 Update adding-view.rst
updated to show full Add New Item dialog name, 'Movie' to 'MvcMovie'

updated to ID instead of numTimes, at current point in tutorial the HelloWorld Welcome method signature would be: public string Welcome(string name, int ID = 1)
2016-03-16 17:12:11 +13:00
andrewplummerNZ 997504026d using reference was missing
Needs to add using to resolve Controller reference

using Microsoft.AspNet.Mvc

reference was just cut off by 1 line, was lines: 6-28 now 5-28 to include the using line.
2016-03-15 10:53:48 -07:00
danroth27 2fd4130ee5 Update screenshots and minor text cleanup 2016-03-11 15:09:56 -08:00
Aleksandar Nikolić 0c3d55a075 Update nano-server.rst
Minor typos fixed.
2016-03-03 12:24:19 -08:00
danroth27 88130df2c5 Remove mvc sphinx project files and intersphinx links 2016-03-02 11:19:51 -08:00
danroth27 59fa370bb6 Merge mvc migration topics into aspnet migration section 2016-03-02 11:19:50 -08:00
danroth27 5fd2f9468a Merge mvc getting started samples and tutorials into aspnet project 2016-03-02 11:19:48 -08:00
EdoVanAsseldonk 274fb6e2b9 Fix statement to copy application to nano server
The previous statement copied the application to the destination in an incorrect way and so the destination wouldn't contain the approot folder.
2016-03-01 21:37:14 +01:00
James Oliver 68c918254c Replaced reference to Configuration.Get
Configuration.Get isn't used in the ConfigureServices method as described in the tutorial. Updated it to show that Configuration["Data:DefaultConnection:ConnectionString"] is what is used now to retrieve the connection string.
2016-02-25 10:20:15 -08:00
James Oliver 78fa6c561d Added note to not change the authentication method when creating project 2016-02-25 10:20:15 -08:00
Sourabh Shirhatti 8bf2d1b63d Nano Server tutorial initial upload
Drop Devops workflow

Respond to feedback

More feedback
2016-02-17 16:41:24 -08:00
Erik Reitan aafa0cb397 Add links to articles on azure.com 2016-02-12 09:18:18 -08:00
joescars f842678edd Update config.json to appsettings.json
Update config.json to appsettings.json
2016-01-19 22:58:32 -08:00
Jeff Widmer e897b0c282 config.json is named appsettings.json 2016-01-12 11:49:58 -08:00
Jeff Widmer 00e0d2ffe8 Typo - Statup.cs to Startup.cs 2016-01-12 11:42:16 -08:00
Erik Reitan babce7241a Update your-first-aspnet-application.rst
Fixing one link and updating the format of two others.
2016-01-06 11:01:04 -08:00
Zhiliang Xu 0af85156c1 Fix minor syntax error: can issues => can issue 2016-01-06 10:26:31 -08:00
RachelAppel d4b2c06777 Merge branch '1.0.0-rc1' 2015-12-30 20:03:01 -05:00
Erik Reitan 721e21a295 erikre - Updating ASPNET 5 - First app topic 2015-12-30 19:59:25 -05:00
RachelAppel 4711424a85 Merge branch '1.0.0-rc1' 2015-12-29 15:42:15 -05:00
Leonardo Braga c6bc6bfd28 Changed `dnx restore` to `dnu restore`
Fixed the actual underlying command executed by the editor, since `dnx restore` doesn't exist.
2015-12-29 15:40:52 -05:00
Zhiliang Xu f49a2c6e82 Update your-first-aspnet-application.rst 2015-12-28 12:17:36 -06:00
Rick Anderson 8ed92fd3b9 mac RC1 updates and text clean up 2015-12-10 09:23:59 -08:00
Cameron Watters ed2adab8fe Update tutorial to reflect latest generator-aspnet output 2015-12-02 11:30:45 -08:00
Blake Niemyjski 4187544e04 Updated docs for asp.net rc
The dnx command should probably be dnx web instead of dnx kestrel because that is what the yo generators create it as.
2015-12-01 16:03:57 -05:00
Erik Reitan a053cf6e60 Update your-first-aspnet-application.rst
Adding fix for file name.
2015-11-23 15:23:49 -08:00
Erik Reitan 92a0a356f8 First App - Update to step and image. 2015-11-19 14:00:30 -08:00
danroth27 1d225cb4a0 Add link to Azure Service Fabric doc 2015-11-18 23:44:48 -08:00
danroth27 5fca00c691 Merge branch '1.0.0-beta8' into 1.0.0-rc1 2015-11-18 02:10:19 -08:00
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
Erik Reitan ec37e13930 Update Your First ASP.NET 5 Application 2015-11-17 16:29:31 -08:00
Debajyoti Mahanta 4f4e201cb0 Wrong command
Wrong command to start dnx missing .
2015-11-07 12:33:02 -08:00