Skip to main content

Xomega 10.0 for VS 2026

· 17 min read

We are happy to announce completely modernized Xomega.Net 10.0 for Visual Studio 2026! The new release provides enhanced developer experience and new capabilities including:

Xomega VS2026
  • Support for Visual Studio 2026 and .NET 10.
  • Simplified VSIX-based installation.
  • Modernized SDK-style model project.
  • Improved generator configuration.
  • Intuitive and safe DB connection handling.
  • Model structure extensibility.
  • Generator source code customization.
  • Other quality-of-life improvements for developers.

Here are the details of the new features and improvements that went into the new release...

Details layout in Xomega 9.13.1

· 12 min read

We are pleased to announce the release of Xomega.Net 9.13.1, which brings several enhancements for building advanced details screens and other improvements, including:

Details layout-l

  • Support for flexible layout of details views in generated Blazor views.
  • Security enhancements to help you implement advanced security in details views.
  • Support for custom joins in read list operations and additional improvements.

Read on to learn more about these exciting new features.

What's new in Xomega 9.13

· 13 min read

We are happy to announce the new major release 9.13 of Xomega.Net. Thanks to your feedback, it's loaded with some cool new features, improvements, and bug fixes.

The main improvements are around building powerful search screens, consisting of the following:

Powerful search screens-l

  • Support for browsing large data sets, including limiting results, and server-side paging and sorting.
  • Building clean powerful search screens with lots of criteria using dynamic criteria and simplified criteria models.
  • Control generated main menu with auto-search and other parameters.

Read on to learn more about these new and exciting features.

New Xomega release for .NET 8

We are happy to announce that a new release 9.12.1 of Xomega.Net for Visual Studio 2022 is now available!

With the power of the latest .NET 8 framework, the new release allows you to configure any desired architecture for your new Blazor app using Blazor Server, WebAssembly or a combination of the two with the InteractiveAuto render mode.

Xomega 8.11 with Bootstrap and Syncfusion

We are happy to announce the new Xomega.Net release 8.11, where your generated Blazor apps got an awesome facelift with the latest Bootstrap 5 framework, which provides responsive and customizable layout for the views and modern style for the Xomega Blazor components.

In addition to the default Blazor components, Xomega partnered with Syncfusion to allow you to generate Blazor apps using powerful and stylish Syncfusion Blazor components, including support for editable grids.

Computed properties in Xomega Framework

In this article you will get familiar with Xomega Framework, and will learn how to write testable and reusable multi-platform presentation logic for your applications. Specifically, you will learn how to implement computed properties using both the traditional MVVM approach and a new, simple but powerful expressions-based approach.