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