james1293
4145aae04d
Include sample17.cshtml instead of inline code ( #2988 )
...
Meant to do this originally, oops!
2017-03-16 14:42:32 -10:00
Tom Dykstra
c1a3bb1ec1
add webmatrix deprecated note ( #2983 )
...
* add webmatrix deprecated note
* alter wording
* fix formatting
* fix links
* fix link
2017-03-16 14:39:14 -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
Jeffrey Drake
dab8f692c0
Corrected a spelling error ( #2987 )
2017-03-16 08:47:28 -07:00
Rick Anderson
07af9db54d
Update adding-model.md
2017-03-15 12:14:33 -10:00
james1293
40fd242c7d
Fix explanation: setting a default selected option ( #2973 )
...
* Fix explanation: setting a default selected option
The current doc treats the second parameter of @Html.DropDownList() as a way to set the default selected option. It gives an example of choosing "Comedy" by default. In fact, the given example creates a second entry that says "Comedy" but has an empty value. I provided a correct example.
* Fix code: setting a default selected option
See commit note on /Docs/aspnet/mvc/overview/getting-started/introduction/adding-search.md
2017-03-15 11:35:29 -10:00
Andy Pasic
ba9f4c9aa4
Legal updates from CELA ( #2977 )
...
* This licence file is being replaced
* New files from CELA
* Update from CELA
2017-03-15 11:31:01 -10:00
apshenichnyi
8255138826
Some corrections in text ( #2976 )
...
* Markdown was fixed for samples to be incorporated into the article.
* Text was corrected.
* Mispelling was corrected.
2017-03-15 10:24:41 -10:00
Terri Morton
75f35e14f7
Corrected link to internal article
2017-03-15 10:17:47 -04: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
OzBob
cbbc3dc4c3
Fixes #2964 Add Registering exception filters ( #2965 )
...
* Add Registering exception filters
taking comments in discussion and quoting from : https://github.com/aspnet/Docs/blob/master/aspnet/web-api/overview/error-handling/exception-handling.md
* Update web-api-global-error-handling.md
2017-03-14 10:25:09 -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
ChrisSfanos
75cc5d4c09
Update overview.md ( #2971 )
...
Updated Knockout new version
2017-03-14 09:38:33 -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
James Telfer
0627ba9d94
Fix spelling of 'Verrsions' in title ( #2966 )
...
Thanks for the catch/fix.
2017-03-14 07:18:53 -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
LinuxChata
c9cc2f4248
Update content-negotiation.md ( #2952 )
2017-03-13 10:55:57 -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
Vidya Vrat Agarwal
17dd80718f
Changed Summary to heading format ( #2947 )
2017-03-10 13:07:37 -10:00
Tom Dykstra
1a61773077
update redirect guidance ( #2948 )
2017-03-10 13:06:48 -10:00
Tom Dykstra
4c2c482e48
PR template changes ( #2949 )
2017-03-10 13:05:47 -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
Miroslav Jeliaskoff
2581d8470b
Added parameter int the call to the base function ( #2945 )
...
The base object does not have a method with no parameters in SignalR version 2.2.1.
2017-03-10 10:02:45 -10:00
Terri Morton
2e8c928932
Update create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on.md
...
Removing unneeded word "warning".
2017-03-09 22:18:48 -05: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
apshenichnyi
1f79bde417
Fixing documentation for MVC4 Hands On labs ( #2934 )
...
* Misspelling in table of contents was fixed.
* Markdown was fixed for samples to be inserted into the article.
* Sample files were corrected.
* Sample file was corrected.
* Typo was fixed.
* Samples were corrected.
* Sample was corrected.
* Formatting was corrected.
* Sample was corrected.
* Sample was corrected.
* Sample was corrected.
* Sample was corrected.
* Sample was corrected.
* Sample ws corrected.
* Sample was corrected.
* Formatting was corrected.
* Sample was corrected.
2017-03-09 12:17:59 -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
Tom Dykstra
3252fb1d6f
change wording ( #2930 )
...
Add an optional extended description…
2017-03-08 16:13:19 -08:00
Tom Dykstra
a79c138e20
issue and pr templates ( #2929 )
2017-03-08 16:07:30 -08: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