aspnetboilerplate-samples/AbpEfConsoleApp
alirıza adıyahşi 0e9cecc735 merge commits 2018-02-02 11:55:28 +03:00
..
.nuget Created a simple console application. 2014-10-29 19:52:53 +02:00
AbpEfConsoleApp merge commits 2018-02-02 11:55:28 +03:00
AbpEfConsoleApp.sln Created a simple console application. 2014-10-29 19:52:53 +02:00
README.md Create README.md 2014-10-29 20:58:15 +03:00

README.md

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.