www.creativebloq.com/rwd/responsive-web-design-tutorials-71410085
Author: Andreas Plahn
SweetAlert2 – a replacement for JavaScript’s popup boxes
A BEAUTIFUL, RESPONSIVE, CUSTOMIZABLE, ACCESSIBLE (WAI-ARIA) REPLACEMENT FOR JAVASCRIPT’S POPUP BOXES
ZERO DEPENDENCIES
limonte.github.io/sweetalert2/
Muuri – Responsive, sortable, filterable and draggable grid layouts
ASP.NET Core in Action – What is middleware?
Default Gulp File | ASP.NET Monsters | Channel 9 videos
Here comes Episode 3 of The Monsters Weekly, and with it our run down of the default Gulp file in your ASP.NET Core application. Monster Dave walks us through Gulp, some node bits, package management, and how to sort all this out in our new ecosystem.
channel9.msdn.com/Series/aspnetmonsters/Episode-3-Default-Gulp-File
Swashbuckle and Swagger with ASP.NET Core | Cross Cutting Concerns
Set up staging environments for web apps in Azure App Service | Microsoft Docs
When using deployment slots in Azure Web Apps the appsettings and connectionsstrings are changed when swapping slots.
E.g. the production environment slot has the “production” version of appsettings and connectionstrings and the pre production slot has its own version of those settings in the web.config file.
This is default behaviour, unless you use the app settings in the Azure portal for the environments (overrides web.config file) or check the “Slot setting”. (setting will “stick” with the swap).
Read more here:
Slot config:
Set up staging environments for web apps in Azure App Service | Microsoft Docs
Configure web sites:
https://docs.microsoft.com/en-us/azure/app-service/web-sites-configure
joseftw/JOS.ContentSerializer: Converts any ContentData object to JSON
If you ever feel the need to serialize EPiServer ContentData into json (or format x) then check out this project.
Source: joseftw/JOS.ContentSerializer: Converts any ContentData object to JSON
Where do I find the Azure Website Deployment password
If you are using azure deployment profiles for Visual Studio you can find the deployment password here:
Login to portal, select the web app service, click the link “Get publish profile” to download. Open the xml file and find the password in element publishProfile attribute userPWD.
Source: Where do I get my actual Azure Website Deployment password? – Stack Overflow
Time Stamp Margin – Visual Studio Addon
Adds a timestamp to the Visual Studio 2017 output window.
Timestamp margin Adds the timestamp information to the Output Window in Debug mode: (minutes. Seconds. Milliseconds) Helps keep a track of running processes in the debug window.
Source: Time Stamp Margin – Visual Studio Marketplace