Steve Smith
540292ed64
Updated project to VS2017 format. ( #3106 )
...
Updated HttpContext.Items key guidance.
2017-03-30 08:35:59 -10:00
Steve Smith
e4808c0433
Upgraded to VS2017 project format ( #3018 )
...
Added demo showing how to retrieve configuration values stored as JSON arrays
2017-03-30 07:54:24 -10:00
Steve Smith
259b79e8e8
DI Disposing and Project Format Upgrade ( #3016 )
...
* Upgrade to VS2017 project format.
* Updated to describe how services container handles disposing of IDisposable instances
* added class definitions
* fixing bower path slashes
2017-03-30 07:49:50 -10:00
Mohamed Chraiet
71d353f85c
Update overview.md ( #3101 )
...
Added the word "of" missing at first Note, third sentence. Line 32.
2017-03-30 09:18:52 -07: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
Tom Dykstra
c99165a146
Revert "new topic"
...
This reverts commit 81e8a1c0fd
.
2017-03-29 16:54:26 -07:00
Tom Dykstra
3ee89ffd2e
Revert "add git-ignored file"
...
This reverts commit b3675ee186
.
2017-03-29 16:54:17 -07:00
Tom Dykstra
b3675ee186
add git-ignored file
2017-03-29 16:39:35 -07:00
Tom Dykstra
81e8a1c0fd
new topic
2017-03-29 16:39:35 -07:00
Tom Dykstra
02ea1ead89
pubxml files are git-ignored ( #3098 )
2017-03-29 16:34:13 -07: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
Tim Barclay
028098540d
Fix markdown formatting around code snippet ( #3093 )
2017-03-29 07:33:12 -10:00
Rick Anderson
b2ec047d9a
Update your-first-mac-aspnet.md
2017-03-28 17:06:52 -10:00
Scott Addie
8d50926b1d
Fix user secrets doc display issues ( #3079 )
2017-03-28 11:14:46 -10:00
Alex
3c3c484072
Update Login action to call FindByEmailAsync ( #3082 )
...
This is consistent with the rest of the sample template and the model property passed to it.
2017-03-28 11:14:09 -10:00
Rick Anderson
c73a3a7631
fix link ( #3086 )
2017-03-28 11:11:18 -10:00
Rick Anderson
00428b8b58
spboyer feedback on xplat web-api ( #3087 )
2017-03-28 10:13:07 -10:00
Tom Dykstra
7cf36468c4
Topic: How to run in a Windows Service ( #3060 )
2017-03-28 11:13:27 -07: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
Scott Addie
26686ab7c5
Fix minor mistakes in view components doc ( #3069 )
2017-03-27 15:34:40 -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
Steve Smith
fe1ad66a28
Fixing Link (again)
...
This didn't get merged in correctly the first time. @tdykstra
2017-03-27 13:27:18 -04:00
spottedmahn
d730b07c4e
Fix Bad Link for LogLevel ( #3072 )
...
the current link doesn't work. It redirects to https://docs.microsoft.com/en-us/aspnet/core/api/
2017-03-27 10:08:20 -07:00
Tom Dykstra
930b656621
fix link ( #3073 )
2017-03-27 10:00:54 -07:00
Steve Smith
61effecf59
Merge branch 'xsrf'
2017-03-27 10:49:22 -04:00
Steve Smith
223c287a6b
Fixing link
...
Removing wrench icons
2017-03-27 10:44:25 -04:00
Rick Anderson
4896d11eda
XSRF ( #1945 )
...
* WIP start of XSRF
* MD conversion
* WIP
* Made a lot of progress on filters and javascript impl
* adding sample
* minor updates
* Ajax demo
* Responding to feedback
* Responding to feedback
* Updating JavaScript sample to highlight service injection primarily.
* Updated "session" to "identity" per @blowdart.
Also added a note about use of session elsewhere in the document.
2017-03-27 10:32:27 -04:00
Abdelkrim from Brussels
94d4a6a69e
Remove duplicate code : MyWindow.cs ( #3066 )
...
Remove duplicate: [!code-csharp[Main](configuration/sample/src/InMemory/MyWindow.cs)]
2017-03-25 13:29:17 -10:00
Rick Anderson
600c1afc4b
Update middleware.md
2017-03-24 16:02:36 -10:00
Rick Anderson
94fd6a62d2
Update dependency-injection.md ( #3056 )
...
* Update dependency-injection.md
* Update dependency-injection.md
2017-03-24 15:37:48 -10:00
Rick Anderson
bf0dc615cd
conventional vs. attribute routing ( #3065 )
2017-03-24 15:37:04 -10:00
Rick Anderson
6e64bf66b3
add route name H2 for linking
2017-03-24 15:02:06 -10:00
Steve Smith
9f6bdc6348
Updated "session" to "identity" per @blowdart.
...
Also added a note about use of session elsewhere in the document.
2017-03-24 20:37:03 -04:00
Rick Anderson
19f6ada655
Update routing.md
2017-03-24 11:29:50 -10:00
Tom Dykstra
8a2425c3e1
remove extraneous backtick ( #3062 )
2017-03-24 13:50:55 -07:00
John Luo
e45d55bfc0
Add warning against using response caching for authenticated content ( #3045 )
2017-03-24 09:53:06 -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
a7fbb53fd2
Azure key vault to Secrets manager ( #3055 )
2017-03-23 12:00:08 -10:00
Rick Anderson
50e87992d8
Update adding-view.md ( #3051 )
2017-03-23 10:15:15 -10:00
Rick Anderson
1412549855
add pub sample markup ( #3050 )
2017-03-23 09:23:56 -10:00
maschram
ac5b1dc073
PersonController Callback Fix ( #2974 )
...
* Switched callback functions from PersonController
to use .then() response rather than deprecated .success().error()
which led to example failing (see https://code.angularjs.org/1.5.0/docs/api/ng/service/$http )
* Changed JsonSerializer contract resolver to DefaultContractResolver
This prevents field names in Person model from getting converted
to camelCase when serializing Json, which prevented the list from being
correctly displayed
* Removed JsonSerializerSettings from Json serialization and replaced with informative comment
* Removed unnecessary using statements
2017-03-23 08:30:40 -10:00
Rick Anderson
487fff47e3
warn that `dotnet new -t web` ( #3037 )
...
* warn that `dotnet new -t web`
* Update getting-started.md
2017-03-23 08:30:10 -10:00
Rick Anderson
4347a7fba9
VS17 update of publishing ( #2998 )
...
* VS17 update of publishing
* force add
* fix TOC
* sayed feedback
* clean up
* final cleanup
* last
* last
* last
2017-03-22 17:37:12 -10:00
Hamed
2bc550bd7d
Remove redundant image ( #3039 )
2017-03-22 17:23:05 -10:00