diff --git a/aspnetcore/fundamentals/localization.md b/aspnetcore/fundamentals/localization.md index 8a8699816e41..13be4700eeed 100644 --- a/aspnetcore/fundamentals/localization.md +++ b/aspnetcore/fundamentals/localization.md @@ -13,7 +13,7 @@ uid: fundamentals/localization :::moniker range="> aspnetcore-5.0" -By [Rick Anderson](https://twitter.com/RickAndMSFT), [Damien Bowden](https://twitter.com/damien_bod), [Bart Calixto](https://twitter.com/bartmax), [Nadeem Afana](https://afana.me/), and [Hisham Bin Ateya](https://twitter.com/hishambinateya) +By [Rick Anderson](https://twitter.com/RickAndMSFT), [Damien Bowden](https://github.com/damienbod), [Bart Calixto](https://twitter.com/bartmax), [Nadeem Afana](https://afana.me/), and [Hisham Bin Ateya](https://twitter.com/hishambinateya) A multilingual website allows a website to reach a wider audience. ASP.NET Core provides services and middleware for localizing into different languages and cultures. diff --git a/aspnetcore/fundamentals/localization/includes/localization35.md b/aspnetcore/fundamentals/localization/includes/localization35.md index c83b3b6a1ce8..e94ee2c607f8 100644 --- a/aspnetcore/fundamentals/localization/includes/localization35.md +++ b/aspnetcore/fundamentals/localization/includes/localization35.md @@ -1,6 +1,6 @@ :::moniker range="= aspnetcore-5.0" -By [Rick Anderson](https://twitter.com/RickAndMSFT), [Damien Bowden](https://twitter.com/damien_bod), [Bart Calixto](https://twitter.com/bartmax), [Nadeem Afana](https://afana.me/), and [Hisham Bin Ateya](https://twitter.com/hishambinateya) +By [Rick Anderson](https://twitter.com/RickAndMSFT), [Damien Bowden](https://github.com/damienbod), [Bart Calixto](https://twitter.com/bartmax), [Nadeem Afana](https://afana.me/), and [Hisham Bin Ateya](https://twitter.com/hishambinateya) A multilingual website allows a website to reach a wider audience. ASP.NET Core provides services and middleware for localizing into different languages and cultures. diff --git a/aspnetcore/fundamentals/localization/includes/make-content-localizable5.md b/aspnetcore/fundamentals/localization/includes/make-content-localizable5.md index c783e228e2a3..cdbd79492dc9 100644 --- a/aspnetcore/fundamentals/localization/includes/make-content-localizable5.md +++ b/aspnetcore/fundamentals/localization/includes/make-content-localizable5.md @@ -1,6 +1,6 @@ :::moniker range="= aspnetcore-5.0" -By [Rick Anderson](https://twitter.com/RickAndMSFT), [Damien Bowden](https://twitter.com/damien_bod), [Bart Calixto](https://twitter.com/bartmax), [Nadeem Afana](https://afana.me/), and [Hisham Bin Ateya](https://twitter.com/hishambinateya) +By [Rick Anderson](https://twitter.com/RickAndMSFT), [Damien Bowden](https://github.com/damienbod), [Bart Calixto](https://twitter.com/bartmax), [Nadeem Afana](https://afana.me/), and [Hisham Bin Ateya](https://twitter.com/hishambinateya) One task for localizing an app is to wrap localizable content with code that facilitates replacing that content for different cultures. diff --git a/aspnetcore/fundamentals/localization/includes/provide-resources5.md b/aspnetcore/fundamentals/localization/includes/provide-resources5.md index 31924976e8be..3eec0c86859a 100644 --- a/aspnetcore/fundamentals/localization/includes/provide-resources5.md +++ b/aspnetcore/fundamentals/localization/includes/provide-resources5.md @@ -1,6 +1,6 @@ :::moniker range="= aspnetcore-5.0" -By [Rick Anderson](https://twitter.com/RickAndMSFT), [Damien Bowden](https://twitter.com/damien_bod), [Bart Calixto](https://twitter.com/bartmax), [Nadeem Afana](https://afana.me/), and [Hisham Bin Ateya](https://twitter.com/hishambinateya) +By [Rick Anderson](https://twitter.com/RickAndMSFT), [Damien Bowden](https://github.com/damienbod), [Bart Calixto](https://twitter.com/bartmax), [Nadeem Afana](https://afana.me/), and [Hisham Bin Ateya](https://twitter.com/hishambinateya) One task for localizing an app is to provide localized strings in resource files. This article is about working with resource files. diff --git a/aspnetcore/fundamentals/localization/includes/select-language-culture5.md b/aspnetcore/fundamentals/localization/includes/select-language-culture5.md index 6c993bcf09fc..afc059c1cafa 100644 --- a/aspnetcore/fundamentals/localization/includes/select-language-culture5.md +++ b/aspnetcore/fundamentals/localization/includes/select-language-culture5.md @@ -1,6 +1,6 @@ :::moniker range="= aspnetcore-5.0" -By [Rick Anderson](https://twitter.com/RickAndMSFT), [Damien Bowden](https://twitter.com/damien_bod), [Bart Calixto](https://twitter.com/bartmax), [Nadeem Afana](https://afana.me/), and [Hisham Bin Ateya](https://twitter.com/hishambinateya) +By [Rick Anderson](https://twitter.com/RickAndMSFT), [Damien Bowden](https://github.com/damienbod), [Bart Calixto](https://twitter.com/bartmax), [Nadeem Afana](https://afana.me/), and [Hisham Bin Ateya](https://twitter.com/hishambinateya) One task for localizing an app is to implement a strategy for selecting the appropriate culture for each response the app returns. diff --git a/aspnetcore/fundamentals/localization/includes/select-language-culture67.md b/aspnetcore/fundamentals/localization/includes/select-language-culture67.md index 1bee79a68e0a..f4a616c9a3e6 100644 --- a/aspnetcore/fundamentals/localization/includes/select-language-culture67.md +++ b/aspnetcore/fundamentals/localization/includes/select-language-culture67.md @@ -1,7 +1,7 @@ :::moniker range="> aspnetcore-5.0 < aspnetcore-8.0" -[Hisham Bin Ateya](https://twitter.com/hishambinateya), [Damien Bowden](https://twitter.com/damien_bod), [Bart Calixto](https://twitter.com/bartmax), [Nadeem Afana](https://afana.me/), and [Rick Anderson](https://twitter.com/RickAndMSFT) +[Hisham Bin Ateya](https://twitter.com/hishambinateya), [Damien Bowden](https://github.com/damienbod), [Bart Calixto](https://twitter.com/bartmax), [Nadeem Afana](https://afana.me/), and [Rick Anderson](https://twitter.com/RickAndMSFT) One task for localizing an app is to implement a strategy for selecting the appropriate culture for each response the app returns. diff --git a/aspnetcore/fundamentals/localization/make-content-localizable.md b/aspnetcore/fundamentals/localization/make-content-localizable.md index 9f026ce4e15c..48eaa8ba225a 100644 --- a/aspnetcore/fundamentals/localization/make-content-localizable.md +++ b/aspnetcore/fundamentals/localization/make-content-localizable.md @@ -13,7 +13,7 @@ uid: fundamentals/localization/make-content-localizable :::moniker range="> aspnetcore-5.0" -By [Hisham Bin Ateya](https://twitter.com/hishambinateya), [Damien Bowden](https://twitter.com/damien_bod), [Bart Calixto](https://twitter.com/bartmax) and [Nadeem Afana](https://afana.me/) +By [Hisham Bin Ateya](https://twitter.com/hishambinateya), [Damien Bowden](https://github.com/damienbod), [Bart Calixto](https://twitter.com/bartmax) and [Nadeem Afana](https://afana.me/) One task for localizing an app is to wrap localizable content with code that facilitates replacing that content for different cultures. diff --git a/aspnetcore/fundamentals/localization/provide-resources.md b/aspnetcore/fundamentals/localization/provide-resources.md index 4563ddf1c6fe..0c7e5188adb3 100644 --- a/aspnetcore/fundamentals/localization/provide-resources.md +++ b/aspnetcore/fundamentals/localization/provide-resources.md @@ -13,7 +13,7 @@ uid: fundamentals/localization/provide-resources :::moniker range="> aspnetcore-5.0" -By [Rick Anderson](https://twitter.com/RickAndMSFT), [Damien Bowden](https://twitter.com/damien_bod), [Bart Calixto](https://twitter.com/bartmax), [Nadeem Afana](https://afana.me/), and [Hisham Bin Ateya](https://twitter.com/hishambinateya) +By [Rick Anderson](https://twitter.com/RickAndMSFT), [Damien Bowden](https://github.com/damienbod), [Bart Calixto](https://twitter.com/bartmax), [Nadeem Afana](https://afana.me/), and [Hisham Bin Ateya](https://twitter.com/hishambinateya) One task for localizing an app is to provide localized strings in resource files. This article is about working with resource files. diff --git a/aspnetcore/fundamentals/localization/select-language-culture.md b/aspnetcore/fundamentals/localization/select-language-culture.md index 96bfbfda6818..976a1ae5ac0a 100644 --- a/aspnetcore/fundamentals/localization/select-language-culture.md +++ b/aspnetcore/fundamentals/localization/select-language-culture.md @@ -13,7 +13,7 @@ uid: fundamentals/localization/select-language-culture :::moniker range=">= aspnetcore-8.0" -[Hisham Bin Ateya](https://twitter.com/hishambinateya), [Damien Bowden](https://twitter.com/damien_bod), [Bart Calixto](https://twitter.com/bartmax), [Nadeem Afana](https://afana.me/), and [Rick Anderson](https://twitter.com/RickAndMSFT) +[Hisham Bin Ateya](https://twitter.com/hishambinateya), [Damien Bowden](https://github.com/damienbod), [Bart Calixto](https://twitter.com/bartmax), [Nadeem Afana](https://afana.me/), and [Rick Anderson](https://twitter.com/RickAndMSFT) One task for localizing an app is to implement a strategy for selecting the appropriate culture for each response the app returns. diff --git a/aspnetcore/security/authentication/azure-ad-b2c.md b/aspnetcore/security/authentication/azure-ad-b2c.md index 34cb3c77a49b..a0a05e770682 100644 --- a/aspnetcore/security/authentication/azure-ad-b2c.md +++ b/aspnetcore/security/authentication/azure-ad-b2c.md @@ -9,7 +9,7 @@ uid: security/authentication/azure-ad-b2c --- # Cloud authentication with Azure Active Directory B2C in ASP.NET Core -By [Damien Bod](https://twitter.com/damien_bod) +By [Damien Bod](https://github.com/damienbod) [Azure Active Directory B2C](/azure/active-directory-b2c/active-directory-b2c-overview) (Azure AD B2C) is a cloud identity management solution for web and mobile apps. The service provides authentication for apps hosted in the cloud and on-premises. Authentication types include individual accounts, social network accounts, and federated enterprise accounts. Additionally, Azure AD B2C can provide multi-factor authentication with minimal configuration. diff --git a/aspnetcore/security/ip-safelist.md b/aspnetcore/security/ip-safelist.md index 8841ced09d38..abb38b5ba41b 100644 --- a/aspnetcore/security/ip-safelist.md +++ b/aspnetcore/security/ip-safelist.md @@ -10,7 +10,7 @@ uid: security/ip-safelist --- # Client IP safelist for ASP.NET Core -By [Damien Bowden](https://twitter.com/damien_bod) and [Tom Dykstra](https://github.com/tdykstra) +By [Damien Bowden](https://github.com/damienbod) and [Tom Dykstra](https://github.com/tdykstra) This article shows three ways to implement an IP address safelist (also known as an allow list) in an ASP.NET Core app. An accompanying sample app demonstrates all three approaches. You can use: