Join the .NET Smart Components ecosystem

1 week ago 6
Club.noww.in

The .NET Smart Components are a set of sample drop-in UI components that make it easy to add AI-enabled features for useful scenarios, like auto-filling forms from clipboard data, smart text completions, and semantic search. The .NET Smart Components demonstrate how prepackaging AI-based functionality into reusable components makes it easier to integrate these features into existing apps. We’re making the .NET Smart Components source code available as reference sample implementations to help bootstrap a vibrant ecosystem of reusable .NET AI-powered components.

Now open source

The .NET Smart Components have a new home on GitHub in the dotnet/smartcomponents repo that contains the implementation source code, docs, and sample apps. Library authors can use the sample components for inspiration and as reference implementations for how to package AI-powered features for easy consumption. If you have thoughts on how to improve the .NET Smart Components, or ideas for new AI-powered components that you’d like to see added, please share them with us by opening an issue on GitHub.

Local embeddings using Semantic Kernel

The .NET Smart Components include sample convenience APIs for calculating embeddings (LocalEmbeddings) locally on your server. These can be used to compare the semantic similarity of text. These APIs have now been updated to wrap the ONNX-based embeddings support in Semantic Kernel and then demonstrate how you can build further capabilities on top, such as automatic model acquisition, simplified semantic search, and alternative embedding representations. If you find these additions useful, you can include them in your own apps and libraries. Otherwise, you can just use the Semantic Kernel APIs directly.

Smart components from popular component vendors

Several popular component vendors have already started investing in building their own smart components, building on the ideas in the .NET Smart Components as well as adding their own unique innovations and features. Let’s take a look at a few examples of what they’ve been working on.

Progress Telerik

Progress Telerik provides a prebuilt AI Prompt component to streamline integrating AI services in your ASP.NET Core, Blazor, and .NET MAUI apps. It’s fully customizable through templates and events, and it supports globalization, localization, and right-to-left rendering.

Telerik AI Prompt

Telerik is also working on their own Smart (AI) Components for ASP.NET Core, Blazor, WPF, and Windows Forms. The Telerik Smart (AI) Components include semantic search integration in their grid and combo box controls as well as AI assistant integration with their PDF viewer.

DevExpress

DevExpress is working on a bunch of AI-powered enhancements for their upcoming release in December.

These AI enhancements include:

  • AI-assisted text processing in text editing components for Blazor, Windows Forms, and WPF, with integrated support for large input text via a chunking strategy.
  • A prebuilt AI-powered Blazor chat component for creating intelligent chat assistants, with Blazor Hybrid support, allowing reuse in Windows Forms, WPF, and .NET MAUI apps.
  • AI-powered Smart Paste and Smart Search for Data Grid, Layout, and Ribbon.
  • Support for offline model execution using Ollama.

Here’s an example of the DevExpress AI Assistant integrated with their Blazor report viewer:

DevExpress AI Assistant integrated with their report viewer

And here’s DevExpress’s AI-powered text processing in their rich text editor:

DevExpress AI assisted text editing

DevExpress Early Access Previews are now available for both the AI-powered text editor extensions and Blazor chat component, so be sure to give them a try!

Syncfusion

Syncfusion just shipped a variety of new AI features for .NET in their Essential Studio 2024 Volume 3 release, including a new AI AssistView component for Blazor, MVC & Razor Pages, .NET MAUI, and WinUI as well as their own Smart Paste Button and Smart TextArea components for Blazor.

The AI AssistView component integrates seamlessly with AI services. It can send & suggest prompts, execute commands using toolbar options, and display responses in an easy-to-use interface. It provides Toolbar options for copy, edit, link/unlike, and you can add custom options and views.

Here’s the Syncfusion AI AssistView in action:

Syncfusion AI AssistView component

Be sure to also check out these other AI-powered use cases for .NET from Syncfusion:

Join the ecosystem

It’s still early days when it comes to building with AI. We’re excited to see what new AI-powered .NET smart components the community comes up with. If you come up with a cool new smart component for .NET, be sure to let us know!

The post Join the .NET Smart Components ecosystem appeared first on .NET Blog.

Read Entire Article