简体   繁体   中英

vb.net with Database

in java we have this name space "javax.persistence". this namespace allows you to create a data base when you running your application with no necessary to open sqlserver and create a database and table in it it created automatically. is there a name Space in vb.net works the same as "javax.persistence" or not? if yes please write a sample of code as an example to be more specific? thx at all

Have you considered Code First using the Entity Framework? It does require a SQL server but the schema design is driven from your domain model. Scott Gu has a great introduction here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM