WYSE - Live Interactive Tech Demos

Instead of simply taking my word for how excellent and versatile WYSE is, why not check it out yourself? If you speak C# and SQL I encourage you to check out the live interactive tech demos listed below. No download or registering required.

The demos are dual-screened. In the left side you can interact with the server. The right side, kind of like in browser development tools, gives you an overview of what actually happened while your requests were being processed; in the form of generated SQL statements, backend demo project code, and more. Feel free to explore!

There are four demos available:

WARNING: The small window you are using greatly diminishes your demo experience. Please consider viewing using a larger window before going further.

Use Case: Trekkitopia

This Start Trek themed web application is a combination of a wiki and a web shop. The database that is behind it all is a MySql one.

Because the demo features a whole application, albeit simulated, many common database related interactions are showcased: More than just simple SQL statement building and mapping. Also anonymization and database migration are part of the demo... after you've logged in as a Trekkitopia pseudo-admin that is, which you can! ;-)

Language And Object Relational Mapping

The 'Language and ORM' demo is basically a list of web requests that delve into the many aspects of WYSE. The focus here is on building strongly typed SQL statements, and how the information coming back from the (SqlServer) databases can be mapped to domain objects. But also on how to implement user/group row-based security through SQL statement decoration.

Framework

Here we go into WYSE's the advanced concepts and features. Because WYSE brings code and database together so well, previously unthinkable posibilities come into play. New options dealing with SQL statement rebuilding and other central business logic encapsulation.

And what that all means can be explored in the SqlServer-backed 'Framework' demo.

Having said all that, this demo is meant to paint a picture of how WYSE could get things done; not should. WYSE has been built to give maximum freedom to meet personal needs and business necessities.

ReportGenerator

The 'Report Generator' a dynamic and hierarchical customer report generator. Supply your own selection criteria in a plain text expression and (un)check the columns you want the report to contain.