Instruction videos

Topic updated 2-2-2007

The following instruction videos are available online through the video.genwise.com website:

 

Build a GenWise ASP.NET 2.0 application. Resolution 1024x768 - 13MB
Build a GenWise ASP.NET 2.0 application. Resolution 800x600 - 11 MB

Demonstrates the creation of a functioning web application from scratch, using GenWise Studio, and the Northwind database (sample database from Microsoft SQL Server). Goes into some detail showing various ways to control and modify the generated output. At the end of the video the generated web application is run from within GenWise Studio.

 

GenWise: Using the NHibernate Templates (Beta 1)

Demonstrates how to set up a Database Repository with a Datastore using the Northwind database (sample database from Microsoft SQL Server), and then how to create a BO-Layer based on this Datastore, generate the code and compile it.

 

GenWise: Using the NHibernate Templates (Beta 1) , Part II

Demonstrates the same steps as the previous video, but in some more detail. In addition, using the GenWise IDE to view and modify source code is demonstrated.

 

Using Generated DLL (NHibernate Templates) inside VS.NET 2005

Demonstrates how the generated output from a GenWise BO-Layer project can be used in a Microsoft Visual Studio .NET 2005 solution. The class library project generated by GenWise is added to a VS.NET solution and used in a website project. The video then demonstrates how a business object from the class library can be used as a DataSource for a GridView on a WebForm, to both show and edit data from the database.

 

Browse filtering demo

Demonstrates how to use the DropDown, one of the Template Controls provided by GenWise, to add filtering to a browse page. The data in the GridView on the page is filtered by choosing a value from a parent table, using the DropDown. While showing how to accomplish this, a lot of features of the IDE and how they are used are demonstrated.