To help you get started with Code On Time web application generator, we have created a series of videos covering several important topics. Note that some of the advanced features, such as modal forms and advanced search bar are not available in the free edition of Code On Time.
Each topic has both a detailed article with text and pictures as well as YouTube video tutorials to fit your preferred style of learning.
All YouTube tutorials are available in 720p HD resolution – make sure to change the resolution using the Gear icon in the bottom right corner of the player in order to provide a clear picture. Then, click on the bottom right icon to enjoy the video in full screen.
Learn how to create your first Code On Time web application. This will cover creating the Northwind database and adding ASP.NET Membership using Microsoft SQL Server 2012 Express.
Learn the basics for using the Project Designer efficiently in order to perfect your web app.
Learn how to quickly create a new page and configure a three-level master-detail relationship between Customers, Orders, and Order Details controllers.
Learn how to rearrange, delete, or add data fields to a data view.
Learn how to change form presentation. This tutorial covers floating fields in a category, creating multi-column forms, and using custom category templates.
Learn how to create a chart view to graphically present data to the user. The chart will be available as a standalone view and a child view filtered by the master view.
Learn to configure a many-to-many field between Employees and Territories controllers. This field will be presented as a check box list on the Employees form.
Learn how to add a field to the Order Details form that will calculate a line item extended price. Business rules will be used to update the field when the user changes other field values.
Learn how to implement an action that will call a custom SQL business rule to apply a discount to all line items of an order.