Force Cache Refresh

Ctrl – F5 forces a cache refresh, and will guarantee that if the content is changed, you will get the new content.

Syncfusion Blazor Resources

https://blazor.syncfusion.com/documentation https://blazor.syncfusion.com/demos/ https://www.syncfusion.com/forums/blazor-components https://www.syncfusion.com/kb/blazor-components https://www.syncfusion.com/blogs/category/blazor https://www.syncfusion.com/faq/blazor/general

Syncfusion Blazor Component Setup

https://blazor.syncfusion.com/documentation/getting-started/server-side-blazor/ Note: Starting with version 17.4.0.39 (2019 Volume 4), you need to include a valid license key (either paid or trial key) within your applications. Please refer to this help topic for more information. New: Syncfusion Blazor components are compatible with .NET 5.0 RC and it requires Visual Studio 2019 16.8 Preview 3 or later. Importing Syncfusion Blazor component in the... » read more

Syncfusion Community License

https://www.syncfusion.com/products/communitylicense Get Our Entire Product Line For Free No credit card required. 1,600+ Controls and Frameworks A $12,475 value for FREE Support and updates included WHAT IS THE COMMUNITY LICENSE? The Community License provides free access to all the Syncfusion products for individual developers and small businesses. What’s included? All products available in Essential Studio... » read more

MatBlazor Setup

https://www.matblazor.com/ https://github.com/SamProf/MatBlazor Installation Install MatBlazor library via nuget. Install-Package MatBlazor or dotnet add package MatBlazor _Imports.razor Add @using MatBlazor in main _Imports.razor@using MatBlazor Usage MatBlazor components are self-supporting.<MatButton>Test</MatButton> Static files Add script section to index.html or _Host.cshtml (head section)<script src=”_content/MatBlazor/dist/matBlazor.js”></script><link href=”_content/MatBlazor/dist/matBlazor.css” rel=”stylesheet” /> Register services Add registration of service to Startup.csservices.AddMatBlazor(); Add MatPortal component Add MatPortalHost component to root component... » read more

Azure App Service Custom Domain

Domain Registry Go to Subdomian setup of your domain name Subdomain Name Subdirectory / URL test.mydomain.com test.azurewebsites.net Go to DNS & Nameservers -> DNS Records Record Name Content CNAME test test.azurewebsites.net TXT test <azure id> Get <azure id> from within your Azure App Service properties. Azure App Service Go to Custom Domains in App Service... » read more