News

What's New in Blazor Tooling Updates

In its documentation, Microsoft says the Blazor UI component system includes re-usable UI components from top vendors including Telerik, DevExpress, Syncfusion and Radzen.

Blazor, of course, is the red-hot project from Microsoft that allows for browser/web app development with C# instead of having to rely upon JavaScript, as most other web app frameworks and UI toolkits do.

Here's a quick look at what all four third-party vendors have offered lately in this rapidly developing space:

Telerik
Formerly an independent company, Telerik, now part of Progress, just last week introduced the latest update (v2.16.0) to Telerik UI for Blazor.

The release features four new Blazor components:

  • Editor
  • TreeList
  • Stock Chart
  • Context Menu
Telerik UI for Blazor Editor Component
[Click on image for larger view.] Telerik UI for Blazor Editor Component (source: Telerik).

It also enhances the Grid, Chart and Menu components and allows developers to take advantage of new exposed Grid events to provide flexibility in applying custom logic when interacting with data rows in Blazor applications.

DevExpress
This company less than three weeks ago summarized what's new in its DevExpress UI for Blazor (v20.1.5) offering, which now supports .NET Core 3.1.5.

New features and functionality include:

  • Data Grid enhancements to Filter Row and ComboBox Column
  • Better Navigation via a Toolbar adaptivity enhancement. To serve developers targeting mobile devices, the company added a popup and modal mode for the Toolbar's drop-down window. DevExpress said the modes mimic the behavior of a standard drop down control on mobile browsers.

    Toolbar - Adaptivity Enhancement in Action
    [Click on image for larger, animated GIF view.] Toolbar - Adaptivity Enhancement in Action (source: DevExpress).
  • Editor tweaks concerning Drop-Down Width Mode and Min/Max Dates

The company details what's new in v20.1 here.

Syncfusion
The company late last month introduced the latest offering, Syncfusion Essential Studio 2020 Volume 2.

That suite of .NET-related and other tools serves up more than just Blazor offerings, also containing many goodies for Xamarin, Flutter, Essential JS 2 (JavaScript), Windows Presentation Foundation (WPF) and more.

For Blazor specifically, the host of improvements includes:

  • A Mac installer for Syncfusion Blazor is now available.
  • The following components were developed to meet industrial standards and are marked as production-ready:
    • Card
    • Progress Bar
  • The performance of the Grid components has been improved in several ways:

    • Initial loading
    • Grouping
    • Ungrouping
    • Applying filter
    • Clearing filter
    • Sorting
  • The Charts component comes with smart labels for pie and doughnut variants.
  • The Scheduler component has been enhanced with virtual scrolling and year view features.
  • The Pivot Table now supports CSV data sources.
  • The Word Processor now allows developers to design forms using legacy form fields in a Word document and fill the form, as well.
  • The PDF Viewer allows freehand drawing to be saved in PDF files in the form of ink annotations.

Radzen
This company offers a low-code, rapid application development (RAD) solution which allows developers to visually build web applications. The latest edition of its flagship offering is Radzen 2.51.6 for Windows.

The company just a couple weeks ago announced newly added features, including Windows Authentication and a new MaterialDark theme.

Multi-Tenancy Support
[Click on image for larger view.] Multi-Tenancy Support (source: Radzen).

It also unveiled built-in multi-tenancy support for Blazor

"When security is enabled Radzen offers multi-tenancy support (not available in community version)," Radzen said. "Multi-tenancy allows single instance of Radzen application to serve multiple tenants."

New guidance details how to create tenants, deploy to IIS and more.

The Latest from Microsoft
As far as official Microsoft offerings, the company announced that Blazor WebAssembly (the client-side component) now targets .NET 5. This news came in a description of what's new for ASP.NET Core (which includes Blazor) in the recent .NET 5 Preview 7.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube