aspnetboilerplate-samples/AbpEfConsoleApp/README.md

8 строки
289 B
Markdown
Исходник Обычный вид История

2014-10-29 20:58:15 +03:00
This is a simple console application using ASP.NET Boilerplate.
It uses EntityFramework as ORM.
To run the application;
* Check connection string in app.config file and change it if you like.
* Open package manager console and type 'Update-Database' to create database tables and datas.