(Mike Brind) This is the second in a series of articles that cover localisation in ASP.NET Core Razor Pages applications. In the previous article, I looked at the basic configuration required to work with cultures which are the basic building block of localisation.
Tag: Development
VSIX Installer Extension Manifest and Visual Studio Version Numbers
(Rick Strahl) I ran into a problem with my VSIX installer today when I tried to install my updated Visual Studio Extension for the Markdown Monster Addin Project Template.
Rendering A TemplateRef As A Child Of The Body Element In Angular 9.0.0-rc.5
(Ben Nadel) A few weeks ago, I discovered that you could translocate Angular DOM nodes without breaking template bindings.
Working with Linux and Windows Containers simultaneously on Docker Desktop
(Mark Heath) With Docker Desktop, developers using Windows 10 can not only run Windows containers, but also Linux containers.
Working with Standard Library Containers and Iterators in C++
(Manoj Debnath) The Standard C++ library offers a host of powerful, template-based components that implements data structure for common containers and iterators.
Visual Studio Code v1.41 Continues Remote Development Push
(David Ramel) The November 2019 release of Visual Studio Code, version 1.41, is out with a number of improvements including more work to improve remote development functionality.
Using $any() To Temporarily Disable Type-Checking Within A Component Template In Angular 9.0.0-rc.4
(Ben Nadel) In recent releases of Angular, type-checking has been extended to include our component templates. Which is awesome for catching compile-time bugs.
ASP .NET Core code sharing between Blazor, MVC and Razor Pages
(Shahed C) It’s been a while since I’ve published a standalone blog post on WakeUpAndCode.com. If you’ve been following the posts on this website, you may be familiar with my 2018 (surprise!) Happy New Year series and 2019 A-Z series on various ASP .NET Core topics.
The Elvis Operator Can Be Chained Multiple Times In A Single Expression In Lucee CFML 5.3.3.62
(Ben Nadel) In Lucee CFML, the “Elvis operator” – ?: – is a binary operator that returns the first operand if it is non-null; otherwise, it evaluates and returns the second operand.
Using Azure DevOps for CI / CD of ASP.NET Core application to Azure Kubernetes Service (AKS)
(Subodh Sohoni) This tuorial teaches how to continuously integrate and deploy an ASP.NET Core application (Docker support enabled) to Azure Kubernetes Service (AKS) using Azure DevOps.