A blog application developed with various .NET packages such as ASP.NET MVC, Entity Framework.
First of all you must set database connection in Web.config
file.
Afterwards install required packages with Nuget package manager or Visual Studio IDE.
Lastly run the migration on Package Manager Console and start application.
Update-Database
That’s all :)
This project is licensed under the MIT License. See the LICENSE file for details
Created by Yusuf Sezer