Vidyano Documentation
HomepageDemo
  • Vidyano Documentation
  • Vidyano v6 (.NET 8.0 based)
    • Getting started
    • Documentation
      • Courier Feature
      • Managing User Secrets
      • Vidyano.Core
      • Icons
      • Reports
      • Grids
        • Grouping
      • Instant Search
      • Verbose Logs
        • Storage Provider
      • SourceGenerators
    • Migrating from v5.x
      • Migrating an existing Vidyano v5 project
      • Migration scripts for v5 Repository database
  • Release Notes
    • Client
      • 3.0
      • 2.0.0
    • Service
      • 6.0
      • Previous
        • 5.45.0+26864bd
        • 5.44.0+6e65421
        • 5.40.2+2a48896
        • 5.39.1+f04e696
        • 5.38.3+a697611
        • 5.37.1+3fd7ebea
        • 5.36.0+5338103
        • 5.35.5+2316022
        • 5.34.3+d278982
        • 5.33.1+12ad63a
        • 5.32.1+0c41761
        • 5.31.2+c8aabb2
        • 5.30.0+530afaf
        • 5.29.3+30608c3
        • 5.28.2+bc49431
        • 5.27.0+6b9495e
        • 5.26.2+bccf416
        • 5.25.3+8224b3b
        • 5.24.0+a20f7c
        • 5.23.0+9b8b99
        • 5.22.1+557c11
        • 5.21.1+923828
        • 5.20.0+95f4d1
        • 5.19.0+0964f9
        • 5.18.0+de3495
        • 5.17.0+aaa255
        • 5.16.0+aae2a8
        • 5.15.2+5ed89a
        • 5.14.1+ec0dbd
        • 5.13.1+c8fdb1
        • 5.12.0+66cbb5
        • 5.11.1+d7647c
        • 5.10.2+a3acd1
        • 5.9.0+68a51e
        • 5.8.1+67bcab
        • 5.8.0+aab7d8
        • 5.7.1+554316
        • 5.6.4+151e2e
        • 5.1.60401.4035
  • Legacy v5.x
    • Installation (Legacy)
    • Tutorial 1: Your first application (Legacy)
    • Computed attributes
    • Actions
      • Labels
      • Actions classes
    • Security
      • Architecture
      • Allow user registration
      • Forgot password
      • Best Practices
      • Azure AD SAML based Sign-on
      • SCIM 2.0 Service Provider
    • Overriding Vidyano Settings
Powered by GitBook
On this page
  • Prerequisites
  • Downloads
  • Installation
  • Tutorial
  • Step 1: Creating a new Vidyano Project
  • Step 2: Name and protect your new application
  • Step 3: Select the target database
  • Step 4: Select the repository database
  • Step 5: Let Vidyano set up your application
  • Step 6: Launch your newly created application and sign in
  • Step 7: Add a menu item

Was this helpful?

Export as PDF
  1. Legacy v5.x

Tutorial 1: Your first application (Legacy)

PreviousInstallation (Legacy)NextComputed attributes

Last updated 2 months ago

Was this helpful?

This is kept for informational purposes as this no longer applies to v6 projects.

Prerequisites

Downloads

Installation

Extract and run the Sample database installer to deploy the database to your local SQL Server. This tutorial assumes that you keep the default name for the database "MyCRM".

Tutorial

Step 1: Creating a new Vidyano Project

Launch Visual Studio 2017 or higher. From the File menu, select New â–¶ Project.

From the templates on the left, select Visual C# â–¶ Vidyano.

Choose Vidyano Application,give your project a Name and click OK.

Step 2: Name and protect your new application

Give your App a Title and provide an administrative Password to secure the backend. Make sure to pick a secure password.

Click Next to continue.

Step 3: Select the target database

On this wizard step you need to select the database that holds your application data.

Click on the Browse (...) button next to the Connection String input field.

Select the MyCRM database that you installed in the prerequisites step of this tutorial.

Click OK.

Click Next to continue.

Step 4: Select the repository database

Vidyano will store some metadata in repository tables. Select the database where these tables will be created.

By default the connection string above will be the same as your target database, in this case MyCRM.

Optionally you may also select a separate database to store the repository data as to not make any changes to the target database that may be used by other applications.

Click Go ! to continue.

Step 5: Let Vidyano set up your application

At this point, Vidyano is setting up your project.

During set up you might get a message dialog asking if you want to search for TypeScript typings, you can select No.

Step 6: Launch your newly created application and sign in

Press ctrl+f5 or click the â–º button on the toolbar to start your application.

Use admin as your user name and the password you entered in step 2.

Step 7: Add a menu item

Now that you are in, let's add a menu item to see the customers on the database.

On the menu, click Add menu item.

Select Customers and click OK.

Wait for the application to reload and click Customers.

Congratulations, you just created your first Vidyano application!

Vidyano Sample database