Lightspeed Using Tutorials

Source: Internet
Author: User
Tags net domain

LightSpeed is a high-performance. NET domain modeling and O/R mapping framework, the first level of LINQ support, Visual Studio 2008/2010 Designer integration, is a well-known high-performance framework. " Note: fees are charged!" "

The installation process is not mentioned.

The first step

Right-click Project, add New item---data---Lightspeedmodel. Then rename click Add to

The file appears in the project and opens

The second step is to add the model

Drag an entity control to the panel

Right click on the blank Panel, click Properties, set the corresponding database connection string and database type (db Provider)

such as: server=123.234.345.567; User=sa;pwd=123;database=sqlexpress

Step three Add Table data

Click "Entity1" to change the corresponding table name (entity name)

Add a field: Right-click the table and add the Entity property

A simple table is done, save it.

Fourth Step mapping the table structure to the database

Right click on the blank Space, the following menu appears, click "Update Database" can

If you succeed, you will be prompted with a pop-up window.

Then click "Get Started", the following page appears

Copies all the text in the Configuration file entries for your model.

Add a new configuration file (app. Config, Web. config, and so on) to the project

Paste the content you just copied into the configuration node.

And the "code for your Model" is the corresponding demo, you can paste into the code to try.

The subsequent use of the code is relatively straightforward, very close to EF, including LINQ and lambda expression applications.

Lightspeed Using Tutorials

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.