Commit Graph

478 Commits (60cd67e62d2bfff226f75c006a07b7f5b3fce7c0)

Author SHA1 Message Date
Rick Anderson 608cbce992 Update adding-model.md (#3258) 2017-04-23 09:12:34 -07:00
Rick Anderson 6c295d2e0c Remove references to Microsoft.DotNet.InternalAbstractions (#3251)
* Remove references to Microsoft.DotNet.InternalAbstractions

* update
2017-04-20 16:31:37 -10:00
Rick Anderson 5034dd22ee Update new-field.md (#3250)
* Update new-field.md

* Update new-field.md
2017-04-20 16:25:47 -10:00
Rick Anderson bca76e57c2 Update adding-model.md (#3247)
* Update adding-model.md

* Update adding-model.md
2017-04-19 15:17:24 -07:00
Rick Anderson cb2e684d1e Update adding-model.md (#3245) 2017-04-19 10:29:52 -10:00
Rick Anderson d16097c1aa Update MvcMovie.csproj (#3246) 2017-04-19 10:27:30 -10:00
Tom Dykstra 6c395cd9d5 note bug on Linux, misc minor updates (#3241) 2017-04-17 17:37:52 -10:00
Tom Dykstra 477488e513 EF clarifications in intro to MVC add model (#3235) 2017-04-15 13:10:18 -07:00
Rick Anderson 468e284107 Update new-field.md (#3234)
* Update new-field.md

* Update new-field.md

* Update new-field.md
2017-04-15 09:59:28 -10:00
Tom Dykstra aa52a96557 exit --> exist (#3231)
Add an optional extended description…
2017-04-14 14:08:20 -07:00
Tom Dykstra bfb904348a minor fixes (#3227) 2017-04-14 07:46:51 -10:00
Rick Anderson 996d71d919 final xplat intro to mvc (#3223)
* final xplat intro to mvc

* Fix
2017-04-13 16:50:55 -07:00
Rick Anderson f17152f762 validation xplat (#3220) 2017-04-13 12:01:09 -10:00
Rick Anderson 38f25bfebd Update adding-model.md 2017-04-12 11:47:18 -10:00
Rick Anderson 21d01fd143 xplat intro 2 mvc - add a field (#3197)
* xplat intro 2 mvc - add a field

* fix

* fix

* drop db

* fix

* final fix
2017-04-12 09:55:13 -10:00
Rick Anderson 0889dc6d3d xplat add a model (#3210) 2017-04-11 19:02:07 -10:00
Rick Anderson 7a9c2834cc xplat intro 2 mvc - search (#3196)
* xplat intro 2 mvc - search

* fix

* fix
2017-04-09 14:52:07 -10:00
Rick Anderson ccc070e501 Update working-with-sql.md 2017-04-09 12:19:19 -10:00
Rick Anderson 425ec37f48 xplat controller methods and views (#3191) 2017-04-08 15:51:01 -10:00
Rick Anderson dafb6646cb xplat version of working with SQL mvc intro (#3190) 2017-04-08 13:45:21 -10:00
Rick Anderson 2439951f78 Update adding-model.md 2017-04-08 10:21:16 -10:00
Rick Anderson 3e823d8dc2 Update working-with-sql.md 2017-04-07 22:12:33 -10:00
Rick Anderson 5642202c56 xpat- adding a model - intro to mvc (#3185)
* works on mac

* view

* clean
2017-04-07 17:45:50 -10:00
Tom Dykstra 33cc352805 Restructure deployment toc (#3176) 2017-04-07 13:11:19 -07:00
Rick Anderson e9a1e30553 Update adding-model.md 2017-04-06 18:11:51 -10:00
Rick Anderson 042cd9bbb8 Update adding-model.md 2017-04-06 18:05:34 -10:00
Lincoln Pires 3c17473bae updated the id type from string to long (#3173)
changed from ´public IActionResult GetById(string id)´ to ´public IActionResult GetById(long id)´ in line 189.
2017-04-06 15:32:54 -10:00
Fiyaz Bin Hasan 3d88dfb62e Update dotnet-watch.md (#3177) 2017-04-06 11:38:57 -10:00
Alex ffe8fca8ea Fix typo and filename (#3150)
Simply changed from "a" to "an" in two places for fluidity and consistency. I also added the filename extension for `Startup` and made it italic.
2017-04-03 14:49:12 -10:00
Rick Anderson cecfc4ddda Update search.md (#3152) 2017-04-02 12:03:27 -10:00
Mike Jones 34c277c0f9 link and screenshot update for Visual Studio 2017 (#3128)
* link and screenshot update for Visual Studio 2017

* removed note

* Updated links to Server Hosting bundle
2017-04-01 11:33:45 -10:00
Neil Anderson 87be02644d Include the New Controller png (#3137)
The 'Add a controller' section included a screenshot of the new project dialog when it should be the new controller dialog.
2017-04-01 11:30:30 -10:00
Neil Anderson 15c5234fa9 Fix parameter type typo (#3138)
To match the earlier code snippet ```string``` should be ```long```
2017-04-01 11:25:49 -10:00
Neil Anderson 37a91b1e99 Highlight the EntityFrameworkCore.InMemory line (#3136)
Line 12 refers to the Microsoft.AspNetCore.Mvc package, I believe the documentation intended to highlight the Microsoft.EntityFrameworkCore.InMemory line 14.
2017-04-01 09:48:04 -10:00
mihe b10c6f745d Added a brief HTTP Endpoint description (#3141)
HTTP endpoint is an ambiguous term, but I tried to clarify what the original writer meant in this case, as per comments requests.
2017-04-01 09:44:43 -10:00
Alex e76940e097 Fix typos and consistency (#3145) 2017-04-01 09:04:30 -10:00
mihe dd239c8974 Add clarification about the current Add > Controller (#3142)
* Add clarification about the current Add > Controller

Added clarification about the current Add > Controller process, which takes two steps and may create confusion about the outcome of the first step, and makes the reader question why the controller itself is not created.

* Update adding-model.md

* Update adding-model.md
2017-04-01 08:13:57 -10:00
Philipp Gillé 6e4bf8ed06 Fix typo (#3143) 2017-04-01 08:09:36 -10:00
Rick Anderson 8fa130a398 hide xplat version of add a model (#3118) 2017-03-30 17:57:00 -10:00
Rick Anderson bb2f2a01c6 Update adding-model.md (#3117) 2017-03-30 17:41:07 -10:00
Rick Anderson 46652bc04f Update adding-view.md 2017-03-30 17:02:30 -10:00
Rick Anderson fbc5c3e584 Update index.md (#3115) 2017-03-30 17:01:14 -10:00
Rick Anderson 7fc79f215e Ra/model xplat (#3114)
* xplat version of adding a model/intro to MVC

* clean up

* clean up

* clean up
2017-03-30 16:41:44 -10:00
Rick Anderson dffdbaf436 part 3 (#3103) 2017-03-29 15:56:36 -10:00
Rick Anderson d1e2f1ca3e includes folder and first include (#3099)
* includes folder and first include

* fix

* fix

* remove all metadata
2017-03-29 14:07:30 -10:00
Rick Anderson 3516dcbe56 Ra/xplat intro 2 mvc (#3090)
* xplat intro to MVC

* xplat intro to MVC

* adding a controller

* TD feedback
2017-03-29 11:15:18 -10:00
Rick Anderson 120568d84a Update web-api-vsc.md (#3095) 2017-03-29 10:43:58 -10:00
Rick Anderson f01a62c938 Update first-web-api.md (#3096) 2017-03-29 10:43:46 -10:00
Rick Anderson e379efabcf Update web-api-vsc.md (#3094) 2017-03-29 07:41:36 -10:00
Yavor Slavchev 32d0d3dc75 Markdown mismatch (#3092)
'Use Postman to send a Create request' section has a markdown mismatch. Below the 'In the key-value editor, enter a Todo item such as', the text formatting is broken.
2017-03-29 07:37:56 -10:00
Rick Anderson b2ec047d9a Update your-first-mac-aspnet.md 2017-03-28 17:06:52 -10:00
Rick Anderson 00428b8b58 spboyer feedback on xplat web-api (#3087) 2017-03-28 10:13:07 -10:00
Shayne Boyer 3bbe01ccb8 Minor changes (#3080)
* Spelling fix naviage -> navigate
* Removed Fiddler link : not relevant for Mac or Linux
* Added `Ctrl+Shift+P` key stroke for command pallete and for Linux, `⌘` doesn't exist for Linux and shortcut is different 
* F5 is Debug keystroke, first mention of Debug instruction did not define this.



### Suggestions for larger update
* Although not documenting VS Code, adding links to Debugging in VS Code: https://code.visualstudio.com/docs/editor/debugging
* Visual Studio Code users would tend to take advantage of CLI commands for adding/modifying EF component items.  See: https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/dotnet
* Show integrated terminal or more terminal based commands
2017-03-28 08:06:10 -10:00
Rick Anderson 9d6fe033f7 xplat version of first Web API (#3059)
* xplat version of first Web API

* remove dup files

* clean up

* fix

* TD feedback

* remove singleton
2017-03-27 13:05:06 -10:00
Rick Anderson 082d048d90 Update your-first-mac-aspnet.md 2017-03-27 10:17:39 -10:00
Rick Anderson b74d38e3ec Update your-first-mac-aspnet.md (#3058)
* Update your-first-mac-aspnet.md

* Update your-first-mac-aspnet.md
2017-03-23 14:12:01 -10:00
Rick Anderson 50e87992d8 Update adding-view.md (#3051) 2017-03-23 10:15:15 -10:00
james1293 54ea022321 Remove too-early reference to authentication (#2995)
Unless there's a version of Visual Studio that has a different dialog, I think Authentication only comes up in the second "create a project" dialog. The screenshots that are already in the article confirm this. Thanks!
2017-03-17 10:37:38 -10:00
Tom Dykstra 56e3b55b69 Tutorials node for ASP.NET non-core TOC (#2989)
* asp.net tutorials page

* add Tutorials node to TOC

* fix intro text

* fix metadata
2017-03-16 14:21:33 -10:00
Abdelkrim from Brussels 6d6bda047d Remove the unnecessary 'Attribute' suffix (#2986) 2017-03-16 12:42:49 -10:00
Rick Anderson 07af9db54d Update adding-model.md 2017-03-15 12:14:33 -10:00
Rick Anderson 5f16cc4a0a WIP: Update your-first-mac-aspnet.md (#2931)
* Update your-first-mac-aspnet.md

* Update your-first-mac-aspnet.md

* AS well, easily, banned words

Shouldn't we use the more standard VS Code? Why is *Code*  *italic*?

* less market speak

Why make anyone read "If this is your first time using Visual Studio Code" ? Not needed.

* Use GIT before you dev, not after

And is it only GIT integration to Azure?

* Update your-first-mac-aspnet.md

* Update your-first-mac-aspnet.md

* Update your-first-mac-aspnet.md

* Update your-first-mac-aspnet.md

* Update your-first-mac-aspnet.md

* Update your-first-mac-aspnet.md
2017-03-14 09:38:59 -10:00
Thomas Fuchs 1894789727 Remove closing brackets (#2955)
* Remove closing brackets

* Update first-web-api.md
2017-03-13 14:44:46 -10:00
Blackie Tsai 38d4c0e385 Update the content with incorrect/missing version (#2956)
* Update the content with incorrect/missing version

For .NET Core 1.1.1, the dotnet-watch version should change to 1.0.0.-*

* Update dotnet-watch.md
2017-03-13 10:57:53 -10:00
Rick Anderson d1f6e5824c remove dead controller (#2950)
* remove dead controller

* end
2017-03-10 15:03:13 -10:00
Min 5ebf606c1c fix the error of no variable named _todoRepository (#2940)
at "Add a controller" section there is no variable called "_todoRepository" which is used by next sections
2017-03-10 14:04:16 -10:00
Rick Anderson 8baeebb643 add MSBuild to dotnet-watch (#2939) 2017-03-09 14:34:57 -10:00
Brice Lambson fe4c3e800b Update adding-model.md (#2938)
Escape greater than
2017-03-09 12:13:27 -10:00
Rick Anderson 4bd547a6ab remove rating from search (#2937) 2017-03-09 12:11:46 -10:00
Rick Anderson 1957450a37 delete old add required to model (#2927) 2017-03-08 14:16:28 -10:00
Roland Kopka e0376f2f0d Update Interpolated Strings link (#2922)
* Update Interpolated Strings link

* removed en-us
2017-03-08 11:02:27 -10:00
Rick Anderson 40c46e1f75 PDF link to VS15 (#2924) 2017-03-08 11:01:51 -10:00
Rick Anderson 6c8955d9a8 add linux (#2914) 2017-03-07 17:15:42 -05:00
Shayne Boyer 785fef942f Updated title and content to be nonMac specific (#2910)
* Updated title and content to be nonMac specific

* add linux to metadata
2017-03-07 17:15:34 -05:00
Tom Dykstra 56899b35bd Merge pull request #2900 from aspnet/csproj
Merge csproj to master
2017-03-06 15:16:00 -08:00
Rick Anderson c3b33db43d update intro to WebAPI to VS17 RTM (#2887)
* update intro to WebAPI to VS17 RTM

* react to feedback
2017-03-06 08:41:51 -10:00
Tom Dykstra bba0769b31 fix link 2017-03-06 09:35:56 -08:00
Shayne Boyer 78b2a0709c Update First App on a Mac (#2831)
* Razor remove csproj (#2662)

* don't merge

* csproj razor update

* code style

* Update razor.md

* CRLF / LF issues in these files

* updates switch yeoman for dotnet

* remove extra lines

* addressing feedback
2017-03-06 09:35:56 -08:00
Rick Anderson 58715f7b93 dotnet watch to msbuild (#2746)
* dotnet watch to msbuild

* remove white space

* clean up

* clean up

* TD feedback
2017-03-06 09:16:46 -08:00
Rick Anderson 66d699e04f VS17 update to Intro to MVC (#2837)
* VS17 update to Intro to MVC

* adding a view

* work

* adding a view

* adding a model

* working with SQL LocalDB

* controller methods and views

* search

* new field and validation

* last part/delete

* final cleanup

* ###

* add "overpost" anchor

* tdystra feedback
2017-03-03 11:35:47 -10:00
Rune Antonsen 0c6c54fb67 doc(tutorials): fix typo (#2876)
Fix typo where UseSwaggerUI was written with lowercase 'i' in 'UI'
2017-03-03 08:49:56 -05:00
Jason Taylor d0b33ad1dc Updated tutorial to include support EF Core (#2850)
* Updated tutorial to include support EF Core

The source code had been updated to use the EF Core InMemory provider but the tutorial did not reflect these changes. To help get people up and running, I have:

Added the following new sections:
* Add support for Entity Framework Core
* Create the database context

Updated the following section:
* Add a repository class

* shorten/clean up
2017-03-02 17:46:08 -10:00
Andy Pasic 010b730d27 Bulk metadata fix (#2871)
* meta data fix

* Revert "meta data fix"

This reverts commit ba36883476.

* meta data fix2

* test

* Update owin-oauth-20-authorization-server.md

* Update api-ref.md

* Update api-ref.md

* test

* test2
2017-03-02 14:50:36 -10:00
Tim Posey 398c4e055a Update web-api-help-pages-using-swagger.md (#2849)
Updating the API based on the recent changes to Swashbuckle 1.0.0-rc3

@TPoise - Thanks for the update.
2017-02-27 18:07:06 -05:00
Shayne Boyer e29779d15e Yeoman article fixes (#2793)
* whitespace

* update generator version for project.json

* metadata update
2017-02-17 12:13:09 -05:00
Luke Latham a403a5b5f7 Update hosting bundle installer link (#2773) 2017-02-15 13:07:15 -08:00
damienbod 0df2c95ec2 Using in-memory database first web api todo api update (#2760)
* Using in-memory database

* removing patch
2017-02-13 16:36:48 -10:00
damienbod 6ed0f7ddf6 Damienbod/aspnetcore tutorials first mvc app sample mvc movie update csproj (#2754)
* updating to csproj

* updating layout

* reverting @Rick-Anderson
2017-02-13 12:02:13 -10:00
damienbod ecf4f1bd31 updating to csproj (#2755) 2017-02-13 09:58:20 -10:00
damienbod 3e9e693441 Damienbod/first web api todo api update to csproj (#2752)
* updating to csproj

* removing item group, not required

* using AddMvcCore instead of AddMVC

* reverting, recommendation from @danroth27
2017-02-13 09:06:53 -10:00
damienbod 5a1a06b2c4 update to csproj (#2751) 2017-02-12 15:04:45 -10:00
Rick Anderson 78ed0aa594 VS17 RC install instructions (#2655)
* VS17 RC install instructions

* Update start-mvc.md

* Update start-mvc.md

* Update start-mvc.md
2017-02-02 06:38:32 -08:00
Luke Latham 7d0d9da8f0 Fix links and anchors (#2639)
* Update app-state.md

* Update dependency-injection.md

* Update aspnet-core-module.md

* Update http-modules.md

* Update other-logins.md

* The Walther blog post is gone

* Update cors.md

* Update context-headers.md

* Update subkeyderivation.md

* Update index.md

* Update app-state.md

* Update dependency-injection.md

* Update routing.md

* Update mvc.md

* Update testing.md

* Update razor.md

* Update memory.md

* Update cors.md

* Update iis.md

* Update integration-testing.md

* Update index.md

* Update integration-testing.md
2017-02-01 14:49:21 -10:00
Tom Dykstra 341f7e25a4 expand tutorials coverage in tutorials/index.md (#2557)
* expand tutorials coverage

* fix ef core URLs

* reorg web apps section, remove external site text

* remove external site text
2017-02-01 13:45:15 -10:00
Rick Anderson 1fb02b9960 typo (#2634)
Add an optional extended description…
2017-01-30 22:15:09 -09:00
Luke Latham 6f05f27827 Nano Server doc update (#2572)
* Update nano-server.md

* Update nano-server.md

* Update nano-server.md

* Update nano-server.md

* Update nano-server.md

* Update nano-server.md

* Update nano-server.md
2017-01-27 17:09:43 -08:00
Tom Dykstra e198c1ab37 revise title (#2592)
* revise title

* Update routing.md

* revise title

* revise title

* revise title

* revise title

* revise title

* revise title

* revise title
2017-01-23 14:03:46 -08:00
Shayne Boyer 801a6d9222 title to sentence case (#2588)
* title to sentence case

* Address comments
2017-01-23 13:15:29 -08:00
Tom Dykstra cb74d8569f revise title (#2591)
Add an optional extended description…
2017-01-23 13:09:58 -08:00
Shayne Boyer b22ac2b516 Merge pull request #2558 from domaindrivendev/update-swagger-docs
Update swagger tutorial to reflect latest Swashbuckle changes
2017-01-23 11:21:23 -08:00
domaindrivendev 49f9c9b8b0 force add referenced wwwroot files for swagger sample app 2017-01-22 13:03:34 -08:00
Rick Anderson 8b4f6e45bb rm bad link (#2569) 2017-01-20 18:18:27 -08:00
domaindrivendev 6e1b240033 update swagger tutorial to reflect latest Swashbuckle changes 2017-01-20 00:58:00 -08:00
Tom Dykstra b1bd9f9ece mvc toc restructure (#2482)
* mvc toc restructure

* move mvc tutorial nodes to mvc section

* fix heading casing and toc node hierarchy

* add intro text to series index.md files
2017-01-14 13:59:26 -08:00
Rumit Parakhiya e4ddaed0d3 Fixed typo (#2517) 2017-01-14 13:56:37 -08:00
amm303 1d391bbb57 Update Welcome.cshtml (#2447)
You are on the Welcome page therefore the title should be 'Welcome' not 'About'.
2017-01-04 09:20:30 -10:00
Scott Addie 48c51aa844 Add model property display name instructions (#2466) 2017-01-04 09:18:53 -10:00
Luke Latham db52693bfc Image alt text updates (#2442)
* Update identity.md

* Update new-field.md

* Update new-field.md
2016-12-26 08:35:58 -08:00
Tom Dykstra 83c3a7538b remove invalid character at start of file (#2440) 2016-12-22 13:06:46 -08:00
Tom Dykstra 1a8c51a77c Correct spelling of Swagger (#2439) 2016-12-22 13:05:33 -08:00
Luke Latham 5e2118e1e6 Specify alt text in all images (#2434)
* Update publish-to-azure-webapp-using-vs.md

* Update google-logins.md

* Update working-with-sql.md

* Update microsoft-logins.md

* Update twitter-logins.md

* Update facebook-logins.md

* Update index.md

* Update accconfirm.md

* Update 2fa.md

* Update yeoman.md

* Update file-providers.md

* Update app-state.md

* Update localization.md

* Update middleware.md

* Update dependency-injection.md

* Update mvc.md

* Update webapi.md

* Update native-mobile-backend.md

* Update filters.md

* Update formatting.md

* Update dependency-injection.md

* Update adding-controller.md

* Update adding-model.md

* Update search.md

* Update controller-methods-views.md

* Update adding-view.md

* Update validation.md

* Update first-web-api.md

* Update web-api-help-pages-using-swagger.md

* Update your-first-mac-aspnet.md

* Update azure-continuous-deployment.md

* Update vsts-continuous-deployment.md

* Update dependency-injection.md

* Delete FBLogin2.PNG

* Delete pass1.PNG

* Delete pass2.PNG

* Add files via upload

* Update facebook-logins.md

* Update index.md
2016-12-22 10:03:29 -08:00
Luke Latham 33e87dab6a Add files via upload (#2435) 2016-12-22 09:14:20 -08:00
Scott Addie c7bd29063a Add missing colon and remove extra colon (#2436)
Add a missing colon and remove an extraneous colon in the "Scaffolding a controller" section of the "Adding a model" tutorial.
2016-12-22 09:13:21 -08:00
Rick Anderson e075ef592c Update start-mvc.md (#2411) 2016-12-16 20:54:46 -10:00
Rick Anderson d21eeda7a3 Update adding-view.md (#2412) 2016-12-16 20:54:31 -10:00
Rick Anderson de05c02e52 Update adding-model.md (#2413) 2016-12-16 20:54:23 -10:00
Rick Anderson 65063d2898 Update working-with-sql.md (#2414) 2016-12-16 20:54:17 -10:00
Rick Anderson 050ddd6cb7 Update controller-methods-views.md (#2415) 2016-12-16 20:54:05 -10:00
Rick Anderson ec2d8bc7df Update search.md (#2416) 2016-12-16 20:53:58 -10:00
Rick Anderson e83e5cc0ea Update new-field.md (#2417) 2016-12-16 20:53:51 -10:00
Rick Anderson 443f0680e2 Update validation.md (#2418) 2016-12-16 20:53:43 -10:00
Rick Anderson 50b4afe18d Update details.md (#2419) 2016-12-16 20:53:35 -10:00
Steve Hoag ffaf8092a8 Updated tutorial for VS 2017 (#2397)
* Updated tutorial for VS 2017

Also addressed comments. Fixes #2233 Fixes #2365

* Addressed review feedback
2016-12-16 17:05:01 -10:00
ichengzi 46cb4f7bc3 change Views/Books/Edit to Views/Movies/Edit (#2381) 2016-12-13 09:00:00 -10:00
Falco 9af7515195 updated nano server tutorial to RTM and dotnet-download script. (#2113)
updated nano server tutorial to RTM and dotnet-download script.
2016-12-12 11:57:28 -10:00
Rick Anderson 0526200e59 Merge pull request #2370 from GuardRex/guardrex-ctl-to-ctrl
ctl to ctrl
2016-12-12 11:03:57 -10:00
Luke Latham bf56c00a95 Update adding-controller.md 2016-12-11 17:54:19 -06:00
Luke Latham 936343c5ff Update start-mvc.md 2016-12-11 17:53:43 -06:00
Charlie Chu 5b6fb8ca90 Correct the highlighted line
Remove unused comments to display the correct lines that need to be highlighted
2016-12-08 23:40:03 +08:00
Rick Anderson 29ca4db910 Merge pull request #2316 from GuardRex/guardrex/byline-normalization
Byline Normalization
2016-12-05 09:06:39 -10:00
Shayne Boyer 595a1bdf45 add global.json
remove -preview
2016-12-05 11:21:49 -05:00
Luke Latham 125e78a292 Update your-first-mac-aspnet.md 2016-12-04 23:17:07 -06:00
Luke Latham 76475d34e2 Update publish-to-azure-webapp-using-vs.md 2016-12-04 23:16:27 -06:00
Luke Latham c2eef57321 Command line/command-line/command prompt updates (#2284)
Command line/command-line/command prompt updates
2016-12-01 09:15:06 -08:00
Shayne Boyer e3b4cf7b7d update keywords and description 2016-12-01 10:33:44 -05:00
Rick Anderson eb956d4267 Merge pull request #2266 from charliethinker/patch-2
Fix snippet
2016-11-30 08:36:28 -10:00
Rick Anderson 3ad595d6ab Merge pull request #2265 from charliethinker/patch-1
Fix typo
2016-11-29 08:58:06 -10:00
Charlie Chu f73583f1a0 Update code to include closing brace
Update code to include closing brace
2016-11-29 21:25:22 +08:00
Charlie Chu 8448eafb90 Fix snippet 2016-11-29 10:39:19 +08:00
Charlie Chu 03b9f48380 Fix typo 2016-11-29 10:23:10 +08:00
Mike Kinney f7982106fe Updated code link to include closing brace. 2016-11-27 18:08:44 -08:00
Rick Anderson 8540a70800 fix snippet 2016-11-21 14:28:03 -10:00
Andy Pasic a82e144ea1 fixed code snippets 2016-11-17 21:03:07 -08:00
Rick Anderson 7d56e2aabd Merge pull request #2202 from aspnet/fixserverlinks
fix links
2016-11-17 11:06:43 -10:00
Shayne Boyer 14e5c418e9 add keywords to doc 2016-11-17 15:51:20 -05:00
Tom Dykstra 011dc604e9 fix links 2016-11-17 12:36:28 -08:00
Rick Anderson 17f93fe6c5 keywords and decription meta-data 2016-11-17 10:13:02 -10:00
Tom Dykstra fc27a53d4d servers rewrite (#2199) 2016-11-17 09:16:26 -08:00
Rick Anderson b23d49f1f6 title + meta on technology 2016-11-16 14:24:57 -10:00
Rick Anderson ebe02769ef Merge pull request #2184 from superyyrrzz/patch-1
ViewDataDictionary -> ViewData Dictionary
2016-11-16 10:04:13 -10:00
brady gaster 6e1bbfa8d2 Merge pull request #2181 from aspnet/bradygaster-redirects
finalizes redirection
2016-11-16 07:48:03 -08:00
Renze Yu 4d7bfb5211 ViewDataDictionary -> ViewData Dictionary 2016-11-16 22:14:29 +08:00
Rick Anderson 8c6694f867 Merge pull request #2177 from Qudware/patch-1
show -> shows
2016-11-15 15:47:25 -10:00
Rick Anderson 889c5815a1 Merge pull request #2174 from aspnet/dotnet-watch-1994
Dotnet watch update
2016-11-15 15:45:46 -10:00
Adham d1723a79a6 show -> shows 2016-11-16 11:24:54 +10:00
Rick Anderson 1b53ac68f5 remove project.json 2016-11-15 12:15:17 -10:00
Tom Dykstra 54a0fc595e fix links 2016-11-15 08:46:25 -08:00
Shayne Boyer ffa4a676a1 nit 2016-11-15 11:18:16 -05:00
Shayne Boyer 871af4e715 remove ref to preview2 2016-11-15 11:14:26 -05:00
Rick Anderson d82678be1b clean up 2016-11-14 16:07:44 -10:00
Rick Anderson 61decdbf4e clean up 2016-11-14 15:19:41 -10:00
Shayne Boyer c1babc5ac5 Merge pull request #2149 from charliethinker/master
Solve cross platform issue
2016-11-12 13:32:45 -05:00
Brady Gaster 66b1b7dc2a setting up all last, missed redirects 2016-11-11 22:25:58 -08:00
Rick Anderson 0d691e36ca fix back ticks (#2153) 2016-11-11 10:54:20 -10:00
Rick Anderson 5a4df6874d alt-text (#2152) 2016-11-11 09:19:55 -10:00
Rick Anderson f435e03529 Remove Hex (#2150) 2016-11-11 08:32:05 -10:00
Charlie Chu 21dacc2e8e Solve cross platform issue
fix issue - "Unhandled Exception: System.IO.FileNotFoundException" run
on Mac
2016-11-11 16:10:48 +08:00
Rick Anderson bcbb0d6c0b delete blank lines (#2127) 2016-11-09 19:21:17 -10:00
Steve Smith ff7a77db96 Update your-first-mac-aspnet.md (#2137)
Add an optional extended description…
2016-11-09 19:19:52 -10:00
Tom Dykstra 571f687556 buttons and bylines (#2136) 2016-11-09 19:17:21 -10:00
Ala' Alnajjar 8829e5092d Fix a typo in Data context class (#2114)
Add an optional extended description…
2016-11-07 12:22:15 -10:00
Andy Pasic 81425c2f2a Api link fix (#2115)
* quick test

* quick test

* quick test

* Revert "quick test"

This reverts commit 91b07a3df5.

* Revert "quick test"

This reverts commit e44af19bb4.

* Revert "quick test"

This reverts commit 6872a1921d.

* Removed links to old api site

* Fixed link to H1

* quick fix

* Fixed link to H1

* reverted to match master

* removed random character.

* removed random unix character

* removed random unix character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* Quick fixes

* Update CONTRIBUTING.md

* removed random UTF character

* removed random UTF character

* Update routing.md

* Update validation.md

* Update overview.md

* Update linuxproduction.md

* Update web-publishing-vs.md

* Update sociallogins.md

* Update cors.md

* Update cross-site-scripting.md

* Update overview.md

* Update key-encryption-at-rest.md

* Update adding-model.md

* Update new-field.md

* Update validation.md

* Update first-web-api.md

* Update nano-server.md

* Update your-first-mac-aspnet.md

* Update linuxproduction.md
2016-11-07 07:58:40 -10:00
Andy Pasic 5c533c0d9e dl link fix (#2116)
* quick test

* validation fix
2016-11-07 07:19:31 -10:00
Rick Anderson 70619a4dc0 fix intro page (#2096)
* fix intro page

* toc juggle
2016-11-03 12:32:27 -10:00
Andy Pasic c13beeadd4 Removed U+FEFF (#2073)
* Removed U+FEFF

* Removed leading FEFF

* Update bootstrap.md

* Update bundling-and-minification.md

* Update knockout.md

* Update using-grunt.md

* Update yeoman.md

* Update style-guide.md

* Update error-handling.md

* Update localization.md

* Update middleware.md

* Update validation.md

* Update overview.md

* Update view-components.md

* Update iis-with-msdeploy.md

* Update iis.md

* Update web-publishing-vs.md

* Update sociallogins.md

* Update cors.md

* Update machine-wide-policy.md

* Update cross-site-scripting.md

* Update overview.md

* Update limited-lifetime-payloads.md

* Update overview.md

* Update password-hashing.md

* Update key-encryption-at-rest.md

* Update adding-model.md

* Update new-field.md

* Update validation.md

* Update nano-server.md

* Update your-first-mac-aspnet.md
2016-11-02 07:17:24 -10:00
Shayne Boyer dc7d840b33 links repaired (#2053) 2016-11-01 08:36:09 -10:00
Rick Anderson 968ef5ecbf remove ? from meta-data (#2045)
Add an optional extended description…
2016-10-31 19:57:56 -10:00
Daniel Roth e9c1419175 Add docfx content 2016-10-28 10:35:15 -07:00