@VirtualVoid: That issue was a typo on my part. The code in the repo should work fine. Let us know if you have any issues with it. Better yet, send us a pull request :)
Since ViewComponents can be invoked as TagHelpers, it feels like ViewComponents should be the default to go for extensibility into your views. Especially if you consider that you'd get better view support using Razor with ViewComponents vs using doing string manipulation in regular TagHelpers.
@Mads Kristensen should definitely have a show on the extensions he's created and how to start creating your own. An MVA or something too would be nice.
Comments
YARP: The .NET Reverse proxy
User Interface Testing | DevOps for Mobile
WinAppDriver is recommended for UWP testing, and it includes examples on C#/Java/Python/JavaScript/Ruby as the client language to drive the UI testing https://github.com/microsoft/WinAppDriver/tree/master/Samples.
It’s good to start with https://github.com/react-native-windows/selenium-webdriver-winappdriver-example
Also
E2E testing for React Native on Windows https://github.com/microsoft/react-native-windows/blob/master/vnext/docs/E2ETest.md
selenium-appium is selenium-webdriver extension to make selenium-webdriver to drive Appium to run automation for native, hybrid and mobile web and desktop apps.
https://github.com/react-native-windows/selenium-appium
How to: Use Jest + selenium-webdriver + WinAppDriver to do Windows UI testing
https://medium.com/@licanhua/how-to-use-jest-selenium-webdriver-winappdriver-to-do-windows-ui-testing-c9d074e698ed
Automated Windows UI testing by Jest + selenium-appium + selenium-webdriver + WinAppDriver
https://medium.com/@licanhua/automated-windows-ui-testing-by-jest-selenium-appium-selenium-webdriver-winappdriver-6cb708121d71
Hope these help
Azure Serverless with Mr. Serverless
I believe this is the link =>
Build a serverless web app in Azure
Azure Service Bus and the .NET Standard SDK
@ancientitguy:Thanks for catching that. The link should be working now
Getting started with UWP
@Bob: We're planning to do more coverage of UWP. Feel free to send us some concrete feedback on what you'd like to hear about.
Go Serverless with Azure Functions and C#
@VirtualVoid: That issue was a typo on my part. The code in the repo should work fine. Let us know if you have any issues with it. Better yet, send us a pull request :)
TWC9: Equifax Data Breach, Windows 10 Oct 17th, Future Decoded, AI Interoperability, Robot House Builders and more...
what is up with Gandalf on that back monitor?? lol
Azure Event Grid
What the relation between Event Hubs and Event Grid? If I'm creating my own publishers & subscribers, when would I use one or the other?
Sebastien Ros on ASP.NET Core MVC Resource Management
When will the Orchard2 packages (like this one) be available on NuGet?
ASP.NET Monsters #81: Invoking View Components as Tag Helpers
Since ViewComponents can be invoked as TagHelpers, it feels like ViewComponents should be the default to go for extensibility into your views. Especially if you consider that you'd get better view support using Razor with ViewComponents vs using doing string manipulation in regular TagHelpers.
Mads Kristensen Extensions
@Mads Kristensen should definitely have a show on the extensions he's created and how to start creating your own. An MVA or something too would be nice.
NuGet Deep Dive: Accelerating your .NET Development
Isn't project.json going away??