Xavier SolauinYounitedTechEasy .NET Web App Integration Testing with PlaywrightPlaywright is a great tool to test your web application. In addition to being cross-platform, it can be used from many development stacks…Oct 29Oct 29
Xavier SolauinYounitedTechCode first Json localization on Blazor Web AppHave you ever used localization with dotnet and Blazor? If so, you’ve probably noticed that it can be quite verbose in some way because you…Apr 18Apr 18
Xavier SolauinYounitedTechCan’t load embedded resources with culture name suffix in .Net Core.Have you ever used embedded resources in you DotNet Core application? Sure, this is quite convenient and it is not really complicated to…Oct 24, 2023Oct 24, 2023
Xavier SolauinYounitedTechHow to download files with BlazorHere is an easy way to download a file either using directly an HTTP URL or using a stream on C# side in your Blazor Web application…Nov 8, 20222Nov 8, 20222
Xavier SolauinYounitedTechWrite a basic E2E test using the Codegen tool [Part 4]Write a basic E2E testOct 11, 2022Oct 11, 2022
Xavier SolauinYounitedTechStart you Blazor app in order to debug and test it [Part 3]Start your Blazor app to testOct 11, 20221Oct 11, 20221
Xavier SolauinYounitedTechRecord and view our E2E test traces [Part 5]Record and view our E2E test traces.Oct 11, 2022Oct 11, 2022
Xavier SolauinYounitedTechEnable Playwright so that you can easily use it (including on your build agents) [Part 2 ]Set up Playwright FixtureOct 11, 20221Oct 11, 20221
Xavier SolauinYounitedTechEnd-to-End test a Blazor App with Playwright [Part 1]As a .Net fan, I am really glad to be able to write End-to-End tests for my Blazor apps in C#. Thanks to Playwright we now have a reliable…Oct 11, 20221Oct 11, 20221
Xavier SolauinYounitedTechDisplay remote virtualized data with BlazorWith .Net 6.0, it has never been so easy to display remote data with Blazor and the Virtualize component. I am going to explain with a…Jan 19, 2022Jan 19, 2022