ORM nhibernate Framework configuration in the project

Source: Internet
Author: User
Tags connectionstrings

When using Nhibernet in your project, be sure to set the configuration file. XML compilation to an embedded resource, or you will get an error when you run the project.

The following is the configuration of the Hibernate.cfg.xml, which is used in the configuration of the Mysql database

<?xml version= "1.0" encoding= "Utf-8"? >

Where ConnectionString is the name of the database connection string, defined in Web. config in project startup, is defined as follows:

    <connectionStrings>        <!--  Database connection string The Name property value cannot be changed arbitrarily, and the database connection character ConnectionString property can be modified to fit the actual needs-        <add name= "ConnectionString" connectionstring= "server=;d atabase=;uid=;p wd=;" Providername= " MySql.Data.MySqlClient "/>    </connectionStrings>

The database object mapping file and the corresponding mapping file can be generated with a dedicated build tool, here we recommend a good build tool: Nhibernate mapping Genertor

: Link: http://pan.baidu.com/s/1gd3WpKf Password: FGWO

ORM nhibernate Framework configuration in the project

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.