News

'Alternative to Blazor' Wisej 3 Ships

Wisej 3 has shipped, described as an "alternative for Blazor developers" for building enterprise-level ASP.NET web applications with specialized Visual Studio templates.

Running on .NET 6 on Windows, Linux and macOS, the third edition of framework from IceTeaGroup, a global development consulting company, comes in a free community version for small businesses and independent developers, along with for-pay licenses and a free trial.

"IceTeaGroup provides a solid and proven alternative for Blazor developers looking to build real-life complex enterprise-level web applications," the company said in an April 20 news release. "Wisej's pixel-perfect designer helps developers build complex views and integrate features like drag-and-drop, customizable themes, complex layouts, modal workflows and more."

The offering comes with a suite of more than 100 controls, along with control sets for popular third-party offerings from Syncfusion, DevExpress, Telerik and others.

Wisej Controls
[Click on image for larger view.] Wisej Controls (source: IceTeaGroup).

While it primarily targets web applications, integrations for mobile development are also provided. Those web applications, however, aren't ordinary web sites, as Wisej is described a highly specialized framework for Real Time Web Applications. A main selling point of the framework is that developers don't have to dive deep into HTML, CSS or JavaScript and wrestle with state management, backend services, callbacks, Ajax panels, synchronization, DOM, security, authentication, concurrency and so on. Microsoft's Blazor, to which the product is compared, is known for providing a C#-based experience instead of primarily using JavaScript code in web-dev projects.

A 2020 CodeProject article written by Microsoft's Jeremy Likness says "Wisej is a powerful platform that abstracts away the nuances of client/server interactions while embracing all the web has to offer, including third-party HTML5-based solutions, it is the perfect tool for building enterprise web applications."

IceTeaGroup provides downloads of templates to be used in Visual Studio 2022 and 2019 editions. SharpDevelop, a discontinued, free and lightweight alternative to Visual Studio, can also be used.

The main highlight of the v3 release is that it's the first one to support both the old .NET Framework (v4.8) and .NET Core (which became .NET 6, .NET 7 and so on) while running on the three major OSes. Thus, while much of the development effort for Wisej 3 involved splitting the code between .NET Core and .NET Framework and replacing all of the ASP.NET code with ASP.NET Core code, some new features have also been added. Some of these include download callbacks, auto layout functionality, new interfaces and a new experimental feature to extend the current data binding model to make it compatible with the Commanding approach found in .NET MAUI (evolution of Xamarin.Forms with desktop support added).

Going forward, the company said it will tackle embedded systems development, planning a 2022 build optimized for devices with processor and memory constraints, typically used in Internet of Things (IoT), programmable logic controller (PLC), home automation and similar projects.

After that, a Wisej Designer for .NET 6 is on tap, which the company said will pave the way for Wisej to become platform-independent at design time. Currently, the designer doesn't work for .NET 6 single-target projects, as it's tied to the old .NET Framework. Those plans are in the early stages, though, so nothing is guaranteed.

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