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
Sayed Ibrahim Hashimi
4d440efce7
shortening lines in publish doc before changes
2017-02-13 10:04:46 -08:00
damienbod
5a1a06b2c4
update to csproj ( #2751 )
2017-02-12 15:04:45 -10:00
woachk
0a47cd084f
Update getting-started.md for a .NET tooling change ( #2742 )
...
dotnet new -t web is no longer valid, using dotnet new web instead.
2017-02-10 11:27:41 -10:00
Luke Latham
b596456f87
Response Compression Sample update ( #2733 )
...
* Update ResponseCompressionSample.csproj
* Create launchSettings.json
* Update ResponseCompressionSample.csproj
* Update ResponseCompressionSample.csproj
* Update Program.cs
2017-02-10 10:23:33 -10:00
damienbod
4f6c5f18ec
Damienbod/angular to angularjs ( #2735 )
...
* updating to msbuild
* renaming to AngularJS
* adding client app
* removing packages, not required
* updating to ASP.NET Core 1.1
* updating to ASP.NET Core 1.1
* updating the md file
* removing gitignore excludes because these are not required
* revert, should not have been removed
2017-02-10 08:48:58 -10:00
Tom Dykstra
37ca00a857
Merge pull request #2725 from aspnet/ra-integrat-tests
2017-02-09 20:52:37 -08:00
Rick Anderson
6c6939b27f
remove project.json string ( #2723 )
2017-02-09 18:37:05 -10:00
Rick Anderson
714298d69d
remove project.json
2017-02-09 17:19:15 -10:00
Hisham Bin Ateya
72df6ff087
Fix localization highlighting issues ( #2720 )
2017-02-09 15:52:29 -10:00
Rick Anderson
425d1c1347
add WWF TH doc back to TH TOC ( #2696 )
...
add WWF TH doc back to TH TOC
2017-02-09 14:28:47 -08:00
Tom Dykstra
f6726a2e2a
fix link ( #2697 )
...
* fix link
* change to https
2017-02-08 15:58:30 -10:00
Rick Anderson
23992155c0
removed project.json ref ( #2704 )
2017-02-08 15:25:24 -10:00
Rick Anderson
c029d11b40
Delete Project_Readme.html
2017-02-08 15:19:07 -10:00
Rick Anderson
1b3d804820
Delete Project_Readme.html
2017-02-08 15:17:29 -10:00
Rick Anderson
be75875ab5
Delete Project_Readme.html ( #2699 )
2017-02-08 15:15:25 -10:00
Tom Dykstra
c3aba78729
enable local builds in aspnet folder ( #2693 )
...
* enable local builds
* remove comments
2017-02-08 07:55:23 -10:00
Hisham Bin Ateya
0a74d5e7e6
React to remove dependency on Hosting.Abstractions ( #2675 )
2017-02-07 14:00:29 -10:00
Henk Mollema
bb5c21ba1d
Refer to correct abstractions package ( #2684 )
...
The `Microsoft.AspNetCore.DataProtection.Abstractions` package contains the interfaces. There is no such package as `Microsoft.AspNetCore.DataProtection.Interfaces`.
2017-02-07 13:58:59 -10:00
Luke Latham
95243e19e0
Update ResponseCompressionSample.csproj
2017-02-07 17:25:33 -06:00
Tom Dykstra
814ac58bfb
fix link
2017-02-07 13:52:19 -08:00
Steve Smith
343c82d138
WIP
2017-02-07 15:54:53 -05:00
Rick Anderson
903f008c4e
Middleware rewrite ( #2641 )
...
* Middleware rewrite
* author
* fix
* fix2
* react to feedback
* react to 2nd feedback
* small fixes
2017-02-06 17:23:48 -10:00
Charlie Chu
46c9b8b513
Fix typo ( #2673 )
2017-02-06 09:19:59 -10:00
Tom Dykstra
f17356bcdb
merge aspnetmigration to master ( #2668 )
...
* Initial aspnet migration
* Updating legacy urls
* Clearing .gitignore file
Clearing .gitignore file because this isnt a normal .net application
where we want to strip away debug files, etc. We want to include
everything under these folders.
* Updating webhooks toc reference
* Removing header debug links
* Updating webhooks toc
* Updating double quotes in metadata to use single quotes
* Moving all code blocks to external files
* Updating newlines for step-by-step
* Fixing indent problem on some code blocks
* Fixing newlines in alt attribute for images; Fixing some missing code block references
* Resyncing with live content
* Refreshing content from production
* Trying to get pdf to generate for our aspnetmigration branch
* Update .openpublishing.publish.config.json
* Refresh from prod; Removing some legacy urls for pages that shouldnt have it
* Updating index pages and removing legacy urls
* Updating warning and caution notes
* Removing downloads
* remove aspnet from exclude list (#2549 )
* First pass at language detection
* Updating author and adding in msc.type
* Updating code blocks
* Updating note styles
* Fixing note styles
* Updating docfx.json file to allow pdfs and gifs
* Fixing note stylings for bold notes
* Updating docfx.json to allow exe, zip and wmv files
* Fixing note styles with period; Fixing downloads links
* Fixing code blocks for razor cs and vb
* Fixing more downloads links; Fixing a few code blocks
* Removing   html entity
* Fixing some more note stylings
* Syncing with prod
* Fixing issues with content
* Rebuilding toc file
* Adding back in files accidentally deleted
* Fixing some security notes
* Fixing some note styles
* Updating unknown code blocks
* Updating article
* Fixing link
* Fixing link
* Fixing link
* Fixing invalid characters
* preliminary toc changes
* update toc
* fix toc folder with only one link
* Fixing extra heading
* Fixing articles
* Reworking ajax pages
* Fixing encoding issues
* Updating markup in articles
* Fixing space
* Fixing spacing issues with links
* Fixing note styles
* Fixing inline note styles
* Fixing missing image
* Adding space
* Rolling back gitignore file and adding a new one for /aspnet
* Fixing some code blocks
* Updating code block language
* Renaming file
* Updating code language
* Fixing code blocks
* Fixing code blocks
* Fixing spaces before 'using'
* Fixing cs to js
* Changing Note type
* Updating broken reference
* Replacing headings with bolds under notes/tips, etc
* Fixing markdown for pipes
* Another attempted to fix pipe characters
* Fixing markdown for pipes
* remove text about being thread-safe (#2630 )
* Fixing spacing issue with list
* Trying to fix pipe issue
* new how to choose doc
* move choose doc to core folder
* add api ref
* fix link
* Adding in ms.assetid
* Removing \ufeff
* fix link
* link to mvc intro instead of webhooks
* add scenarios
* put core first, vertical orientation for scenarios
* reorganize toc, make overview work like core version
* fix yaml
* fix broken links
* Adding space
* add download link
* tweak tables
* eliminate images
* eliminate images 2
* tweak scenario section headings
* add link to core in asp.net overview
* Removing gears
* Updating table
* Updating code block languages
* fix urls (#2663 )
* Removing embedded in-article TOC from top of articles
* fix urls (#2666 )
* fix urls
* fix urls
* Removing embedded in-article TOC from top of articles
* Revert "Removing embedded in-article TOC from top of articles"
This reverts commit ff1c3ccdf1
.
* Revert "Removing embedded in-article TOC from top of articles"
This reverts commit 17c37c726d
.
2017-02-03 11:40:22 -10:00
Rick Anderson
8b2d959352
Add app state data ( #2664 )
...
* Add app state data
* typo
* Update app-state.md
* Update app-state.md
* Update app-state.md
* Update app-state.md
2017-02-03 11:39:09 -10:00
Shayne Boyer
5bf976f7fe
LF issues
2017-02-03 11:20:34 -05:00
Paul Kim
8806479dc4
Update service file to set WorkingDirectory ( #2654 )
...
Since the ASP.NET Core application is run from /etc/systemd/system directory, the working directory is no longer /var/aspnetcore/hellomvc. Update the service file to set WorkingDirectory=/var/aspnetcore/hellomvc so that the program will run. Otherwise, users will get System.IO.FileNotFoundException when using systemd to monitor and run ASP.NET Core application.
2017-02-02 11:40:00 -10:00
Shayne Boyer
cb1cc9906d
Merge pull request #2653 from kimbaudi/patch-1
...
Update service file to set WorkingDirectory
2017-02-02 12:02:29 -05: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
rhires
80aee95a68
"takes part in" -> occurs ( #2652 )
2017-02-01 19:04:51 -10:00
Paul Kim
cf3162922e
Update service file to set WorkingDirectory
...
Since the ASP.NET Core application is run from /etc/systemd/system directory, the working directory is no longer /var/aspnetcore/hellomvc. Update the service file to set WorkingDirectory=/var/aspnetcore/hellomvc so that the program will run. Otherwise, users will get System.IO.FileNotFoundException when using systemd to monitor and run ASP.NET Core application.
2017-02-01 18:15:39 -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
Luke Latham
8a10c9800d
Add OnPrepareResponse option w/resp header to static files doc ( #2640 )
...
* Create StartupAddHeader.cs
* Add files via upload
* Update static-files.md
* Update static-files.md
* Update StartupBrowse.cs
* Update StartupServeUnknownFileTypes.cs
* Update StartupStaticFiles.cs
* Update StartupTwoStaticFiles.cs
* Update StartupUseFileServer.cs
* Update static-files.md
2017-02-01 14:26:26 -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
Hristo Kostov
0e63c8b646
Update startup.md ( #2642 )
...
Add `IApplicationLifetime` to the list of services that may be requested by the `Configure` method
2017-02-01 11:26:34 -10:00
Grazia Cimino
6ee7b28677
Fix with automatic Post ( #2638 )
2017-01-31 15:42:19 -10:00
Rick Anderson
1fb02b9960
typo ( #2634 )
...
Add an optional extended description…
2017-01-30 22:15:09 -09:00
Steve Smith
147a86b609
Moving from previous PR ( #2635 )
2017-01-30 22:14:17 -09:00
Rick Anderson
489cdf8aa1
non-validation attributes localized ( #2565 )
...
* non-validation attributes localized
* Update localization.md
2017-01-30 16:15:06 -09:00
Yann Crumeyrolle
1872986da0
Update subkeyderivation.md ( #2537 )
...
Fix `nounce` to `nonce`
2017-01-30 14:12:38 -09:00
Luke Latham
e188fd1d82
Add note on case sensitive view lookups ( #2622 )
2017-01-30 14:10:41 -09:00
Luke Latham
26c5c7d8f1
Hosting docs update ( #2624 )
...
* Delete web.config (no longer used in doc)
* Update aspnet-core-module.md
* Update directory-structure.md
* Update aspnet-core-module.md
* Update index.md
* Update servicing.md
* Update toc.md
* Update index.md
2017-01-30 13:38:32 -09:00
Tom Dykstra
05d366bc4a
fix typo ( #2626 )
2017-01-30 13:37:52 -09:00
Jie RONG
6e6ad45c27
update identity.md by adding missing \ ( #2627 )
2017-01-30 13:37:24 -09:00
Jie RONG
de29ba345c
Update default-settings.md ( #2629 )
2017-01-30 13:36:40 -09:00
Luke Latham
6d7e4b10ff
Testing doc update ( #2631 )
...
* Update index.md
* Update integration-testing.md
* Update integration-testing.md
2017-01-30 13:35:53 -09:00
Dave Brock
550bd05b85
Changed to reflect current OAuth Facebook registration steps ( #2621 )
...
* Minor changes with Facebook registration process.
* More changes
* added "and" back in per @guardrex
* Updates based on feedback.
2017-01-30 14:05:11 -08:00
Jonathan Harrison
507d136c5c
Displaying HTML code for < ( #2611 )
...
* Displaying HTML code for <
* Changing to non code.
* Escaping angular brackets
* Replacing escaped angular brackets with HTML codes
* Update cross-site-scripting.md
2017-01-30 10:32:42 -08:00
Luke Latham
2cf0568d12
Update iis.md ( #2620 )
...
Add an optional extended description…
2017-01-27 17:10:26 -08: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
0d575e922d
note that Azure provider is for 1.1 ( #2619 )
...
Add an optional extended description…
2017-01-27 16:41:49 -08:00
Jie RONG
45380c7b56
update view-components.md by removing the extra / ( #2610 )
2017-01-25 23:33:39 -08:00
Scott Addie
f72d561382
Minor fixes to Tag Helpers intro doc ( #2615 )
2017-01-25 23:31:15 -08:00
Luke Latham
7559a2e770
Minor text updates
2017-01-25 16:28:59 -06:00
Tom Dykstra
46d10336bf
remove duplicated text ( #2606 )
2017-01-24 16:29:23 -08:00
Jonathan Harrison
b2b7f6b745
Removing reference to InstructorCourse ( #2602 )
2017-01-24 15:45:09 -08:00
Luke Latham
74a44669d5
File uploads doc update ( #2576 )
...
* Update GenerateAntiforgeryTokenCookieForAjaxAttribute.cs
* Update Startup.cs
* Update DisableFormValueModelBindingAttribute.cs
* Update StreamingController.cs
* Update UploadFilesController.cs
* Update file-uploads.md
* Update UploadFilesController.cs
* Update file-uploads.md
* Update file-uploads.md
* Update GenerateAntiforgeryTokenCookieForAjaxAttribute.cs
* Update StreamingController.cs
* Update StreamingController.cs
* Update file-uploads.md
* Update file-uploads.md
* Update file-uploads.md
* Update file-uploads.md
* Update file-uploads.md
* Minor update
2017-01-24 13:50:16 -08:00
Luke Latham
59e3783ad9
Clarify 1.1 features require 1.1 ( #2601 )
...
* Update url-rewriting.md
* Update response-compression.md
* Update middleware.md
* Update response-compression.md
* Update razor.md
* Update logging.md
2017-01-24 13:48:11 -08:00
Erik Ejlskov Jensen
ab94874c49
Fix old links ( #2604 )
2017-01-24 13:46:04 -08:00
Rick Anderson
92cef8b64b
remove multi-startup ( #2564 )
...
* remove multi-startup
* react to feedback
* last feedback
2017-01-23 15:45:07 -08:00
Rick Anderson
538944d2cc
Update short titles ( #2595 )
...
* Update index.md
* Update bundling-and-minification.md
* Update knockout.md
* Update using-grunt.md
* Update using-gulp.md
* Update index.md
* Update index.md
* Update app-state.md
* Update configuration.md
* Update dependency-injection.md
* Update error-handling.md
* Update file-providers.md
* Update hosting.md
* Update logging.md
2017-01-23 15:17:00 -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
Tom Dykstra
52e56679fd
revise title ( #2594 )
2017-01-23 14:02:24 -08:00
Shayne Boyer
801a6d9222
title to sentence case ( #2588 )
...
* title to sentence case
* Address comments
2017-01-23 13:15:29 -08:00
Luke Latham
ecd3b845f7
Remove licensing from Response Caching Middleware sample ( #2570 )
...
* Delete License.txt
* Update Startup.cs
2017-01-23 13:13:05 -08:00
Luke Latham
d1078581a4
Remove licensing from URL Rewriting Middleware sample ( #2571 )
...
* Delete License.txt
* Update RewriteRule.cs
* Update Startup.cs
2017-01-23 13:12:34 -08:00
Tom Dykstra
4516be3c7b
stop publishing .md files in samples folders ( #2589 )
...
Add an optional extended description…
2017-01-23 13:11:30 -08:00
Tom Dykstra
5b6be5e4d0
revise title ( #2590 )
...
Add an optional extended description…
2017-01-23 13:10:21 -08:00
Tom Dykstra
cb74d8569f
revise title ( #2591 )
...
Add an optional extended description…
2017-01-23 13:09:58 -08:00
Tom Dykstra
1aea45e291
revise title ( #2577 )
...
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
* revise title
2017-01-23 11:42:21 -08:00
Rick Anderson
d54bf9faa6
title dup and seo ( #2578 )
2017-01-23 11:42:08 -08:00
Rick Anderson
73068a87ec
dup title ( #2581 )
...
* dup title
* capitalization
2017-01-23 11:39:43 -08:00
Rick Anderson
2891f74dc2
Update index.md ( #2582 )
2017-01-23 11:37:45 -08:00
Rick Anderson
b334c305b3
dup title ( #2586 )
2017-01-23 11:36:46 -08:00
Rick Anderson
04c17992ef
dup title ( #2584 )
2017-01-23 11:30:06 -08:00
Rick Anderson
8f405ca0ea
Update index.md ( #2583 )
2017-01-23 11:29:56 -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
Jie RONG
4cd10bfcce
Update testing.md for a grammar issue. ( #2573 )
...
* Update testing.md for a grammar issue.
* Update testing.md
2017-01-22 23:14:16 -08:00
domaindrivendev
49f9c9b8b0
force add referenced wwwroot files for swagger sample app
2017-01-22 13:03:34 -08:00
Luke Latham
0fa334f3e7
Response Compression doc ( #2505 )
...
* Create response-compression.md
* Update index.md
* Update toc.md
* Create project.json
* Add files via upload
* Create project.json
* Add files via upload
* Update response-compression.md
* Update toc.md
* Update index.md
* Update README.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Add files via upload
* Add files via upload
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Create request-uncompressed.png
* Add files via upload
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update Startup.cs
* Update Startup.cs
* Update response-compression.md
* Update response-compression.md
* Update Startup.cs
* Update Startup.cs
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update response-compression.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update response-compression.md
* Delete global.json
* Delete project.json
* Add files via upload
* Delete global.json
* Delete project.json
* Add files via upload
* Update response-compression.md
* Add files via upload
* Delete DefaultsSample.csproj
* Delete License.txt
* Delete LoremIpsum.cs
* Delete README.md
* Delete Startup.cs
* Delete CustomCompressionProvider.cs
* Delete FullSample.csproj
* Delete License.txt
* Delete LoremIpsum.cs
* Delete README.md
* Delete Startup.cs
* Delete banner.svg
* Delete testfile1kb.txt
* Update README.md
* React to feedback
* Alphabetize headers in headers table
* Correct files to italics
* Update response-compression.md
* Minor update
* Update Startup.cs
* React to feedback
* React to feedback
* React to feedback
* React to feedback
* Update ResponseCompressionSample.csproj
* Minor update to ms.date
* Update LoremIpsum.cs
* Update ResponseCompressionSample.csproj
* Add files via upload
* Update web.config
* Update CustomCompressionProvider.cs
* Update ResponseCompressionSample.csproj
* Add files via upload
* Update response-compression.md
* Update web.config
* Add Nginx reverse-proxy info
* Minor update
* Indentation fix
* Remove ref keyword
* React to feedback
* custom to mycustomcompression
* Additional minor updates
* Add link to response-compression doc
* Minor update
* Revert middleware doc change
* Update CustomCompressionProvider.cs
* Delete License.txt
* Update LoremIpsum.cs
* Update Program.cs
* Update Startup.cs
* Update StartupBasic.cs
* React to feedback
* Minor update
* Update ms.date
2017-01-21 11:51:58 -08:00
Rick Anderson
8b4f6e45bb
rm bad link ( #2569 )
2017-01-20 18:18:27 -08:00
Luke Latham
2d55ffbf6e
Move AppPool doc content into Publish IIS doc ( #2556 )
...
* Drop apppool.md from TOC
* Drop apppool.md from index.md
* Delete apppool.md
* Delete apppool-adduser.jpg
* Delete apppool-identity.png
* Add files via upload
* Add files via upload
* Add files via upload
* Update iis.md
2017-01-20 15:25:23 -08:00
Tom Dykstra
b9dbc7b459
make refs to "a later tutorial" into links ( #2566 )
2017-01-20 15:05:50 -08:00
Matthew Harris
682eafff06
Display issue and typo in View Components docs ( #2551 )
2017-01-20 13:25:41 -08:00
Tom Dykstra
2118ca49c8
remove refs to project.json ( #2563 )
...
* remove refs to project.json
* use code formatting
2017-01-20 13:21:55 -08:00
Luke Latham
50d1def5eb
Add Middleware ordering content to Middleware doc ( #2541 )
...
* Update middleware.md
* Update middleware.md
* Update middleware.md
2017-01-20 09:54:43 -08:00
Daniel Roth
005ecf896b
Fix link to Azure Blob storage article to not render the URL inline ( #2555 )
...
Add an optional extended description…
2017-01-20 09:50:50 -08:00
Jonathan Harrison
35c06a3681
Removing typo "]" ( #2559 )
...
Add an optional extended description…
2017-01-20 09:48:04 -08:00
Jonathan Harrison
c9d8113389
Fixing spelling mistake: implimentation ( #2560 )
...
Add an optional extended description…
2017-01-20 09:47:26 -08:00
Jonathan Harrison
94179d31a2
Fixing DistributedSessionStore link ( #2561 )
...
Add an optional extended description…
2017-01-20 09:46:33 -08:00
domaindrivendev
6e1b240033
update swagger tutorial to reflect latest Swashbuckle changes
2017-01-20 00:58:00 -08:00
Nicolò Carandini
0845cbde30
Add Using Browser Link article to client side dev ( #2445 )
...
* Create using-browserlink doc with metadata
* Add to index and toc
* First completed version with images
* UE Edit
* Add source project
Update article with code instead of image
* Fix code highlight parameters
* Add Dashboard images
Remove unused code image
* Update image
* Add text and images for the Dashboard
* Fix missing 's' on image
* revise extensions note wording
2017-01-19 15:34:07 -08:00
Rick Anderson
ac0bd47a12
remove project.json ( #2548 )
2017-01-18 19:48:10 -08:00
Tom Dykstra
9a299443cb
delete topic that was merged into iis.md ( #2547 )
2017-01-18 17:47:31 -10:00
Rick Anderson
d32880b5a4
remove ref to project.json ( #2545 )
2017-01-18 19:31:56 -08:00
Luke Latham
bc948818ca
Merge Pub IIS w/Web Deploy doc into Pub with IIS doc ( #2488 )
...
* Add Publish Web dialog image
* Update iis.md
* Delete pub-dialog.png
* Remove Pub with Web Deploy and VS doc
* Remove Pub with Web Deploy and VS doc from TOC
* React to feedback
* React to feedback on deployment options
2017-01-18 17:44:30 -08:00
Rick Anderson
95480c198b
remove project.json ( #2543 )
2017-01-18 17:32:24 -08:00
Luke Latham
45123a1ea5
Fix codeblocks in Configuration doc ( #2521 )
...
* Fix codeblocks
* Fix indentation
2017-01-18 15:21:02 -10:00
Luke Latham
7736b9ae66
Fix codeblocks ( #2522 )
2017-01-18 15:20:28 -10:00
Luke Latham
5d625cfe0d
Fix codeblock ( #2523 )
2017-01-18 15:20:05 -10:00