Repository for Wisej - Full Stack Web Development examples.
Wisej is designed to build, debug, deploy and manage web applications of any complexity in Visual Studio or SharpDevelop. It’s a highly specialized framework for Real Time Web Applications. Developers can focus on their projects and don’t worry about HTML, state management, backend services, callbacks, ajax panels, synchronization, DOM, CSS, JavaScript, security, authentication, concurrency...
This repository groups the content of all examples found on Wisej site, some examples found on Wisej Blogs and also some new examples.
Developers new to Wisej should install Wisej trial version.
Each example is self contained and includes all Wisej extensions needed to run out-of-the-box.
The Wisej.Samples.sln file contains all Wisej projects, grouped by categories:
- Applications - Page, Window and Desktop applications, Page Navigation, etc.
- Controls - A few examples of less common Wisej controls.
- Extensions - Examples using Wisej extensions, including DGV column filter or integrations like GoogleMaps, the amazing TourPanel, the fantastic Pannellum, common web rich text editors, etc.
- How To - Less common uses of Wisej, like Deep Linking, Localization, Upload and Download, etc.
Startup files - All about Default.html, Default.json and Program.cs
About mixins - Important details you should know about mixins.
How to embed JavaScript files - Details about embedding js files.
Project | Change Date | Description |
---|---|---|
various | 29 Jan 2019 | Added readmes. |
MDIExample | 06 Nov 2018 | Add modeless Form example. |
DataBinding | 25 Oct 2018 | Add ComboBox data binding to Wisej project. |
SmoothieChartSample | 30 Aug 2018 | Example of FontSize property use. |
ChartJS | 30 Aug 2018 | Example of DataLabel plugin use. |
ComponentMixin | 16 Aug 2018 | Add ListBox item theming. |
ChartJS | 16 Aug 2018 | Move sample data out of designer file. Added SteppedLine example. |
GoogleMaps | 07 Aug 2018 | Support for draggable markers. |
GoogleMaps | 02 Aug 2018 | Use GoogleMaps reverse Geolocation: show full Geocode tree. |
GoogleMaps | 31 Jul 2018 | Use GoogleMaps reverse Geolocation: get Coords from address and vv.. |
GoogleMaps | 29 Jul 2018 | Use Geolocation extension to get current location. |
Project | Project Date | Description |
---|---|---|
OrgChart | 30 Jan 2019 | Integration of an OrgChart control with Wisej. |
Integration1 | 29 Jan 2019 | Integration of DevExtreme controls with Wisej. |
Integration2 | 29 Jan 2019 | Integration of SyncSoft controls with Wisej. |
Integration3 | 29 Jan 2019 | Integration of Telerik Keno UI controls with Wisej. |
Integration4 | 29 Jan 2019 | Integration of jqWidgets controls with Wisej. |
LazyLoadingPanel | 29 Jan 2019 | LazyLoading of Panels with Wisej. |
AspNetAuthentication | 28 Sep 2018 | How to integrate ASP.NET authentication with Wisej. |
ComponentMixin | 03 Aug 2018 | Use a mixin to give different appearances to an item component. |
DGVEmbeddedNavigator | 02 Aug 2018 | Embedding the navigator into a DataGridView (visual only sample). |
RuntimeLocalization | 27 Jul 2018 | Update localized resources using reflection. |
TreeGrid | 16 Jul 2018 | Use a DataGridView as a tree. |
HtmlJsonAndMain | 15 Jul 2018 | Interesting details about the 3 startup files. |
ReadOnlyMixin | 15 Jul 2018 | Documented example of mixin. |
MDIExample | 09 Jul 2018 | MDI showcase. |
EditorsChoice | 03 Jul 2018 | Showcase of rich text editors for web environment. |
SlideBar | 03 Jul 2018 | Showcase of this new control. |
SmoothieChartSample | 03 Jul 2018 | Showcase of yet another chart extension. |
DataBinding | 02 Jul 2018 | Advanced Business Objects data binding. |
TourPanelSample | 02 Jul 2018 | Amazing extension that can be used for demos or training. |
PageNavigation | 02 Jul 2018 | Classic web navigation showcase. |