Commit Graph

42 Commits (4d69b62611a1133a4d1885951cfc1c411ec0e6e1)

Author SHA1 Message Date
Luke Latham ab45f0c5d1 IMiddleware/IMiddlewareFactory topic (#5027)
* IMiddleware/IMiddlewareFactory topic

Change middleware topic filename + add crosslink

Update

Updates

* IMiddleware/IMiddlewareFactory topic

Change middleware topic filename + add crosslink

Update

Updates

* Updates

Updates

* React to feedback

* Add conventional middleware activation example
* Use Ninject to make the samp demo a real nonconforming container

* Show the default factory

* React to feedback

* Cut extraneous Ninject bits

* Updates

Update

* React to feedback

* React to feedback

* Use Simple Injector + default IMiddlewareFactory impl

* Updates

* Update

* Revert topic+sample to using the default container

Update

* Updates

* Updates

* Updates

* React to feedback

* Update
2018-01-30 10:53:14 -06:00
Luke Latham abbe642741 Organize metadata (#5296)
Updates
2018-01-29 09:21:31 -06:00
Luke Latham fa24342f38 Remove smart quotes (#5294) 2018-01-28 15:49:15 -06:00
Luke Latham 313486d76f Taming the savage contraction issue (#5216)
* Form contractions

* Revert two contractions

* Additional reversions

* Additional reversions

* Additional revisions

* Additional revisions

* React to feedback
2018-01-24 09:27:24 -06:00
Luke Latham 31df8fcabf Remove keywords and ms.assetid metadata from ASP.NET Core topics (#5208) 2018-01-19 14:11:45 -06:00
Stephen Jennings 8b159534e5 Fix text that was incorrectly interpreted as HTML (#5098)
* Fix text that was incorrectly interpreted as HTML

The text <languagecode2> was interpreted as an HTML tag, so it was not visible after converting Markdown to HTML.

* Minor edits
2018-01-03 14:18:17 -06:00
Rachel Appel 6ada6fb141
added culture fallback (#5041) 2017-12-21 20:24:09 -05:00
Scott Addie 912a1efc8f Fix invalid bookmarks (#4570) 2017-10-13 15:50:30 -05:00
Scott Addie afc945db9c Remove Localization.AspNetCore.TagHelpers package mention (#4553) 2017-10-12 16:22:25 -10:00
Scott Addie 5bb923bbcc HTML --> cshtml 2017-10-12 20:30:16 -05:00
Dan Vicarel b27f084e6e Added "Parent culture" to the list of terms on the Globalization and Localization article (#4496) 2017-10-05 16:39:27 -07:00
Daniel Vicarel eb128adab4 Clarified some language in the Globalization and Localization article 2017-10-04 13:56:16 -04:00
Scott Addie a5c6968b04 More edits 2017-09-18 15:54:14 -05:00
Scott Addie 2de7bb567a Add PO localization doc 2017-09-18 14:32:04 -05:00
Isaac Levin 854c07c430 Remove Deadlinks in aspnetcore section of repo (#4241)
* Create mvc2.md

Added temp file to house doc requested in #3809

* Initial outline of document

* Added Note for Special Tooling (VS 2017 Preview 3)

Will remove when Preview 3 is updated into Release

* Added Porting Link

* Added Core DI Sample

* added DI Section

* Added Storing Configuration Settings Section

* Adding Custom Settings samples

* part of static content

* static content section

* .net standard section

* Adding Edit in VS 2017 Image

* Samples for Startup

* startup and csproj section

* update image reference

* Updates to Migration Doc

changes per @scottaddie

* Final round of changes

Please review

* Edits

* Fix invalid xref link

* More edits

* More edits

* More edits

* More edits

* More edits

* More edits

* Move Content to different directory

* Update Code Sample Links

* change sample location

* ::

* Update Sample Filenames

* Minor edit

* Remove extra space

* More edits

* Move Static Folder

* update reference to image

* Update mvc2.md

* Minor tweaks

* Changes to sample file

* Change copy for Configuration Section

* Fix code formatting

* Remove extra line feed

* Remove extra line feed

* Fix 3xx/4xx/5xx Status Codes in aspnetcore folder

* Take out locality references in urls:

* change MSDN urls to docs.microsoft if possible

* Update aspnet-core-module.md

* Update iis.md

* Remove localization from external links
2017-09-11 20:58:51 -05:00
Luke Latham b71d2350b8 Update Localization sample app to 2.0 (#4219)
* Update Localization sample app

Fixes #2943

* Takes the sample to 2.0
* HTML5 (I gave this some thought, and I still prefer unclosed void
elements. Content-Type = "text/html" and doctype is HTML5. I think the
spec (making the closure optional) is a bit of a hack on their part.
These tags do not contain content, so imo they really shouldn't be
closed (logically).
* Bower out: Adds too many complications. We have *www/lib* locked out
of the source; therefore, the sample will break if the machine is
offline and Bower isn't run. Bower requires npm. Many *many* devs and
shops don't like it and don't want it. It has nothing to do with
localization. imo samples should run everywhere possible with minimal
config and setup and only use the tech required to demo the focused
tech.
*

Add one file

Updates

* React to feedback

Also patched the title, description, and keywords on this pass.
2017-09-06 15:11:18 -05:00
Rick Anderson 4ce4c6a3e5 loc resx editor warning (#3783)
* loc resx editor warning

* work

* work
2017-07-21 12:59:28 -07:00
Rick Anderson c23f9b383b remove /en-us/ (#3670) 2017-07-10 12:20:50 -06:00
Rick Anderson 2225182397 remove | MS Docs (#3612) 2017-06-30 23:47:15 +00:00
Rick Anderson 6944f8912d Update localization.md (#3522) 2017-06-22 14:12:41 -07:00
sintetico82 9ba4f0ed27 Extra information in DataAnnotations localization (#3480)
* Extra information in DataAnnotations localization

Add information about the use of SharedResources class in Data Annotation

* Create localization.md
2017-06-09 10:11:23 -07:00
Hisham Bin Ateya e140318865 Remove unnecessary quotations from localization cookie format (#3393) 2017-05-22 18:37:38 -07:00
Adrien Torris f28d490726 Extend middleware code sample to display var decla (#3347)
Extend Localization middleware code sample to display the declaration of the variable 'supportedCultures'
2017-05-11 14:16:23 -10:00
Steven Volckaert 194ad97f94 Updating line 78: Correcting French punctuation. (#3331)
In French, a space is required both before and after all two- (or more) part punctuation marks and symbols, including the exclamation mark "!". See https://www.thoughtco.com/how-to-use-french-punctuation-4086509 for more information.
2017-05-09 09:49:28 -10:00
Rick Anderson c737a33f75 Update localization.md (#3252) 2017-04-21 14:28:10 -10:00
Ryan Brandenburg 7cb877d046 Move resource naming section up and clarify (#2959) 2017-03-13 14:40:15 -10:00
Alaa Masoud 347e075b18 Correct example view path 2017-03-05 06:46:04 +03: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
Charles Simard-Lecours cad2bbb61e Typo (#2808)
Thanks for the fix.
2017-02-21 11:42:30 -05:00
Hisham Bin Ateya 72df6ff087 Fix localization highlighting issues (#2720) 2017-02-09 15:52:29 -10:00
Hisham Bin Ateya 0a74d5e7e6 React to remove dependency on Hosting.Abstractions (#2675) 2017-02-07 14:00:29 -10:00
Rick Anderson 489cdf8aa1 non-validation attributes localized (#2565)
* non-validation attributes localized

* Update localization.md
2017-01-30 16:15:06 -09:00
Ryan Brandenburg cab82f5867 Default namespace references to AssemblyName (#2513)
* Default namespace references to ApplicationName

Change the resource file naming section to reference ApplicationName instead of default namespace.

* ApplicationName->AssemblyName

To avoid confusion regarding class libraries we should reference assembly name instead of application name. Also make the verbiage more specific.
2017-01-13 09:43:45 -10:00
Luke Latham 5e2118e1e6 Specify alt text in all images (#2434)
* Update publish-to-azure-webapp-using-vs.md

* Update google-logins.md

* Update working-with-sql.md

* Update microsoft-logins.md

* Update twitter-logins.md

* Update facebook-logins.md

* Update index.md

* Update accconfirm.md

* Update 2fa.md

* Update yeoman.md

* Update file-providers.md

* Update app-state.md

* Update localization.md

* Update middleware.md

* Update dependency-injection.md

* Update mvc.md

* Update webapi.md

* Update native-mobile-backend.md

* Update filters.md

* Update formatting.md

* Update dependency-injection.md

* Update adding-controller.md

* Update adding-model.md

* Update search.md

* Update controller-methods-views.md

* Update adding-view.md

* Update validation.md

* Update first-web-api.md

* Update web-api-help-pages-using-swagger.md

* Update your-first-mac-aspnet.md

* Update azure-continuous-deployment.md

* Update vsts-continuous-deployment.md

* Update dependency-injection.md

* Delete FBLogin2.PNG

* Delete pass1.PNG

* Delete pass2.PNG

* Add files via upload

* Update facebook-logins.md

* Update index.md
2016-12-22 10:03:29 -08:00
Luke Latham c5ff7a88b3 Update localization.md 2016-12-04 22:54:47 -06:00
Charlie Chu 1aa2745ea3 Code type corrected & fix typo 2016-12-01 11:41:49 +08:00
Andy Pasic a82e144ea1 fixed code snippets 2016-11-17 21:03:07 -08:00
Rick Anderson 17f93fe6c5 keywords and decription meta-data 2016-11-17 10:13:02 -10:00
Rick Anderson b23d49f1f6 title + meta on technology 2016-11-16 14:24:57 -10:00
Andy Pasic 81425c2f2a Api link fix (#2115)
* quick test

* quick test

* quick test

* Revert "quick test"

This reverts commit 91b07a3df5.

* Revert "quick test"

This reverts commit e44af19bb4.

* Revert "quick test"

This reverts commit 6872a1921d.

* Removed links to old api site

* Fixed link to H1

* quick fix

* Fixed link to H1

* reverted to match master

* removed random character.

* removed random unix character

* removed random unix character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* Quick fixes

* Update CONTRIBUTING.md

* removed random UTF character

* removed random UTF character

* Update routing.md

* Update validation.md

* Update overview.md

* Update linuxproduction.md

* Update web-publishing-vs.md

* Update sociallogins.md

* Update cors.md

* Update cross-site-scripting.md

* Update overview.md

* Update key-encryption-at-rest.md

* Update adding-model.md

* Update new-field.md

* Update validation.md

* Update first-web-api.md

* Update nano-server.md

* Update your-first-mac-aspnet.md

* Update linuxproduction.md
2016-11-07 07:58:40 -10:00
Andy Pasic c13beeadd4 Removed U+FEFF (#2073)
* Removed U+FEFF

* Removed leading FEFF

* Update bootstrap.md

* Update bundling-and-minification.md

* Update knockout.md

* Update using-grunt.md

* Update yeoman.md

* Update style-guide.md

* Update error-handling.md

* Update localization.md

* Update middleware.md

* Update validation.md

* Update overview.md

* Update view-components.md

* Update iis-with-msdeploy.md

* Update iis.md

* Update web-publishing-vs.md

* Update sociallogins.md

* Update cors.md

* Update machine-wide-policy.md

* Update cross-site-scripting.md

* Update overview.md

* Update limited-lifetime-payloads.md

* Update overview.md

* Update password-hashing.md

* Update key-encryption-at-rest.md

* Update adding-model.md

* Update new-field.md

* Update validation.md

* Update nano-server.md

* Update your-first-mac-aspnet.md
2016-11-02 07:17:24 -10:00
Daniel Roth e9c1419175 Add docfx content 2016-10-28 10:35:15 -07:00