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
Scott Addie
47bd60697e
Change gulpfile.js snippet content type to JavaScript ( #3038 )
2017-03-22 17:14:14 -10:00
Rick Anderson
aabc57571f
explain additial view data ( #3031 )
...
* explain additial view data
* clean up
2017-03-22 16:54:57 -10:00
Tom Dykstra
d516c5deb8
revise readme in EF MVC core snippets project ( #3028 )
2017-03-22 08:39:34 -07:00
Tuhin Tarafder
f42a2e1e42
Fix Typo ( #3036 )
2017-03-21 18:08:37 -10:00
Rick Anderson
e5ea099be7
VSTS CI/CD ( #3034 )
2017-03-21 17:52:40 -10:00
Rick Anderson
5383012f84
VSTS CI/CD ( #3035 )
2017-03-21 17:52:25 -10:00
Tom Dykstra
c597a3af1a
add tag helpers info ( #3027 )
...
* add tag helpers info
* fix id
* if --> when
2017-03-21 18:20:33 -07:00
Maher Jendoubi
07f874bb19
Updated "Pass Additional ViewData to a Strongly-Typed Partial View" Sample ( #3024 )
2017-03-21 10:06:26 -10:00
Ibrahim Islam
68724aeff1
Fix grammatical mistake ( #3026 )
2017-03-21 09:22:19 -07:00
Tom Woodforde
19e3aa194b
Correct the path to the demo project and add database instructions ( #3021 )
...
* Correct the path to the demo project and add database instructions
* revise wording
2017-03-21 09:21:12 -07:00
Scott Addie
922f5acb3c
Add VS 2015 instructions for bundle & minify Gulp conversion ( #3022 )
2017-03-20 21:02:20 -10:00
Chad T
db468e0cb3
Updated to use generic method of `AddUserSecrets` ( #3023 )
...
As the non-generic version is deprecated.
2017-03-20 21:01:16 -10:00
Rick Anderson
4151c05613
move view comp to own doc ( #3019 )
...
* move view comp to own doc
* fix line no
* simplfy
2017-03-20 15:29:28 -10:00
Scott Addie
8ab055f5cf
Remove unused BundlerMinifier.Core package references ( #3009 )
2017-03-20 11:10:30 -10:00
andrewlock
4354b2bd52
Fix broken link ( #3003 )
...
* Fix broken link
* Converted en-us to en
* removed /en
2017-03-20 11:09:58 -10:00
Rick Anderson
451f72ab90
better section names ( #3001 )
2017-03-20 11:07:07 -10:00
Tom Dykstra
14686ab8d9
Clarify eager loading code ( #3013 )
2017-03-20 14:05:56 -07:00
Steve Smith
d1ed2c7fc4
Merge branch 'master' into xsrf
2017-03-20 16:40:54 -04:00
Steve Smith
29b51c7921
Updating JavaScript sample to highlight service injection primarily.
2017-03-20 16:39:54 -04:00
Rick Anderson
a7d6980dab
Update routing.md
2017-03-20 08:56:26 -10:00
Tom Dykstra
43c4481d8c
Clarification for delete concurrency code ( #3012 )
2017-03-20 10:37:03 -07:00
Shayne Boyer
7e8902f100
Update linuxproduction.md
...
Fixes #2839
2017-03-20 12:40:33 -04:00
Scott Addie
22078948af
Minor fixes to Bundling & Minification doc ( #3010 )
...
Thanks for that review... :-)
2017-03-20 11:11:10 -04:00
Tom Dykstra
c9d2009574
remove superfluous code ( #3005 )
2017-03-18 11:27:37 -07:00
Tom Dykstra
8ea2f313de
Instructors --> CourseAssignments ( #3004 )
2017-03-18 11:24:23 -07:00
Rick Anderson
6d3767417a
move require SSL to it's own doc ( #3000 )
...
* move require SSL to it's own doc
* td feedback
2017-03-17 15:27:18 -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
ccm1st
196d0ef439
the code is implementing the interface instead of inheriting ( #2994 )
2017-03-17 08:41:40 -04:00
Rick Anderson
0e62aa1977
Update request-features.md ( #2981 )
2017-03-17 00:21:49 -04:00
Luke Latham
207359af77
Update directory-structure.md ( #2980 )
2017-03-16 14:43:46 -10:00
Shayne Boyer
31f5f9c397
Bundler Minify update ( #2992 )
...
* update doc
* update static and samples
2017-03-16 14:27:09 -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
Maher Jendoubi
a4aee2d87a
Pass Additional ViewData to a Strongly-Typed Partial View ( #2984 )
...
* Pass Additional ViewData to a Strongly-Typed Partial View
* Fixed DocFx validation issues
2017-03-16 12:39:55 -10:00
Tom Dykstra
115a74c97d
Update EF/MVC tutorial to use no-auth template ( #2951 )
...
* switch to no-auth
* update csproj
* typos and migrations changes
* remove sql design package
* additional notes
* trim nuget section, add troubleshooting note
* change join entity nav ppty names
* clarify wording
* many-to-many description
* correct errors
* minor corrections
* misc corrections
* corrections and clarifications
* fix snippet ranges
* more snippet ranges
* note that ef design packages are installed
* dates
* update final version of sample project
* correction in .csproj
* restore readme
2017-03-16 08:49:41 -07:00
Daniel Roth
3f10b16fe6
Update areas.md ( #2985 )
2017-03-16 08:48:49 -07:00
Rick Anderson
07af9db54d
Update adding-model.md
2017-03-15 12:14:33 -10:00
Tom Dykstra
bff0c6a3f4
fix link ( #2970 )
...
* fix link
* xref link
2017-03-14 15:34:26 -07:00
Richard Hallett
890487d5f7
Change environments.md to use set as opposed to setx ( #2958 )
...
A minor amendment but could be confusing for people unfamiliar with the cmd line.
The text describes setting it for the current current command window, however setx actually only explicitly changes the environment variable, it doesn't change the current window either, so a user would have potentially noticed no change.
2017-03-14 10:26:05 -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
Brian Hall
9edf578d07
Add troubleshooting tip for `System.TypeLoadException` ( #2969 )
...
* Add troubleshooting tip for `System.TypeLoadException`
When running AspNet Core 1.1 on top of .NET 4.6.2 and trying to use the Azure Key Vault configuration extensions, I was encountering an exception that was being thrown for `System.TypeLoadException`. I discovered this originated from the use of the Azure Key Vault API and how it interacted with an older (built-in) version of `System.Net.HTTP`. I ended up installing the updated NuGet package for `System.Net.Http` and that fixed the issue. Hopefully this proposed tip will help someone in the future. Or at least until the packages get more aligned.
* Update key-vault-configuration.md
2017-03-14 09:35:11 -10:00
Daniel Eisterhold
ec31052983
Update routing.md ( #2967 )
2017-03-14 09:30:06 -10:00
Luke Latham
4e8c8a4a90
Middleware docs update ( #2963 )
...
* Update url-rewriting.md
* Update URLRewritingSample.csproj
* Update ResponseCachingSample.csproj
* Update middleware.md
* Update url-rewriting.md
* Update ResponseCompressionSample.csproj
* Update response-compression.md
2017-03-14 11:23:12 -07:00
Thomas Fuchs
1894789727
Remove closing brackets ( #2955 )
...
* Remove closing brackets
* Update first-web-api.md
2017-03-13 14:44:46 -10:00
Luke Latham
a0b65cae7b
Update iis.md ( #2962 )
2017-03-13 14:44:12 -10:00
Ryan Brandenburg
7cb877d046
Move resource naming section up and clarify ( #2959 )
2017-03-13 14:40:15 -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
Jacob Foshee
620fccb478
Minor: 'in the in the' => 'in the' ( #2957 )
2017-03-13 10:38:26 -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
Jean Collas
46630f7764
parameter name update ( #2941 )
2017-03-10 10:05:18 -10:00
Rion Williams
435a547977
Updated Code Style in Examples ( #2942 )
...
Replaced several uses of `static public` with the more appropriate
`public static` to fall in line with the [coding
guidelines](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md ),
which state that the visibility modifer should always be the first
modifer present.
2017-03-10 10:04:29 -10:00
Tom Dykstra
04e9a9f1bb
convert tutorials toc node to non-expanding ( #2933 )
2017-03-09 16:40:17 -08: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
Luke Latham
3b496d7b7f
Update aspnet-core-module.md ( #2911 )
2017-03-08 17:27:32 -10:00
Luke Latham
1b039f74aa
Using IIS Modules with ASP.NET Core ( #2609 )
...
* Add doc to index
* Add doc to TOC
* Create iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Create modules.png
* Add files via upload
* Update iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Update iis-modules.md
* Minor updates
* Minor update
* Update iis-modules.md
* Temp remove Custom Tracing from table
* Update iis-modules.md
2017-03-08 17:03:58 -10:00
Rick Anderson
1957450a37
delete old add required to model ( #2927 )
2017-03-08 14:16:28 -10:00
Rick Anderson
d2b516e454
Update app-state.md
2017-03-08 11:34:47 -10:00
damienbod
8ae7901654
renaming to AngularJS like in page ( #2925 )
2017-03-08 16:32:45 -05: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
Diana LaRose
536f80823d
Update app-state.md ( #2917 )
...
Edited remainder of article.
2017-03-08 10:56:30 -10:00
Tom Dykstra
f42b9d8d12
add link to VS 2015 version ( #2919 )
...
* add link to VS 2015 version
* @rick-anderson feedback
2017-03-08 10:47:56 -10:00
Rick Anderson
c36de3bf7c
RTM 1.1 of pw/email reset ( #2912 )
...
* RTM 1.1 of pw/email reset
* clean up
* tdysktra feedback
* fix
2017-03-08 09:49:26 -10:00
Luke Latham
5f52ec9269
Middleware samples csproj updates ( #2906 )
...
* Update URLRewritingSample.csproj
* Update ResponseCompressionSample.csproj
* Update ResponseCachingSample.csproj
2017-03-07 16:19:40 -10:00
Luke Latham
1a4b9702b0
Update 502.5 Common Errors and VC++ redist information ( #2860 )
...
* Update iis.md
* Update iis.md
* ../rel/path to xref:UID
2017-03-07 16:17:39 -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
Daniel Roth
d1f5cda815
Update getting-started.md ( #2908 )
2017-03-07 14:23:34 -05:00
Tom Dykstra
0ebb9b6393
fix link ( #2903 )
2017-03-06 15:46:14 -08:00
Mike PB
d3a2098582
Update configuration.md ( #2898 )
...
* Update configuration.md
Fix typo (bindling)
* Update configuration.md
2017-03-06 15:18:02 -08:00
Tom Dykstra
56899b35bd
Merge pull request #2900 from aspnet/csproj
...
Merge csproj to master
2017-03-06 15:16:00 -08:00
Tom Dykstra
291a450d61
add identity-configuration to toc ( #2902 )
2017-03-06 11:45:26 -10:00
Julian Dominguez
76cd8cdf27
Add a header for delimiting subsections ( #2886 )
2017-03-06 10:30:41 -10:00
Rick Anderson
08dee2657e
test PR
2017-03-06 10:23:13 -10: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
Diana LaRose
b74ec46712
Update app-state.md ( #2893 )
...
Edited a couple more sections. (Sorry this took me so long; I had to think about it a lot.)
2017-03-06 08:33:46 -10:00
Tom Dykstra
9b18d5179c
ViewBag --> ViewData ( #2881 )
...
* Update Index2.cshtml
* update About.cshtml
* Update Index3.cshtml
2017-03-06 09:36:00 -08:00
Luke Latham
bd5eeea780
Remove dup RID line ( #2875 )
2017-03-06 09:36:00 -08:00
Tom Dykstra
5386ef898a
correct entity set name ( #2868 )
2017-03-06 09:36:00 -08:00
Tom Dykstra
69f7e12b7c
minor corrections ( #2863 )
2017-03-06 09:36:00 -08:00
Tom Dykstra
08b25a07a7
project.json --> .csproj for client-side/using-gulp.md ( #2854 )
2017-03-06 09:35:59 -08:00
Tom Dykstra
f3a6567eb4
update h1 ( #2845 )
...
* update h1
* update title and h1
2017-03-06 09:35:58 -08:00
Tom Dykstra
b32f3ccb39
project.json to .csproj for Less/Sass/FontAwesome ( #2835 )
...
* remove ref to project.json, misc updates
* remove ref to project.json, misc updates 2
* remove gulp for bower copy task
2017-03-06 09:35:58 -08:00
Tom Dykstra
a8a0b2c33b
EF6 with ASP.NET Core -- project.json to .csproj ( #2826 )
2017-03-06 09:35:57 -08: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
Shayne Boyer
ccd9f45a5e
Update Getting started with Yeoman to csproj ( #2813 )
...
* Razor remove csproj (#2662 )
* don't merge
* csproj razor update
* code style
* Update razor.md
* CRLF / LF issues in these files
* update yeoman to csproj
* remove whitespace
* Addressins feedback and minor cleanuo
2017-03-06 09:24:26 -08:00
Tom Dykstra
8bcdd4e36f
csproj and vs 2017 updates to ef mvc core tutorial ( #2794 )
2017-03-06 09:20:56 -08:00
Tom Dykstra
0366fd5f72
project.json to csproj for MVC to MVC Core migration doc ( #2797 )
2017-03-06 09:16:46 -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
Luke Latham
a63cb12f45
Response Caching Sample update to csproj ( #2731 )
...
* Create launchSettings.json
* Create ResponseCachingSample.csproj
* Delete project.json
2017-03-06 09:16:45 -08:00
Luke Latham
15265d5a87
URL Rewriting Sample update to csproj ( #2732 )
...
* Delete global.json
* Delete project.json
* Create URLRewritingSample.csproj
2017-03-06 09:16:45 -08:00
Rick Anderson
b827682966
file providers to csproj ( #2740 )
2017-03-06 09:16:44 -08:00
Luke Latham
9149b635a5
Update iis.md ( #2734 )
2017-03-06 09:16:44 -08:00
Rick Anderson
1a91ba3840
upgrade 2 csproj on dist cache ( #2738 )
...
* upgrade 2 csproj on dist cache
* fix range
2017-03-06 09:16:44 -08:00
Rick Anderson
bb45a496df
publish areas project.json -> csproj ( #2690 )
...
* csproj
* fix
2017-03-06 09:16:44 -08:00
Rick Anderson
5caf86f9b2
add msbuild support to Secrets MGR ( #2671 )
...
* add msbuild support
* update 1
* csproj
* fix
* react to TD feedback
* fix TD
* final fix
2017-03-06 09:16:44 -08:00
Rick Anderson
44808ff7b2
dir-struct-msbuild update ( #2712 )
...
* msbuild
* msbuild
* guardrex feedback
2017-03-06 09:16:43 -08:00
Rick Anderson
54641f4dc4
Razor remove csproj ( #2662 )
...
* don't merge
* csproj razor update
* code style
* Update razor.md
2017-03-06 09:16:43 -08:00
Tom Dykstra
3725c8e12b
Merge pull request #2896 from aspnet/td/pdf
...
pdf of pre-csproj docs
2017-03-06 08:48:27 -08:00
Tom Dykstra
bf1fd00712
Merge pull request #2884 from jdom/patch-3
...
Escape literal asterisk
2017-03-06 08:41:52 -08:00
Tom Dykstra
9c8ff0e224
Merge pull request #2890 from alaatm/patch-4
...
Correct example view path
2017-03-06 08:39:49 -08:00
Tom Dykstra
a3c45f7334
pdf of pre-csproj docs
2017-03-06 08:32:39 -08:00
Lijo Joseph
d1fec3ee22
Update Routing.MD file to correct the typo
...
Made a small change to correct the spelling from `assocated` to `associated`
2017-03-06 12:41:28 +02:00
Alaa Masoud
347e075b18
Correct example view path
2017-03-05 06:46:04 +03:00
Julian Dominguez
cfbc72cd07
Escape literal asterisk
...
As it was treated as formatting, so it made the rest of the paragraph not legible
2017-03-03 17:30:29 -08:00
Julian Dominguez
841f66faab
Rename _subOptionsAccessor to reflect actual value ( #2883 )
2017-03-03 14:03:17 -10:00
Julian Dominguez
dd0bc3aad9
Rename _optionsAccessor field to represent value ( #2882 )
...
The constructor receives an optionsAccessor, but by the time it is stored in the field, its value has been accessed, so the field name should not be suffixed with Accessor.
2017-03-03 14:01:47 -10:00
Rick Anderson
aab4e1ce1a
Update authoring TH title ( #2874 )
...
* Update authoring.md
* Update authoring.md
* Update authoring.md
2017-03-03 12:37:03 -10:00
Rick Anderson
e1a7da79dc
WIP: What's new in ASP.NET Core 1.1 ( #2799 )
...
* what's new in 1.1 initial draft
* internal notes
* weblistener and toc
* add websockets
* Update aspnetcore-1.1.md
2017-03-03 11:49:41 -10:00
Tom Dykstra
f93c93002f
fix link ( #2880 )
...
* fix link
* fix link
2017-03-03 11:36:28 -10: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
Tom Dykstra
f6cb0daf85
explain why we don't use iis/nginx/apache directly ( #2870 )
2017-03-03 12:00:17 -08: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
Diana LaRose
0425b2b59c
Update app-state.md ( #2872 )
...
* Update app-state.md
Edited the intro blurb and the first major header plus its one subhead.
* Update app-state.md
2017-03-02 17:51:17 -10: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
geeeyetee
561c535315
Update cross-site-scripting.md ( #2873 )
2017-03-02 17:38:31 -10:00
Jonathan
a589568f7f
Four space indention and call-chain reorder ( #2857 )
...
* Four space indention and call-chain reorder
Re-order AddCommandLine after AddJsonFile.
* Update hosting.md
* Update hosting.md
2017-03-02 17:19:06 -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
Tom Dykstra
5d14ff7d4b
set up master redirect file ( #2862 )
2017-03-02 09:56:14 -08:00
Daniel Roth
41d827d080
Add Web API link to ASP.NET column ( #2853 )
...
Thank you for your contribution! :-)
2017-02-28 16:14:34 -05: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
Rick Anderson
945251fdaf
add code ticks to `<>` ( #2848 )
2017-02-27 12:14:24 -10:00
Tom Dykstra
d429e7977e
h1 update ( #2844 )
2017-02-27 12:40:05 -08:00
Rick Anderson
3dc13554a7
Delete gulpfile.js ( #2847 )
2017-02-27 10:31:59 -10:00
Diana LaRose
44a2b7bbb4
Edited middleware.md ( #2838 )
2017-02-25 23:50:39 -10:00
Rick Anderson
6a4263c503
convert to csproj ( #2833 )
2017-02-24 11:00:49 -10:00
sreejukg
8252d1a3b4
Update startup.md ( #2807 )
...
* Update startup.md
* Update startup.md
* removed en-us
2017-02-24 09:50:23 -10:00
Scott Addie
34fae4330e
Fix area routes code sample ( #2820 )
2017-02-24 09:21:37 -10:00
Steve Smith
515908b78c
Responding to feedback
2017-02-24 13:51:45 -05:00
Steve Smith
e5598fe36b
Responding to feedback
2017-02-24 12:16:38 -05:00
Diana LaRose
da607bb672
Update middleware.md ( #2824 )
...
Changed first line to test the process.
2017-02-23 08:43:08 -10:00
Tom Dykstra
7233fb7aba
Note exception handler changes 1.0-->1.1-->1.1.2 ( #2817 )
...
* Note exception handler changes 1.0-->1.1-->1.1.2
* add "core"
2017-02-22 16:42:36 -10:00
Steve Smith
03a132347b
Ajax demo
2017-02-22 17:36:23 -05:00
Steve Smith
ee9d805976
minor updates
2017-02-22 15:50:29 -05:00
Scott Addie
04a7c31f0f
Remove extraneous asterisk from Bower doc ( #2815 )
...
👍
2017-02-22 12:07:39 -05:00
Scott Addie
d1be108042
Remove extraneous backtick from Bower doc ( #2814 )
...
👍
2017-02-22 12:07:15 -05:00
Steve Smith
d4704850c2
adding sample
2017-02-21 17:31:58 -05:00
Rick Anderson
29cf8f385d
fix links
2017-02-21 08:06:42 -10:00
Scott Addie
41ae166f40
Migrate Authoring Tag Helpers sample code to CSPROJ ( #2806 )
2017-02-21 07:57:55 -10:00
Shayne Boyer
1c3ecfd960
Update proxy.conf Add X-Forwared-Proto ( #2809 )
...
Fixes #2804
2017-02-21 12:00:59 -05:00
Charles Simard-Lecours
cad2bbb61e
Typo ( #2808 )
...
Thanks for the fix.
2017-02-21 11:42:30 -05:00
Rick Anderson
81aeebc239
rewrite and remove project.json from Bower doc ( #2778 )
...
* rewrite and remove project.json
* Update bower.md
* Update _Layout.cshtml
* Scott intro rewrite
2017-02-20 20:53:41 -10:00
Steve Smith
fe0ecaff0a
Made a lot of progress on filters and javascript impl
2017-02-20 15:15:48 -05:00
Sergey Lymar
631f5c0229
Update cookie-sharing.md ( #2790 )
...
* Update cookie-sharing.md
Added a tip to suggest to add a dependency for the code to start working. It was not obvious and made me search through source code
* removed tip
2017-02-17 16:28:26 -10:00
Hans Thorhauge Dam
c99732266e
Add missing `-t` in command for creating a new web project ( #2777 )
...
* Add missing `-t` in command for creating a new web project
* Updated based on review comments and suggestions
2017-02-17 16:26:28 -10:00
Rick Anderson
e9d736aceb
VC as TH with 1.1 ( #2791 )
...
* VC as TH with 1.1
* clean up
* remove errant line
* address dave comments
* clean up
2017-02-17 15:13:35 -10:00
Swiss-Devs
4fc27f085b
set ASPSMS as SMS provider for 2fa ( #2782 )
...
* set ASPSMS as SMS provider for 2fa
* Convert warning to note and adjust version infos
new co-author added
* Update 2fa.md
2017-02-17 10:21:13 -10:00
Rick Anderson
0df22540b6
remove RC1 and RC2 migraton guides ( #2780 )
2017-02-17 09:24:01 -08: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
Rick Anderson
28e23a9ebe
make cookie a link ( #2792 )
2017-02-16 18:10:56 -10:00
Luke Latham
2d7892ac0c
Update iis.md ( #2783 )
2017-02-16 11:25:38 -10:00
Andrew Stegmaier
f667a52817
Update dotnet CLI syntax for adding packages. ( #2776 )
2017-02-15 18:53:34 -10:00
Tyf0x
10ad53cbf3
Fix display for machineKey tag ( #2775 )
...
The \<machineKey\> tag wasn't escaped and therefore considered as a tag by Markdown and not displayed.
2017-02-15 18:12:15 -10:00
Luke Latham
a403a5b5f7
Update hosting bundle installer link ( #2773 )
2017-02-15 13:07:15 -08:00
Tom Dykstra
c0dfab4dc3
Merge pull request #2772 from otamimi/patch-1
...
Update policies.md
2017-02-15 08:51:38 -08:00
Tom Dykstra
58835f4fbe
Merge pull request #2770 from aspnet/danroth27/remove-wrench
...
Remove wrench for completed MVC app parts article
2017-02-15 08:50:22 -08:00
otamimi
2e3970ffb1
Update policies.md
2017-02-15 15:16:05 +03:00
rhires
54fb316226
"off of" -> on
...
And remove extra "it" to improve the flow
2017-02-14 21:11:42 -05:00
Daniel Roth
579b24999a
Remove wrench for completed article
2017-02-14 17:07:36 -08:00
Scott Addie
7847cb031e
Migrate View Components sample code to CSPROJ and .NET Core 1.1 ( #2763 )
2017-02-14 11:43:35 -10:00
Jonas Bush
a43b619840
Fix grammar in distributed.md ( #2768 )
2017-02-14 11:34:42 -10:00
Scott Addie
aaaaa1d510
Properly escape special characters in MVC Areas doc ( #2762 )
2017-02-13 18:06:11 -10: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
Tom Dykstra
087f334729
correct heading level
2017-02-13 14:40:41 -08: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
Luke Latham
b7ba995925
Key Vault Configuration Provider doc ( #2531 )
...
* Update configuration.md
* Create key-vault-configuration.md
* Create appsettings.json
* Add files via upload
* Update README.md
* Update KeyVaultConfigProviderSample.csproj
* Create sample-output.png
* Add files via upload
* Update key-vault-configuration.md
* Update Startup.cs
* Add files via upload
* Add files via upload
* Add files via upload
* Update Startup.cs
* Update appsettings.json
* Update Startup.cs
* Update key-vault-configuration.md
* Update key-vault-configuration.md
* Update key-vault-configuration.md
* Update key-vault-configuration.md
* Update key-vault-configuration.md
* Add files via upload
* Add files via upload
* Add files via upload
* Update key-vault-configuration.md
* Update key-vault-configuration.md
* Update key-vault-configuration.md
* Update key-vault-configuration.md
* Update key-vault-configuration.md
* Update key-vault-configuration.md
* Update key-vault-configuration.md
* Update key-vault-configuration.md
* Update key-vault-configuration.md
* Update configuration.md
* Update key-vault-configuration.md
* Update key-vault-configuration.md
* Update key-vault-configuration.md
* Update appsettings.json
* React to feedback
* React to feedback
* Update index.md
* Update toc.md
* Update configuration.md
* React to feedback - "When to use" section
* Add a phrase to KeyVaultClient bit
* Update key-vault-configuration.md
* React to feedback
* Minor update to ms.date
* New implementation and local secret storage
* Update KeyVaultConfigProviderSample.csproj
* Update Program.cs
* Minor phrasing adjustments
* Update KeyVaultConfigProviderSample.csproj
* Minor phrasing update
* Add files via upload
* Remove en-us from links
* Update web.config
* Delete License.txt
* Update Markup.cs
* Update Program.cs
* Update Startup.cs
* Update ms.date
* Note .NET Core target 1.1.0+
* Update KeyVaultConfigProviderSample.csproj
* Update KeyVaultConfigProviderSample.csproj
* Remove compiler\resources line
It isn't necessary, and it isn't in the templates.
* Update KeyVaultConfigProviderSample.csproj
* Create launchSettings.json
* Update KeyVaultConfigProviderSample.csproj
* Update Startup.cs
* Update KeyVaultConfigProviderSample.csproj
* Update KeyVaultConfigProviderSample.csproj
* Update key-vault-configuration.md
* Update key-vault-configuration.md
* Update key-vault-configuration.md
* Update key-vault-configuration.md
* Update key-vault-configuration.md
* Minor updates
* Minor update
* Update the doc ms.date
* Minor update
2017-02-13 10:03:08 -10:00
Reece Bradley
6261b313e4
updated broken link to sample project ( #2753 )
2017-02-13 10:02:47 -10:00
damienbod
ecf4f1bd31
updating to csproj ( #2755 )
2017-02-13 09:58:20 -10:00
Tom Dykstra
356362b766
Custom formatters ( #2743 )
2017-02-13 11:14:43 -08: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