My LINQ Practice 1: Using liniq to transform the job site Starter Kit

Source: Internet
Author: User

I personally think job site starter kit is a good example website with simple structure and practical business (Talent network). Many books use it for demo, such as Asp.net Ajax.ProgramDesign book 1. To practice LINQ and increase the practical experience of using liniq, I plan to implement the Dal of this project using LINQ on my own.

 

Some of the following are some of its understandings:

  1. UI Layer implementation: Use objectdatasource to bind the model class. Command mainly calls the crud method of the model.
  2. Business Model & logic layer implementation: All attributes (dummy objects) and crud methods (service methods) are defined in the model object. The dbaccess object of dal is called during implementation, and objects such as sqlparameter (with SQLCode, Cannot be regarded as a strict Layer 3)
  3. Data access layer implementation: A dataaccess class, acting like sqlhelper.

You can also use it to practice Ajax and membership provider.

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.