Getting Started in Silverlight using the NOV Visual Studio Templates
NOV comes with a set of project templates that you can use to quickly create a new NOV application.
NOTE: When using Visual Studio Templates, or Visual Studio Designer (VS Toolbox controls), your NOV project will lose its cross-platform abilities. The project will be targeting only specific runtime/presentation layer.
Create a new NOV Silverlight application from the Visual Studio Templates
- From File Menu - Choose New Project
- Select the Visual C# - Nevron Open Vision - Silverlight
- Select the NOV Silverlight Application templates
- Click OK
These required NOV assemblies will be added automatically.
The source code produced by any of the NOV project templates is heavily commented and you should pay special attention to the places commented with "TODO:". These are the places you are going to put your custom code most often. To highlight these places you can click View and then Task List in Visual Studio.
Take a look at the Help Documentation topic: Getting Started > Project Templates
Article ID: 269, Created On: 8/19/2016, Modified: 8/19/2016