Using Wisej to access Blob Storage with Microsoft Azure

In this article, Iulia Pitutiu describes the way a Wisej.NET web application can interact with cloud files stored on Microsoft Azure Blob Storage. Connecting your web application to Azure Blob Storage requires just a few simple steps.

Read more

How to integrate the Kendo UI Rating Control into a Wisej Application

In this article I want to show you how easy it is to integrate a 3rd Party Control in Wisej and to build up the communication between Wisej and the JS-control. The example shown here is about the Telerik Kendo UI Rating control.

Read more

Responsive Design with Wisej: Responsive Properties

To make a web application usable on small devices, Wisej added a very helpful feature that allows you to design your forms for different screen sizes. This feature is called Responsive Properties, and is available since Wisej version 2.0. Responsive properties can also be used when you build a new Wisej application from scratch (not just when you migrate a desktop application to the web with Wisej). In this short article, I'll show you how easy it is to use Responsive Properties in your Wisej project.

Read more

Wisej's DataRepeater - The best alternative for redesigning or replacing a DataGridView

Wisej DataRepeater was introduced with the Wisej 2.1 version, and it is the best alternative for redesigning/replacing a DataGridView. It repeats a template container (Panel) with child controls. The Wisej DataRepeater can also be utilized when the web application should be usable on mobile devices. Instead of having a DataGridView with rows and many columns, the Wisej DataRepeater can display the information of a record in multiple lines, with d ...

Read more

Web Enabling – Migration von System.Windows.Forms nach Wisej

In WinForms-Anwendungen stecken viele Jahrzehnte Entwicklungsarbeit für Geschäftslogik und häufig auch sehr benutzerfreundliche graphische Schnittstellen. Bei der Neuentwicklung mit traditionellen Webtechnologien wie ASP.NET, Angular und anderen Frameworks, wird diese Investition nahezu vollständig vernichtet, während das Web Enabling von fecher sie erhält. ...

Read more