QuickStart Template

The QuickStart.cst temlplate is used to create a basic project using Linq to Sql. The template will create a visual studio solution with up to three included projects: A Data Project, an Interface Project, and a Test Project.

Properties on the QuickStart.cst template:

PropertyDescription
1.Database
SourceDatabaseThe Database that will be accessed by the website.
2.Solution
LanguageThe language that thee project will be generated in.
LaunchVisualStudioShould visual studio launch when the project finishes generating.
LocationThe root directory of the generated solution.
SolutionNameThe name of the Visual Studio Solution.
VisualStudioVersionThe version of Visual Studio you will be using.
3.Data Project
CopyTemplatesToFolderCreate a copy of the Linq to Sql Directory and its contents to the data project directory.
DataProjectNameThe name of the data project directory and project.
QueryPatternThe type of pattern to use for automatically generated queries.
4.Interface Project
IncludeDataServicesInclude Data Service Files and References in the interface project.
InterfaceProjectNameThe name of the interface project directory and project.
ProjectTypeThe type of interface project to be created. Can be none.
5.TestProject
IncludeTestProjectInclude a test project in the solution.
TestProjectNameThe name of the test project directory and project.