Schematic NHibernate Project Framework

Source: Internet
Author: User

Directly with a download resource to change, do not build from scratch; see relevant information on the web; 1 after the project is decompressed and the referenced DLL





2 Structure of the project



3 run a bit

The following figure error occurred;


Look at the details of the error again;




SQL Server is not started because SQL Server is 4 started

The express version of this machine; its connection string is hc093\sqlexpress,hc093 is a computer name; it differs from a non-express version;


Create a new table, and insert data;

CREATE TABLE UserInfo
(
Id int PRIMARY key NOT NULL identity (1,1),
UserName nvarchar (50),
Age int,
Address nvarchar (50)
)


5 Modifying the configuration file

	

The above is the modified configuration file;

Server to be changed to native;

NHibernate.Dialect.MsSql2008Dialect, formerly Mssql2005dialect, was changed to 2008;

Take a look at the instructions in the NHibernate Chinese manual on dialect;


6 Results



Resource Downloads

Http://pan.baidu.com/s/1o7OEMc6

Filename

Nh.rar


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.